NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.
[glibc.git] / ChangeLog
blob85e3010482610a4ad4d3f39ad1e6d720872aa2d1
1 2015-02-06  Roland McGrath  <roland@hack.frob.com>
3         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
4         it's defined.
5         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
6         Test SIGSETXID only if it's defined.
8         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
10         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
11         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
13         * nptl/tst-align2.c: Moved ...
14         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
15         * nptl/Makefile (tests): Remove tst-align2.
16         * sysdeps/unix/sysv/linux/Makefile
17         [$(subdir) = nptl] (tests): Add tst-align-clone.
18         * nptl/tst-getpid1.c: Moved ...
19         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
20         * nptl/tst-getpid2.c: Moved ...
21         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
22         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
23         * sysdeps/unix/sysv/linux/Makefile
24         [$(subdir) = nptl] (tests): ... here.
25         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
26         * sysdeps/unix/sysv/linux/Makefile
27         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
29         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
30         Drop trailing \n from perror argument.  Use return rather than exit.
32         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
33         on [SA_SIGINFO].
34         * nptl/tst-cancel21.c (do_test): Likewise.
35         * debug/tst-backtrace6.c: Include <signal.h> first thing.
36         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
37         [!SA_SIGINFO]: Make it a stub test.
39         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
40         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
42         * posix/tst-getlogin.c: Move to ...
43         * login/tst-getlogin.c: ... here.
44         * posix/Makefile (tests): Move tst-getlogin to ...
45         * login/Makefile (tests): ... here.
47         * libio/tst-atime.c (do_test): Move local variables SV and E
48         inside [ST_NOATIME] conditional.
50         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
52         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
54         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
55         (wait_code): New function replaces macro.
56         Call nanosleep rather than syscall.
58         * nptl/pt-system.c: Rewritten.  Put everything under
59         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
60         Use IFUNC to redirect when possible.
62         * nptl/pt-longjmp.c: Rewritten.  Put everything under
63         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
64         Use IFUNC to redirect when possible.
66         * nptl/pt-fork.c: Rewritten.  Put everything under
67         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
68         Use IFUNC to redirect when possible.
69         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
71         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
72         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
73         unconditionally nowadays.  This included the only reference to
74         __vdso_clock_gettime that appears outside libc proper.
75         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
76         Remove version set (containing only __vdso_clock_gettime).
77         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
78         Add attribute_hidden.
79         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
80         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
81         libc_hidden_data_def.
82         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
83         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
85         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
86         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
87         setrpcent, and getrpcport to ...
88         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
89         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
90         getrpcbynumber_r, and getrpcent_r to ...
91         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
92         * inet/getrpcbyname.c: Moved ...
93         * sunrpc/getrpcbyname.c: ... here.
94         * inet/getrpcbyname_r.c: Moved ...
95         * sunrpc/getrpcbyname_r.c: ... here.
96         * inet/getrpcbynumber.c: Moved ...
97         * sunrpc/getrpcbynumber.c: ... here.
98         * inet/getrpcbynumber_r.c: Moved ...
99         * sunrpc/getrpcbynumber_r.c: ... here.
100         * inet/getrpcent.c: Moved ...
101         * sunrpc/getrpcent.c: ... here.
102         * inet/getrpcent_r.c: Moved ...
103         * sunrpc/getrpcent_r.c: ... here.
104         * inet/Makefile (routines): Move those to ...
105         * sunrpc/Makefile (routines): ... here.
106         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
107         the $(subdirs) list.
108         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
109         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
110         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
111         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
113         * elf/Makefile (routines): Include $(all-dl-routines), not just
114         $(dl-routines).
115         (rtld-routines): Likewise.  Use = rather than :=.
116         * sysdeps/aarch64/Makefile [$(subdir) = elf]
117         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
118         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
119         * sysdeps/arm/Makefile: Likewise.
120         * sysdeps/i386/Makefile: Likewise.
121         * sysdeps/x86_64/Makefile: Likewise.
122         * sysdeps/hppa/Makefile [$(subdir) = elf]
123         (sysdep_routines, sysdep-rtld-routines): Don't add
124         $(sysdep-dl-routines) to these.
125         * sysdeps/ia64/Makefile: Likewise.
126         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
127         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
128         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
129         Don't add dl-static to these; sysdep-dl-routines alone is enough.
130         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
131         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
132         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
133         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
134         * sysdeps/powerpc/Makefile [$(subdir) = elf]
135         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
136         these; sysdep-dl-routines alone is enough.
138 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
140         [BZ #17932]
141         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
142         where multiplication results in zero and third argument is finite
143         and nonzero.
144         * math/auto-libm-test-in: Add more tests of fma.
145         * math/auto-libm-test-out: Regenerated.
147         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
148         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
149         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
150         (_FP_CMP_EQ): Likewise.
151         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
153         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
154         extra argument CHECK_NAN.  Redefine as wrapper around
155         _FP_EXTEND_CNAN.
157 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
159         * version.h (RELEASE): Set to "stable".
160         (VERSION): Set to "2.21"
161         * include/features.h (__GLIBC_MINOR__): Set to 21.
163         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
165 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
166             Paul Eggert  <eggert@cs.ucla.edu>
168         [BZ #16618]
169         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
170         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
171         size in bytes. Store needed elements in wpmax. Use needed size
172         in bytes for extend_alloca.
174 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
176         * manual/install.texi: Latest tested versions are GCC 4.9.2,
177         binutls 2.25, and texinfo 5.2.
178         * INSTALL: Regenerate.
179         * sysdeps/nios2/configure: Regenerate.
180         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
181         * manual/contrib.texi: Update.
182         * po/be.po: Update.
183         * po/bg.po: Update.
184         * po/ca.po: Update.
185         * po/cs.po: Update.
186         * po/da.po: Update.
187         * po/de.po: Update.
188         * po/el.po: Update.
189         * po/eo.po: Update.
190         * po/es.po: Update.
191         * po/fi.po: Update.
192         * po/fr.po: Update.
193         * po/gl.po: Update.
194         * po/hr.po: Update.
195         * po/hu.po: Update.
196         * po/ia.po: Update.
197         * po/id.po: Update.
198         * po/it.po: Update.
199         * po/ja.po: Update.
200         * po/ko.po: Update.
201         * po/lt.po: Update.
202         * po/nb.po: Update.
203         * po/nl.po: Update.
204         * po/pl.po: Update.
205         * po/pt_BR.po: Update.
206         * po/ru.po: Update.
207         * po/rw.po: Update.
208         * po/sk.po: Update.
209         * po/sl.po: Update.
210         * po/sv.po: Update.
211         * po/tr.po: Update.
212         * po/uk.po: Update.
213         * po/vi.po: Update.
214         * po/zh_CN.po: Update.
215         * po/zh_TW.po: Update.
217         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
218         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
219         * sysdeps/hppa/dl-irel.h: Remove #warning.
220         * sysdeps/hppa/entry.h: Provide prototype for
221         __canonicalize_funcptr_for_compare and cast argument.
222         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
223         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
224         * sysdeps/hppa/sotruss-lib.c: New file.
225         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
226         (atomic_compare_and_exchange_val_acq): Use __typeof__.
227         (atomic_compare_and_exchange_bool_acq): Likewise.
228         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
229         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
231         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
232         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
233         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
235 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
237         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
238         called function in non-PIC case.
240 2015-01-31  David S. Miller  <davem@davemloft.net>
242         * sysdeps/sparc/sparc32/bits/atomic.h
243         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
244         unlock not after it.
245         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
246         volatile register usage warnings from the compiler.
248         * sysdeps/sparc/nptl/sem_init.c: Delete.
249         * sysdeps/sparc/nptl/sem_post.c: Delete.
250         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
251         * sysdeps/sparc/nptl/sem_wait.c: Delete.
252         * sysdeps/sparc/sparc32/sem_init.c: New file.
253         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
254         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
255         padding explicitly initialized.
256         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
257         padding for in-semaphore spinlock.
258         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
259         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
260         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
261         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
262         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
263         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
264         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
265         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
266         version.
267         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
268         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
270 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
272         [BZ #17801]
273         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
274         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
275         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
276         New.
277         (index_AVX_Fast_Unaligned_Load): Likewise.
278         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
279         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
280         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
281         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
282         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
283         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
284         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
285         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
286         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
288 2015-01-29  Andreas Schwab  <schwab@suse.de>
290         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
292 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
294         [BZ #17892]
295         * nscd/nscd_stat.c (send_stats): Initialize DATA.
297 2015-01-28  Martin Sebor  <msebor@redhat.com>
299         * math/README.libm-test: Clarify. Add "How to read the test output."
301 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
303         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
304         Define to 0.
306 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
308         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
309         (__HAVE_64B_ATOMICS): Define to 0.
311 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
313         [BZ #17885]
314         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
315         value to set as new flag.
317         [BZ #16576]
318         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
319         and use _ARCH_PPCSQ instead.
320         (__ieee754_sqrt): Likewise.
321         (__ieee754_sqrtf): Likewise.
322         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
323         _ARCH_PPCSQ is defined.
324         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
325         fsqrt instruction.
326         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
327         _ARCH_PPCSQ is defined.
328         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
329         fsqrts instruction.
330         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
332 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
334         * iconv/loop.c: Suppress array out of bound warning caused by GCC
335         bug (GCC BZ #64739).
337 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
339         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
340         Mark _retval as used.
341         (lll_futex_wake_unlock): Likewise.
342         (lll_futex_timed_wait_requeue_pi): Likewise.
344         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
345         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
346         register variables.
348         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
349         libm_hidden_def.
351         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
352         (__bswap_64): Mark as __always_inline.
354 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
356         [BZ #15378]
357         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
358         when none of the search directories exist.
360 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
362         [BZ #17869]
363         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
364         power8 in .machine directive.
366         [BZ #17868]
367         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
368         set dependency from opd value.
370 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
372         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
373         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
374         architecture.
376 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
378         [BZ #17870]
379         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
380         with uint64_t.
381         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
382         (uint64_t) 1.
383         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
384         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
385         Replace 1UL with (uint64_t) 1.
386         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
387         int with uint64_t.
389 2015-01-23  Roland McGrath  <roland@hack.frob.com>
391         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
392         (if_freenameindex): Likewise.
394         * resource/getrlimit64.c: Add missing libc_hidden_def.
396 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
398         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
399         __label__.
400         (_FP_FMA): Likewise.
401         (_FP_TO_INT_ROUND): Likewise.
402         (_FP_FROM_INT): Likewise.
404 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
406         [BZ #16418]
407         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
408         Make code racy and cancel safe.
410 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
412         * sysdeps/arm/unwind-resume.h: Fix copyright year.
413         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
414         attribution.
416         * pwd/tst-getpw.c: Rewrite.
418         [BZ #17702]
419         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
420         (modules-names): Add moddummy1 and moddummy2.
421         ($(objpfx)tst-rec-dlopen): Define.
422         * dlfcn/moddummy1.c: New file.
423         * dlfcn/moddummy2.c: New file.
424         * dlfcn/tst-rec-dlopen.c: New file.
425         * elf/dl-cache.c (_dl_load_cache_lookup):
426         Return char*. Copy result with alloca/strcpy/strdup.
427         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
428         returns char*. Free cached. If not saving realname
429         free cached.
430         * elf/dl-open.c (dl_open_worker): Do not assert that
431         _r_debug->r_state is RT_CONSISTENT.
432         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
433         returns char*.
435 2015-01-21  Torvald Riegel  <triegel@redhat.com>
436             Carlos O'Donell  <carlos@redhat.com>
438         [BZ #12674]
439         * nptl/sem_waitcommon.c: New file.
440         * nptl/sem_wait.c: Include sem_waitcommon.c.
441         (__sem_wait_cleanup, do_futex_wait): Remove.
442         (__new_sem_wait): Adapt.
443         (__new_sem_trywait): New function.
444         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
445         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
446         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
447         (sem_timedwait): Adapt.
448         * nptl/sem_post.c (__new_sem_post): Adapt.
449         (futex_wake): New function.
450         (__old_sem_post): Add release MO fence.
451         * nptl/sem_open.c (sem_open): Adapt.
452         * nptl/sem_init.c (__new_sem_init): Adapt.
453         (futex_private_if_supported): New function.
454         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
455         (__old_sem_getvalue): Add using previous code.
456         * sysdeps/nptl/internaltypes.h: Adapt.
457         * nptl/tst-sem13.c (do_test): Adapt.
458         * nptl/tst-sem11.c (main): Adapt.
459         * nptl/sem_trywait.c: Remove.
460         * nptl/DESIGN-sem.txt: Remove.
461         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
462         (gen-as-const-headers): Remove structsem.sym.
463         * nptl/structsem.sym: Remove.
464         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
465         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
466         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
467         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
468         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
469         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
470         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
471         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
472         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
473         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
474         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
475         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
476         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
477         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
478         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
479         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
480         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
481         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
482         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
483         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
484         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
485         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
487 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
489         * INSTALL: Regenerated.
491         * po/libc.pot: Regenerated.
493 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
494             Sandra Loosemore  <sandra@codesourcery.com>
495             Andrew Jenner  <andrew@codesourcery.com>
496             Joseph Myers  <joseph@codesourcery.com>
497             Nathan Sidwell  <nathan@codesourcery.com>
499         * NEWS: Mention new Nios II port.
500         * sysdeps/nios2/Implies: New file.
501         * sysdeps/nios2/Makefile: New file.
502         * sysdeps/nios2/Subdirs: New file.
503         * sysdeps/nios2/Versions: New file.
504         * sysdeps/nios2/__longjmp.S: New file.
505         * sysdeps/nios2/abort-instr.h: New file.
506         * sysdeps/nios2/backtrace.c: New file.
507         * sysdeps/nios2/bits/endian.h: New file.
508         * sysdeps/nios2/bits/fenv.h: New file.
509         * sysdeps/nios2/bits/link.h: New file.
510         * sysdeps/nios2/bits/setjmp.h: New file.
511         * sysdeps/nios2/bsd-_setjmp.S: New file.
512         * sysdeps/nios2/bsd-setjmp.S: New file.
513         * sysdeps/nios2/configure: New generated file.
514         * sysdeps/nios2/configure.ac: New file.
515         * sysdeps/nios2/crti.S: New file.
516         * sysdeps/nios2/crtn.S: New file.
517         * sysdeps/nios2/dl-init.c: New file.
518         * sysdeps/nios2/dl-machine.h: New file.
519         * sysdeps/nios2/dl-sysdep.h: New file.
520         * sysdeps/nios2/dl-tls.h: New file.
521         * sysdeps/nios2/dl-trampoline.S: New file.
522         * sysdeps/nios2/gccframe.h: New file.
523         * sysdeps/nios2/gmp-mparam.h: New file.
524         * sysdeps/nios2/jmpbuf-offsets.h: New file.
525         * sysdeps/nios2/jmpbuf-unwind.h: New file.
526         * sysdeps/nios2/ldsodefs.h: New file.
527         * sysdeps/nios2/libc-tls.c: New file.
528         * sysdeps/nios2/libm-test-ulps: New file.
529         * sysdeps/nios2/machine-gmon.h: New file.
530         * sysdeps/nios2/math-tests.h: New file.
531         * sysdeps/nios2/math_private.h: New file.
532         * sysdeps/nios2/memusage.h: New file.
533         * sysdeps/nios2/nptl/Makefile: New file.
534         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
535         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
536         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
537         * sysdeps/nios2/nptl/pthreaddef.h: New file.
538         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
539         * sysdeps/nios2/nptl/tls.h: New file.
540         * sysdeps/nios2/preconfigure: New file.
541         * sysdeps/nios2/s_fma.c: New file.
542         * sysdeps/nios2/s_fmaf.c: New file.
543         * sysdeps/nios2/setjmp.S: New file.
544         * sysdeps/nios2/sfp-machine.h: New file.
545         * sysdeps/nios2/sotruss-lib.c: New file.
546         * sysdeps/nios2/stackguard-macros.h: New file.
547         * sysdeps/nios2/stackinfo.h: New file.
548         * sysdeps/nios2/start.S: New file.
549         * sysdeps/nios2/sysdep.h: New file.
550         * sysdeps/nios2/tls-macros.h: New file.
551         * sysdeps/nios2/tst-audit.h: New file.
552         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
553         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
554         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
555         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
556         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
557         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
558         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
559         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
560         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
561         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
562         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
563         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
564         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
565         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
566         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
567         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
568         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
569         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
570         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
571         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
572         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
573         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
574         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
575         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
576         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
577         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
578         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
579         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
580         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
581         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
582         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
583         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
584         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
585         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
586         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
587         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
588         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
589         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
590         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
591         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
592         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
593         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
594         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
595         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
597 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
599         [BZ #17844]
600         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
601         (getutent): Use weak_alias in non SHARED case
602         and default_symbol_version in SHARED case.
603         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
604         (getutent_r, pututline): Likewise.
605         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
606         (getutid): Likewise.
607         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
608         (getutid_r): Likewise.
609         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
610         (getutline): Likewise.
611         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
612         (getutline_r): Likewise.
613         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
614         (updwtmp): Likewise.
616 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
618         [BZ #17848]
619         * sysdeps/s390/s390-32/memcmp.S
620         (memcmp_g5): Rename to __memcmp_g5.
621         * sysdeps/s390/s390-32/memcpy.S
622         (memcpy_g5): Rename to __memcpy_g5.
623         Jump to __memcpy_mvcle instead of memcpy_mvcle.
624         (memcpy_mvcle) Rename to __memcpy_mvcle.
625         * sysdeps/s390/s390-32/memset.S
626         (memset_g5): Rename to __memset_g5.
627         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
628         (IFUNC_RESOLVE): Prefix ifunc-resolve function
629         and use prefixed functions.
630         * sysdeps/s390/s390-32/multiarch/memcmp.S
631         (memcmp_z196): Rename to __memcmp_z196.
632         (memcmp_z10): Rename to __memcmp_z10.
633         (memcmp): Set alias to __memcmp_g5.
634         (bcmp): Set alias to __memcmp_g5.
635         * sysdeps/s390/s390-32/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_g5.
641         * sysdeps/s390/s390-32/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_g5.
648         * sysdeps/s390/s390-64/memcmp.S
649         (memcmp_z900): Rename to __memcmp_z900.
650         * sysdeps/s390/s390-64/memcpy.S
651         (memcpy_z900): Rename to __memcpy_z900.
652         Jump to __memcpy_mvcle instead of memcpy_mvcle.
653         (memcpy_mvcle) Rename to __memcpy_mvcle.
654         * sysdeps/s390/s390-64/memset.S
655         (memset_z900): Rename to __memset_z900.
656         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
657         (IFUNC_RESOLVE): Prefix ifunc-resolve function
658         and use prefixed functions.
659         * sysdeps/s390/s390-64/multiarch/memcmp.S
660         (memcmp_z196): Rename to __memcmp_z196.
661         (memcmp_z10): Rename to __memcmp_z10.
662         (memcmp): Set alias to __memcmp_z900.
663         (bcmp): Set alias to __memcmp_z900.
664         * sysdeps/s390/s390-64/multiarch/memcpy.S
665         (memcpy_z196): Rename to __memcpy_z196.
666         Jump to __memcpy_mvcle instead of memcpy_mvcle.
667         (memcpy_z10): Rename to __memcpy_z10.
668         Jump to __memcpy_mvcle instead of memcpy_mvcle.
669         (memcpy): Set alias to __memcpy_z900.
670         * sysdeps/s390/s390-64/multiarch/memset.S
671         (memset_z196): Rename to __memset_z196.
672         Jump to __memset_mvcle instead of memset_mvcle.
673         (memset_z10): Rename to __memset_z10.
674         Jump to __memset_mvcle instead of memset_mvcle.
675         (memset_mvcle) Rename to __memset_mvcle.
676         (memset): Set alias to __memset_z900.
678 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
680         [BZ #17748]
681         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
682         __fesetenv instead of fesetenv.
684 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
686         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
687         macro.
689 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
691         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
692         regression on LE.
694         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
695         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
696         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
697         strncmp-power8 object.
698         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
699         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
700         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
701         * NEWS: Update.
703 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
704             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
706         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
707         trailing byte check.
709 2015-01-13  David S. Miller  <davem@davemloft.net>
711         * include/signal.h (__sigreturn): Guard with __USE_MISC.
713 2015-01-13  Roland McGrath  <roland@hack.frob.com>
715         * login/logout.c (logout): Use memset rather than bzero.
716         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
717         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
718         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
719         (_gethtbyaddr): Likewise.
720         * locale/programs/simple-hash.c (bcopy): Macro removed.
722 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
724         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
725         Add strcmp-power8 object.
726         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
727         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
728         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
729         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
730         __strcmp_power8 implementation.
731         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
732         * NEWS: Update.
734         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
735         Add strncpy-power8 and stpncpy-power8 objects.
736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
737         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
738         implementations.
739         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
740         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
741         __stpncpy_power8 implementation.
742         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
743         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
744         __strncpy_power8 implementation.
745         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
746         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
747         * NEWS: Update.
749         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
750         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
751         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
753         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
754         strncat-power8 object.
755         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
756         __strcat_power8 implementation.
757         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
758         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
759         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
760         optimized strcat for power8.
762         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
763         strcpy-power8 and stpcpy-power8 objects.
764         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
765         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
766         implementations.
767         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
768         multiarch stpcpy implementation for POWER8.
769         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
770         multiarch strcpy implementation for POWER8.
771         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
772         __strcpy_power8 function.
773         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
774         stpcpy for POWER8.
775         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
776         strcpy for POWER8.
777         * NEWS: Update.
779 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
781         [BZ #16009]
782         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
783         weights and rules. Use do_xfrm_cached if data fits in cache,
784         do_xfrm otherwise.  Moved former main loop to...
785         * (do_xfrm_cached): New function.
786         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
787         find_idx, find_position and stack_push.
788         * (find_idx): New function.
789         * (find_position): Likewise.
790         * localedata/sort-test.sh: Added test run for do_xfrm.
791         * localedata/xfrm-test.c (main): Added command line option
792         -nocache to run the test with strings that are too large for
793         the STRXFRM cache.
795 2015-01-13  Torvald Riegel  <triegel@redhat.com>
797         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
798         variable to lll_futex_wake call, not the value itself.
800 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
802         [BZ #17803]
803         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
804         twom64.  Adjust value to 0x1p-64L.
805         (__scalblnl): Only return standard underflowing result for K <=
806         -64 not K <= -63; adjust exponent for underflowing result by 64
807         not 63.
808         * math/libm-test.inc (scalbn_test_data): Add more tests.
809         (scalbln_test_data): Likewise.
811         [BZ #17834]
812         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
813         0x1p63L.
814         (__scalblnl): Get new exponent of adjusted subnormal value from ES
815         not HX.
816         * math/libm-test.inc (scalbn_test_data): Add more tests.
817         (scalbln_test_data): Likewise.
819 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
820             Stefani Seibold  <stefani@seibold.net>
822         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
823         (sysdep_routines): Add dl-vdso here, ...
824         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
825         (sysdep_routines): ... not here.
826         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
827         fallback when vDSO is not presented.
828         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
829         Define with libc_hidden_proto/libc_hidden_data_def definitions.
830         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
831         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
832         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
833         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
834         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
835         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
836         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
837         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
838         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
839         fallback configurable symbol when vDSO is not available.
840         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
841         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
842         be able to redefine fallback symbol when vDSO is not available.
843         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
844         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
846 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
848         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
849         (TLS_INIT_TP): Add tm_capable initialization.
850         (TLS_DEFINE_INIT_TP): Likewise.
851         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
852         TCB.
853         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
854         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
855         calculation.
856         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
857         transactoion is lock elision is built and TCB tm_capable is set.
858         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
860         (INTERNAL_SYSCALL_NCS): Likewise.
861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
862         (INTERNAL_SYSCALL_NCS): Likewise.
863         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
865         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
866         for powerpc.
867         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
868         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
869         and remove it for 32 bits case.
870         [pthread_rwlock_t] (__rwelision): New field for lock elision.
871         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
872         initialization.
873         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
874         Disable lock elision with rdlocks if elision is not available.
876         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
877         (sysdep_routines): Add lock elision objects.
878         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
879         [pthread_mutex_t] (__spins): Rework to add lock elision field.
880         [pthread_mutex_t] (__elision): Add field.
881         [__PTHREAD_SPINS]: Adjust to init lock elision field.
882         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
883         elision definitions for powerpc.
884         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
885         implementation of lock elision for powerpc.
886         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
887         implementation of timed lock elision for powerpc.
888         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
889         implementation of trylock with lock elision for powerpc.
890         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
891         implementaion of unlock for lock elision for powerpc.
892         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
893         automatic enable lock elision for mutexes.
894         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
895         transaction execution definitions for powerpc.
896         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
897         definitions.
898         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
899         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
900         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
901         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
902         * NEWS: Update.
904 2015-01-09  Roland McGrath  <roland@hack.frob.com>
906         * sysdeps/posix/shm-directory.c: Use <> rather than ""
907         for #include of <shm-directory.h>.
909 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
911         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
912         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
914 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
916         [BZ #17791]
917         * NEWS: Mention bug fix.
918         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
919         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
920         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
922 2015-01-09  Torvald Riegel <triegel@redhat.com>
924         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
926 2015-01-09  Torvald Riegel <triegel@redhat.com>
928         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
930 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
932         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
933         pointer and cast to uintptr_t.
935 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
937         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
938         removed.
939         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
941 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
943         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
944         of 0.
946 2015-01-08  Roland McGrath  <roland@hack.frob.com>
948         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
949         <nptl/pthreadP.h> instead.
950         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
952         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
953         already defined.
954         [__SIGRTMIN] (init): Function removed.
955         [__SIGRTMIN] (initialized): Variable removed.
956         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
957         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
958         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
959         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
960         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
961         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
962         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
963         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
964         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
965         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
966         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
967         * sysdeps/nptl/allocrtsig.c: New file.
968         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
969         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
970         * sysdeps/generic/testrtsig.h: File removed.
972         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
973         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
975         * nptl/nptl-init.c (pthread_functions): Conditionalize
976         .ptr__nptl_setxid initialization on [SIGSETXID].
978         * sysdeps/nptl/sys/procfs.h: New file.
979         * nptl_db/Makefile (headers): Add it.
980         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
982         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
983         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
984         * nptl/pthread_attr_setaffinity.c: Include it.
985         * nptl/pthread_setattr_default_np.c: Likewise.
986         * nptl/check-cpuset.h: New file.
988 2015-01-08  Richard Henderson  <rth@redhat.com>
990         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
991         (CFLAGS-tst-execstack-prog.c): Likewise.
992         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
994 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
995             Sandra Loosemore  <sandra@codesourcery.com>
996             Andrew Jenner  <andrew@codesourcery.com>
997             Joseph Myers  <joseph@codesourcery.com>
998             Nathan Sidwell  <nathan@codesourcery.com>
1000         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
1001         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
1002         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
1003         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
1004         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
1005         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
1006         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
1007         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
1008         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
1009         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
1010         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
1011         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
1012         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1013         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
1014         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
1015         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
1016         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
1018 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1020         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
1021         timespec struct member in syscall macro.
1022         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
1023         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
1024         first timeval struct member in syscall macro.
1025         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
1027 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
1029         [BZ #17748]
1030         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
1031         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
1032         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
1033         __feupdateenv and define as weak alias of __feupdateenv.  Use
1034         libm_hidden_weak.
1035         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
1036         libm_hidden_def.
1037         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
1038         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
1039         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1040         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
1041         libm_hidden_def.
1042         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
1043         __feupdateenv and define as weak alias of __feupdateenv.  Use
1044         libm_hidden_weak.
1045         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
1046         libm_hidden_def.
1047         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
1048         __feupdateenv and define as weak alias of __feupdateenv.  Use
1049         libm_hidden_weak.
1050         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
1051         libm_hidden_def.
1052         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1053         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1054         (__feupdateenv): Likewise.
1055         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
1056         __feupdateenv and define as weak alias of __feupdateenv.  Use
1057         libm_hidden_weak.
1058         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1059         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
1060         libm_hidden_def.
1061         * sysdeps/tile/math_private.h (__feupdateenv): New inline
1062         function.
1063         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
1064         libm_hidden_def.
1065         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
1066         __feupdateenv instead of feupdateenv.
1067         (default_libc_feupdateenv_test): Likewise.
1068         (libc_feresetround_ctx): Likewise.
1070 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1072         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
1073         prototype.
1075 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
1077         * posix/regcomp.c (parse_bracket_exp): Initialize type to
1078         COLL_SYM in a couple of places to avoid uninitialized variable
1079         wanings on tilegx gcc 4.8.2.
1081 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1083         * sysdeps/aarch64/strcpy.S: New file.
1084         * sysdeps/aarch64/stpcpy.S: New file.
1085         * NEWS: Updated.
1087 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
1089         * sysdeps/aarch64/strrchr.S: New file.
1090         * NEWS: Updated.
1092 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
1094         [BZ #17658]
1095         * stdlib/setenv.c: Fix memory leak when setting large,
1096         duplicate string.
1098 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
1100         [BZ #17273]
1101         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
1102         and tabs from buffer before parsing fstab entry.
1103         * misc/tst-mntent.c (main): Add test for mount entry with
1104         trailing spaces and tabs.
1106 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
1108         [BZ #17748]
1109         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
1110         * math/fesetround.c (fesetround): Rename to __fesetround and
1111         define as weak alias of __fesetround.  Use libm_hidden_weak.
1112         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
1113         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
1114         * sysdeps/arm/fesetround.c (fesetround): Likewise.
1115         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
1116         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
1117         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1118         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
1119         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
1120         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
1121         __fesetround_inline.
1122         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
1123         __fesetround_inline instead of __fesetround.
1124         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
1125         __fesetround and define as weak alias of __fesetround.  Use
1126         libm_hidden_weak.  Call __fesetround_inline instead of
1127         __fesetround.
1128         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
1129         __fesetround and define as weak alias of __fesetround.  Use
1130         libm_hidden_weak.
1131         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
1132         Likewise.
1133         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
1134         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
1135         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
1136         * sysdeps/tile/math_private.h (__fesetround): New inline function.
1137         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
1138         __fesetround and define as weak alias of __fesetround.  Use
1139         libm_hidden_weak.
1140         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
1141         __fesetround instead of fesetround.
1142         (default_libc_feholdexcept_setround): Likewise.
1143         (libc_feholdsetround_ctx): Likewise.
1144         (libc_feholdsetround_noex_ctx): Likewise.
1146         [BZ #17748]
1147         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
1148         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
1149         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1150         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1151         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1152         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
1153         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1154         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1155         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1156         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1157         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1158         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1159         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1160         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1161         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
1162         libm_hidden_def.
1163         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
1164         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
1165         Likewise.
1166         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
1167         define as weak alias of __fesetenv.  Use libm_hidden_weak.
1168         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1169         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
1170         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
1171         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
1172         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
1173         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
1174         __fesetenv instead of fesetenv.
1175         (libc_feresetround_noex_ctx): Likewise.
1176         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1177         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
1178         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
1179         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1180         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1181         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1182         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
1183         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
1184         (__feupdateenv): Likewise.
1185         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1186         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1187         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1188         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
1190 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1192         [BZ #17806]
1193         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
1194         addresses have been freed.
1196 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
1198         * resolv/res_init.c (__res_vinit): Improve comments about nserv
1199         and nservall.
1201 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
1203         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
1204         Clean up check_pf allocation pattern. addresses
1206 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1208         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
1209         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
1210         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
1211         * nptl/pthread_exit.c (__pthread_exit): Likewise.
1212         * nptl/pthread_join.c (pthread_join): Likewise.
1213         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
1214         * sysdeps/posix/waitid.c (__waitid): Likewise.
1215         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
1216         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
1217         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
1218         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
1219         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
1220         Likewise.
1221         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
1222         (__libc_pread64): Likewise.
1223         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
1224         (__libc_pwrite): Likewise.
1225         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
1226         (__libc_pwrite64): Likewsie.
1227         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
1228         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
1229         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
1230         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
1231         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
1232         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
1233         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
1234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
1235         Likewise.
1236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
1237         (__libc_pread64): Likewise.
1238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
1239         Likewise.
1240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
1241         (__libc_pwrite64): Likewise.
1242         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
1243         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
1244         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
1245         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
1246         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
1247         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
1248         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
1249         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
1250         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
1251         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
1252         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
1253         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
1254         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
1255         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
1256         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
1257         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
1258         Likewise.
1260 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1262         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
1263         (CFLAGS-test-double.c): Likewise.
1264         (CFLAGS-test-ldouble.c): Likewise.
1265         (CPPFLAGS-test-ifloat.c): Likewise.
1266         (CPPFLAGS-test-idouble.c): Likewise.
1267         (CPPFLAGS-test-ildoubl.c): Likewise.
1268         (CFLAGS-test-test-fenv.c): Remove variable.
1269         (CFLAGS-test-misc.c): Likewise.
1271 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1273         [BZ #17797]
1274         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
1275         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
1276         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
1277         CLOCKS_PER_SEC == 1000000.
1278         * time/clocktest.c (main): Replace %ld with %jd and cast to
1279         intmax_t.
1281 2015-01-05  Roland McGrath  <roland@hack.frob.com>
1283         * sysdeps/generic/unwind-resume.h: New file.
1284         * sysdeps/gnu/unwind-resume.c: Include it.
1285         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
1286         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
1287         argument list.
1288         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
1289         global rather than static.
1290         (_Unwind_Resume): Update user.
1291         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
1292         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
1293         rather than static.  Add __attribute__ ((cold)).
1294         (_Unwind_Resume, __gcc_personality_v0): Update callers.
1295         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
1296         * sysdeps/arm/arm-unwind-resume.S: New file.
1297         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
1298         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
1299         * sysdeps/arm/Makefile [$(subdir) = csu]
1300         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
1301         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
1302         Add rt-arm-unwind-resume.
1303         [$(subdir) = nptl]
1304         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1305         Add pt-arm-unwind-resume.
1306         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
1307         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
1309 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1311         [BZ #17748]
1312         * include/fenv.h (__feholdexcept): Declare.  Use
1313         libm_hidden_proto.
1314         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
1315         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
1316         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1317         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
1318         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
1319         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
1320         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
1321         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1322         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
1323         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
1324         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1325         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
1326         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
1327         (feholdexcept): Likewise.
1328         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
1329         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
1330         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
1331         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
1332         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
1333         __feholdexcept instead of feholdexcept.
1334         (default_libc_feholdexcept_setround): Likewise.
1336 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1338         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
1339         to avoid using stl/str to align destination.
1341 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1343         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
1345 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1347         [BZ #17796]
1348         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
1349         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
1350         Define as weak alias not strong alias.
1352 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
1354         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
1355         bltzal with addiupc.
1356         (RTLD_START): Ditto.
1358 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
1360         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
1361         for __vdso_* functions in declarations.
1362         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
1363         definitions.
1364         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
1365         INTERNAL_VSYSCALL): Use struct return types to check for error.
1367         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
1368         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
1369         function with cast from llround().
1370         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
1371         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
1372         Define.
1374 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
1376         [BZ #17793]
1377         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
1378         Define as weak alias not strong alias.
1380         [BZ #17635]
1381         * ctype/ctype-c99.c: New file.  isblank implementation moved from
1382         ...
1383         * ctype/ctype-extn.c: ... here.
1384         (__isblank_l): Move to ...
1385         * ctype/ctype-c99_l.c: ... here.  New file.
1386         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
1387         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
1388         Remove variable.
1389         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1390         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1391         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1392         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1393         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1395         [BZ #17777]
1396         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
1397         (posix_fadvise64): Define as weak alias not strong alias.
1398         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1399         (posix_fallocate64): Likewise.
1400         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
1401         Remove variable.
1402         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1403         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1404         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1405         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1406         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1408 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
1410         [BZ #16191]
1411         * NEWS: Mention bug fix.
1412         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
1413         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
1414         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
1415         (HOST_STACK_END_ADDR): Likewise.
1417 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1419         [BZ #17748]
1420         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
1421         * math/fegetround.c (fegetround): Rename to __fegetround and
1422         define as weak alias of __fegetround.  Use libm_hidden_weak.
1423         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
1424         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
1425         * sysdeps/arm/fegetround.c (fegetround): Likewise.
1426         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
1427         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
1428         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
1429         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
1430         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
1431         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
1432         Undefine after rather than before function definition; use
1433         parentheses around function name in definition.
1434         (__fegetround): Also undefine macro after function definition.
1435         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
1436         __fegetround and define as weak alias of __fegetround.  Use
1437         libm_hidden_weak.  Do not undefine as macro.
1438         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
1439         Likewise.
1440         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
1441         __fegetround and define as weak alias of __fegetround.  Use
1442         libm_hidden_weak.
1443         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
1444         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
1445         * sysdeps/tile/math_private.h (__fegetround): New inline function.
1446         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
1447         __fegetround and define as weak alias of __fegetround.  Use
1448         libm_hidden_weak.
1449         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
1450         __fegetround instead of fegetround.
1452         [BZ #17782]
1453         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
1454         Condition macro definition on [__USE_MISC].
1456         [BZ #17781]
1457         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
1458         (struct sigaction): Change type of sa_flags field to int.
1460         [BZ #17780]
1461         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
1462         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
1463         __glibc_reserved0.
1465         * nptl/version.c (banner): Use single year in copyright notice.
1467         * NEWS: Update copyright dates.
1468         * catgets/gencat.c (print_version): Likewise.
1469         * csu/version.c (banner): Likewise.
1470         * debug/catchsegv.sh: Likewise.
1471         * debug/pcprofiledump.c (print_version): Likewise.
1472         * debug/xtrace.sh (do_version): Likewise.
1473         * elf/ldconfig.c (print_version): Likewise.
1474         * elf/ldd.bash.in: Likewise.
1475         * elf/pldd.c (print_version): Likewise.
1476         * elf/sotruss.sh: Likewise.
1477         * elf/sprof.c (print_version): Likewise.
1478         * iconv/iconv_prog.c (print_version): Likewise.
1479         * iconv/iconvconfig.c (print_version): Likewise.
1480         * locale/programs/locale.c (print_version): Likewise.
1481         * locale/programs/localedef.c (print_version): Likewise.
1482         * login/programs/pt_chown.c (print_version): Likewise.
1483         * malloc/memusage.sh (do_version): Likewise.
1484         * malloc/memusagestat.c (print_version): Likewise.
1485         * malloc/mtrace.pl: Likewise.
1486         * manual/libc.texinfo: Likewise.
1487         * nptl/version.c (banner): Likewise.
1488         * nscd/nscd.c (print_version): Likewise.
1489         * nss/getent.c (print_version): Likewise.
1490         * nss/makedb.c (print_version): Likewise.
1491         * posix/getconf.c (main): Likewise.
1492         * scripts/test-installation.pl: Likewise.
1493         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
1495 2015-01-02  Will Newton  <will.newton@linaro.org>
1497         * sysdeps/arm/armv7/configure: Removed.
1498         * sysdeps/arm/armv7/configure.ac: Likewise.
1500 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
1502         * All files with FSF copyright notices: Update copyright dates
1503         using scripts/update-copyrights.
1504         * intl/plural.c: Regenerated.
1505         * locale/programs/charmap-kw.h: Likewise.
1506         * locale/programs/locfile-kw.h: Likewise.
1508 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1510         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
1512 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1514         [BZ #17748]
1515         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
1516         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
1517         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1518         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1519         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1520         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
1521         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1522         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
1523         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1524         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1525         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1526         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1527         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1528         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1529         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
1530         libm_hidden_def.
1531         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
1532         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
1533         Likewise.
1534         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
1535         define as weak alias of __fegetenv.  Use libm_hidden_weak.
1536         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
1537         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
1538         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
1539         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
1540         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
1541         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
1542         __fegetenv instead of fegetenv.
1543         (libc_feholdsetround_noex_ctx): Likewise.
1545 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
1547         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
1548         (Elf_MIPS_ABIFlags_v0): New structure.
1549         (EF_MIPS_FP64): Define.
1550         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
1551         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
1552         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
1553         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
1554         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
1555         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
1556         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
1557         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
1558         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
1559         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
1560         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
1561         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
1562         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
1563         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
1564         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
1565         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
1566         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
1567         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
1568         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
1569         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
1570         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
1571         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
1572         field.
1573         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
1574         EF_MIPS_FP64.
1575         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
1576         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
1577         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
1578         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
1579         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
1580         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
1581         * sysdeps/mips/tst-abi-interlink.c: Likewise.
1582         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
1583         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
1584         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
1585         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
1586         record the current FP ABI extension.
1587         (mips-mode-switch): Define to show if kernel headers support mode
1588         switching.
1589         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
1590         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
1591         supported SYSV ABI version to 3.
1592         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
1593         feature.
1595 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1596             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1598         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
1599         path.
1600         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
1602 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
1604         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
1605         __fegetround and redefine to call __fegetround.  Remove condition
1606         on [!__NO_MATH_INLINES].
1607         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
1608         function.
1609         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
1610         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
1611         Remove macro.
1612         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
1613         instead of <fenv_libc.h>.
1614         (__llrintl): Call fegetround instead of __fegetround.
1615         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
1616         instead of <fenv_libc.h>.
1617         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
1618         (__lrintl): Call fegetround instead of __fegetround.
1619         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
1620         instead of <fenv_libc.h>.
1621         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
1622         (__rintl): Call fegetround instead of __fegetround.
1624 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
1626         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
1627         arrays.
1629 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1631         [BZ #17775]
1632         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
1633         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
1634         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
1636 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1638         * sysdeps/i386/tls-macros.h: Include <features.h>.
1639         (TLS_LE): Use non-PIC version for GCC >= 5.0.
1640         (TLS_IE): Likewise.
1641         (TLS_LD): Likewise.
1642         (TLS_GD): Likewise.
1643         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
1644         define for GCC >= 5.0.
1646 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
1648         * math/test-fenv.c (test_single_exception, set_single_exc,
1649         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
1650         feexcp_mask_test, feenable_test, fe_single_test): Add
1651         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
1652         case where they are not used.
1653         * math/libm-test.inc: Likewise.
1654         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
1655         unused in the absence of FP rounding/exception support.
1656         * stdio-common/tst-printf-round.c: Likewise.
1657         * stdlib/tst-strtod-round.c: Likewise.
1658         * stdlib/tst-strtod-underflow.c: Likewise.
1660 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
1662         [BZ #17723]
1663         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
1664         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
1665         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1666         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1667         libm_hidden_weak.
1668         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
1669         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1670         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
1671         libm_hidden_def.
1672         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1673         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1674         libm_hidden_weak.
1675         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
1676         Likewise.
1677         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
1678         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1679         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1680         libm_hidden_weak.
1681         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1682         libm_hidden_def.
1683         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
1684         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
1685         (__feraiseexcept): Likewise.
1686         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
1687         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
1688         libm_hidden_weak.
1689         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1690         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
1691         libm_hidden_def.
1692         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
1693         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
1694         Use libm_hidden_def.
1695         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
1696         libm_hidden_def.
1697         (feraiseexcept): Define as weak not strong alias.  Use
1698         libm_hidden_weak.
1699         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
1700         New inline function.  Factored out of ...
1701         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
1702         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
1703         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
1704         feraiseexcept.
1705         * math/w_acos.c (__acos): Likewise.
1706         * math/w_asin.c (__asin): Likewise.
1707         * math/w_ilogb.c (__ilogb): Likewise.
1708         * math/w_j0.c (y0): Likewise.
1709         * math/w_j1.c (y1): Likewise.
1710         * math/w_jn.c (yn): Likewise.
1711         * math/w_log.c (__log): Likewise.
1712         * math/w_log10.c (__log10): Likewise.
1713         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
1714         * sysdeps/aarch64/fpu/math_private.h
1715         (libc_feupdateenv_test_aarch64): Likewise.
1716         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
1717         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
1718         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
1719         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
1720         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
1721         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
1722         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
1723         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
1724         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
1725         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
1727 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
1729         [BZ #17732]
1730         * io/test-utime.c (main): Replace %ld with %jd and cast to
1731         intmax_t.
1732         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
1733         * nptl/tst-mutex5.c: Include <stdint.h>.
1734         (do_test): Replace %ld with %jd and cast to intmax_t.
1735         * posix/tst-regex.c (run_test): Likewise.
1736         (run_test_backwards): Likewise.
1737         * rt/tst-clock.c: Include <stdint.h>.
1738         (clock_test): Replace %ld with %jd and cast to intmax_t.
1739         * rt/tst-cpuclock1.c: Include <stdint.h>.
1740         (do_test): Replace %lu with %ju and cast to uintmax_t.
1741         * rt/tst-cpuclock2.c: Include <stdint.h>.
1742         (do_test): Replace %lu with %ju and cast to uintmax_t.
1743         * rt/tst-mqueue1.c: Include <stdint.h>.
1744         (check_attrs): Replace %ld with %jd and cast to intmax_t.
1745         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
1746         intmax_t.
1747         * rt/tst-mqueue4.c (do_test): Likewise.
1748         * rt/tst-timer4.c: Include <stdint.h>.
1749         (check_ts): Replace %ld with %jd and cast to intmax_t.
1750         (do_test): Likewise.
1751         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
1752         and cast to intmax_t.
1753         * sysdeps/pthread/tst-timer.c (main): Likewise.
1754         * time/clocktest.c (main): Likewise.
1755         * time/tst-posixtz.c (do_test): Likewise.
1756         * timezone/tst-timezone.c (main): Likewise.
1758 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
1759             H.J. Lu  <hongjiu.lu@intel.com>
1761         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
1762         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
1763         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
1764         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
1765         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
1766         version if bit_Fast_Unaligned_Load is set.
1767         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1768         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1769         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1770         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1771         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1772         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1773         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
1774         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
1775         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
1776         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
1777         to 4.
1778         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
1779         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
1780         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
1781         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
1783 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
1785         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
1786         instead of #if to avoid a Wundef warning.
1787         * stdlib/tst-limits.c (do_test): Likewise.
1789         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
1790         parallel other exception macros.
1791         (fegetenv): Convert from macro to extern inline so that it applies
1792         retroactively to inline functions already seen by the compiler.
1793         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
1795         * posix/Makefile (before-compile): Use $(objpfx) for
1796         posix-conf-vars-def.h.
1798 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1800         * posix/getconf.c (main): Use size_t for type of I.
1801         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
1802         NSPEC.
1804         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
1805         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
1806         * posix/posix-envs.def: Likewise.
1807         * sysdeps/posix/sysconf.c: Likewise.
1808         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
1809         (specs): Remove array.
1810         * scripts/gen-posix-conf-vars.awk: Support generation of specs
1811         array.
1813         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
1814         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
1815         (__sysconf): Use CONF_IS_* macros.
1817         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
1818         ($(objpfx)posix-conf-vars-def.h): New target.
1819         * posix/posix-conf-vars.list: New file.
1820         * posix/posix-conf-vars.h: New file.
1821         * posix/confstr.c: Include posix-conf-vars.h.
1822         (confstr): Use CONF_IS_* macros.
1823         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
1824         CONF_IS_* macros.
1825         * scripts/gen-posix-conf-vars.awk: New file.
1827 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
1829         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
1830         fegetround): Add no-op macros to avoid linknamespace issues.
1832         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
1833         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
1835         * sysdeps/unix/sysv/linux/tile/sysdep.h
1836         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
1837         assembly-specific section to avoid a redefinition warning.
1839         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
1840         long before casting to pointer to avoid a cast warning.
1842 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
1844         * sysdeps/tile/tilegx/Implies: New file.
1846 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
1848         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
1850 2014-12-23  Florian Weimer  <fweimer@redhat.com>
1852         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
1854 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1856         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
1857         not define.
1858         * sysdeps/unix/sysv/linux/utimes.c: Do not include
1859         <kernel-features.h>.
1860         (__utimes) [__NR_utimes]: Make code unconditional.
1861         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
1862         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
1863         (__ASSUME_UTIMES): Do not undefine.
1864         * sysdeps/unix/sysv/linux/tile/kernel-features.h
1865         (__ASSUME_UTIMES): Likewise.
1866         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1867         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
1868         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
1869         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
1871 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1873         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
1875 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
1877         [BZ #17747]
1878         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
1879         alias to weak alias for j0l, y0l.
1880         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
1881         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
1883         [BZ #17746]
1884         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
1885         conversion.
1887 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
1889         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
1890         to zero if not already defined.
1892 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1894         [BZ #17724]
1895         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
1896         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
1897         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
1898         (char *) casts added.
1899         * sysdeps/ieee754/k_standardf.c: New file.
1900         * sysdeps/ieee754/k_standardl.c: Likewise.
1901         * math/Makefile (libm-support): Remove k_standard.
1902         (libm-calls): Add k_standard.
1904 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1906         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
1907         Optimize to avoid an unnecessary FPCR read.
1909 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1911         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
1912         Optimize to reduce FPCR/FPSR accesses.
1914 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1916         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
1917         Call libc_fetestexcept_aarch64.
1919 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
1921         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
1922         Call libc_fesetround_aarch64.
1924 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
1926         [BZ #17733]
1927         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
1928         (__bind): Do not define as weak alias.
1929         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
1930         define.
1931         (__getsockname): Do not define as weak alias.
1933 2014-12-22  Will Newton  <will.newton@linaro.org>
1935         * manual/install.texi: Document that we require bison 2.7
1936         or above.
1937         * INSTALL: Regenerate.
1938         * configure.ac: Use AC_CHECK_PROG_VER instead of
1939         AC_PATH_PROG when checking for bison and check for
1940         version 2.7 or above.
1941         * configure: Regenerate.
1943 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
1945         [BZ #17745]
1946         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
1947         * sysdeps/tile/ffsll.c (ffsll): To here.
1949         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
1951 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1953         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
1954         if not defined.
1955         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
1956         definition.
1957         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1958         hidden ___tls_get_addr.
1959         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
1960         hidden __tls_get_addr.
1961         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
1962         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
1963         Likewise.
1965 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
1967         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
1968         _dl_init call.
1970 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
1972         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
1973         from "call _dl_init@PLT".
1974         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
1976 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
1978         * manual/search.texi: (Array Sort Function): Clarify stable sorting
1979         guarantees.
1981 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
1983         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
1985 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
1987         [BZ #17744]
1988         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
1989         strnlen.
1991 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
1993         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
1994         of multu on MIPSr6.
1995         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
1996         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
1997         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
1998         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
1999         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
2001 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
2003         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
2004         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
2005         (PTR_SUBU): Use subu for mips32r6/mips64r6.
2006         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
2007         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2008         mips32r6/mips64r6.
2009         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
2011 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
2013         * string/strncat.c (STRNCAT): Simplify implementation.
2015 2014-12-19  David S. Miller  <davem@davemloft.net>
2017         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
2018         access the quad as both a long double and as a series of 4 words.
2020         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
2021         link_map->l_info array access.
2023 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
2025         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
2027         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
2028         * math/atest-exp2.c (TIMEOUT): Likewise.
2029         * math/atest-sincos.c (TIMEOUT): Likewise.
2031 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2033         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
2034         -Wno-error with -fno-builtin-lround.
2036 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2038         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
2039         Contains futex constants and functions moved over from ...
2040         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
2041         <lowlevellock-futex.h>.
2042         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2043         (lll_timedwait_tid): Add comments and parentheses around macro
2044         arguments.
2046 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2048         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
2049         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
2050         (__lll_private_flag): Remove.
2051         (lll_futex_wait): Likewise.
2052         (lll_futex_timed_wait): Likewise.
2053         (lll_futex_wake): Likewise.
2054         (lll_futex_requeue): Likewise.
2055         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
2056         (__lll_timedwait_tid): Spell out argument names.
2057         (lll_timedwait_tid): Add comments and parentheses around macro
2058         arguments.
2059         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
2060         LLL_SHARED and LLL_PRIVATE usable from assembly code.
2062 2014-12-19  Torvald Riegel  <triegel@redhat.com>
2064         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
2065         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
2066         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2067         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
2068         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
2069         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
2070         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
2071         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
2072         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
2073         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
2074         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
2075         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
2076         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
2077         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
2078         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
2079         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
2080         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
2081         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
2082         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
2084 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2086         * sysdeps/x86_64/x32/Makefile: New file.
2088 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
2090         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
2091         1L with (mp_limb_t) 1.
2093 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2095         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
2096         * nptl/libc_pthread_init.c: ... here.
2097         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
2098         * nptl/register-atfork.c: ... here.
2100         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
2101         Use pthread_sigmask rather than INTERNAL_SYSCALL.
2102         Use assert_perror to check its return value.
2103         (__gai_create_helper_thread): Likewise.
2105         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
2107         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
2109 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
2111         [BZ #17725]
2112         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
2113         __profil_counter.
2114         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
2115         Likewise.
2116         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
2117         Likewise.
2118         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
2119         Likewise.
2120         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
2121         (profil_counter): Likewise.
2122         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
2123         (profil_counter): Likewise.
2124         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
2125         Likewise.
2126         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
2127         Likewise.
2128         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
2129         (profil_counter): Likewise.
2130         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
2131         Likewise.
2132         [!__profil_counter] (profil_counter): Define as weak alias of
2133         __profil_counter.
2134         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
2135         (profil_counter): Rename to __profil_counter.
2136         [!__profil_counter] (profil_counter): Define as weak alias of
2137         __profil_counter.
2138         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
2139         (profil_counter): Rename to __profil_counter.
2140         [!__profil_counter] (profil_counter): Define as weak alias of
2141         __profil_counter.
2142         * sysdeps/posix/profil.c: Update comment referring to
2143         profil_counter.
2144         (__profil): Use __profil_counter instead of profil_counter.
2145         * sysdeps/posix/sprofil.c (profil_counter): Rename to
2146         __profil_counter.  Use __profil_counter_ushort and
2147         __profil_counter_uint in definitions.
2148         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
2149         instead of profil_counter_uint and profil_counter_ushort.
2151         [BZ #17722]
2152         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
2153         define as weak alias of __inet_makeaddr.
2154         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
2155         as weak alias of __inet_addr.
2156         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
2157         as weak alias of __inet_pton.  Use libc_hidden_weak.
2158         * include/arpa/inet.h (__inet_pton): Declare.  Use
2159         libc_hidden_proto.
2160         (inet_makeaddr): Don't use libc_hidden_proto.
2161         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
2162         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
2163         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
2164         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
2165         Remove variable.
2166         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2167         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2169 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
2171         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
2173 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2175         * stdio-common/bug-vfprintf-nargs.c (do_test):
2176         Cast value to intptr_t to avoid format warning
2177         for usage with PRIdPTR printing macro.
2179 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
2181         * libio/tst-widetext.c (do_test):
2182         Use format type %td instead of %Zd for ptrdiff_t
2183         in order to avoid format warning.
2185 2014-12-17  Andreas Schwab  <schwab@suse.de>
2187         * nscd/mem.c (gc): Add size_t cast to match printf format.
2189 2014-12-16  Roland McGrath  <roland@hack.frob.com>
2191         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
2192         (init): Apply PTR_MANGLE to pointers before storing them.
2193         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
2194         before using them.
2196 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
2198         [BZ #17719]
2199         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
2200         define as weak alias of __memrchr.
2201         (__memrchr): Do not define as strong alias of memrchr.
2202         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
2203         Remove variable.
2204         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2205         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2206         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2208         [BZ #17717]
2209         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
2210         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
2211         (if_indextoname): Rename to __if_indextoname and define as weak
2212         alias of __if_indextoname.  Use libc_hidden_weak.
2213         (if_freenameindex): Rename to __if_freenameindex and define as
2214         weak alias of __if_freenameindex.
2215         (if_nameindex): Rename to __if_nameindex and define as weak alias
2216         of __if_nameindex.
2217         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
2218         __if_nametoindex and define as weak alias of __if_nametoindex.
2219         Use libc_hidden_weak.
2220         (if_freenameindex): Rename to __if_freenameindex and define as
2221         weak alias of __if_freenameindex.
2222         (if_nameindex): Rename to __if_nameindex and define as weak alias
2223         of __if_nameindex.
2224         (if_indextoname): Rename to __if_indextoname and define as weak
2225         alias of __if_indextoname.  Use libc_hidden_weak.
2226         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
2227         __if_nametoindex and define as weak alias of __if_nametoindex.
2228         Use libc_hidden_weak.
2229         (if_freenameindex): Rename to __if_freenameindex and define as
2230         weak alias of __if_freenameindex.  Use libc_hidden_weak.
2231         (if_nameindex_netlink): Use __if_freenameindex instead of
2232         if_freenameindex.
2233         (if_nameindex): Rename to __if_nameindex and define as weak alias
2234         of __if_nameindex.  Use libc_hidden_weak.
2235         (if_indextoname): Rename to __if_indextoname and define as weak
2236         alias of __if_indextoname.  Use libc_hidden_weak.
2237         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
2238         libc_hidden_proto.
2239         [!_ISOMAC] (__if_freenameindex): Likewise.
2240         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
2241         if_nametoindex.
2242         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
2243         variable.
2244         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2245         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2246         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2247         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2248         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2249         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2250         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2252         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
2253         Remove variable.
2254         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2255         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2257 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
2259         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
2260         subscript above bounds'
2262         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
2263         bounds.
2265 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
2267         * libio/tst-fopenloc.c: Use test-skeleton.c.
2269         * stdlib/tst-bsearch.c: Use test-skeleton.c.
2270         (entry): Rename to ITEM.
2271         (do_test, comp): Adjust.
2273         * stdio-common/tst-fseek.c: Use test-skeleton.c.
2275 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2277         * string/tester.c: Include <libc-internal.h>.
2278         (test_memset): Ignore -Wmemset-transposed-args.
2280 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2282         * misc/tst-mntent2.c (do_test): Fix warning.
2284 2014-12-16  Torvald Riegel  <triegel@redhat.com>
2286         * elf/tst-unique4lib.cc(a): Mark as used.
2288 2014-12-16  Florian Weimer  <fweimer@redhat.com>
2290         [BZ #17630]
2291         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
2292         names.
2294 2014-12-16  Allan McRae  <allan@archlinux.org>
2296         * stdio-common/Makefile (tests): Re-add bug26.
2298 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
2300         [BZ #17657]
2301         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
2302         static array.
2304 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
2306         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
2307         (__lll_lock_wait): Likewise.
2308         (__lll_timedlock_wait): Likewise.
2309         (__lll_timedwait_tid): Likewise.
2310         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
2311         (__lll_robust_timedlock_wait): Likewise.
2312         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
2313         (lll_cond_trylock): Likewise.
2314         (__lll_lock): Likewise.
2315         (__lll_robust_lock): Likewise.
2316         (__lll_cond_lock): Likewise.
2317         (lll_robust_cond_lock): Likewise.
2318         (__lll_timedlock): Likewise.
2319         (__lll_robust_timedlock): Likewise.
2320         (__lll_unlock): Likewise.
2321         (__lll_robust_unlock): Likewise.
2322         (lll_wait_tid): Likewise.
2323         (lll_timedwait_tid): Likewise.
2325 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2327         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
2329 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2331         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
2333 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2335         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
2336         * stdio-common/tst-sprintf.c: Likewise.
2338 2014-12-15  Torvald Riegel  <triegel@redhat.com>
2340         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
2342 2014-12-15  Jeff Law  <law@redhat.com>
2344         [BZ #16617]
2345         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
2346         on the heap.  (CVE-2012-3406)
2347         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
2348         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
2349         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
2351 2014-12-15  Will Newton  <will.newton@linaro.org>
2353         * manual/install.texi: Bump required version of texinfo
2354         to 4.7 from 4.5.
2355         * INSTALL: Regenerated.
2356         * configure.ac: Check for makeinfo version 4.7 and above.
2357         * configure: Regenerated.
2359 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2361         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
2362         PREFIX, string constant to insert between directory and name.
2363         * sysdeps/posix/shm_open.c: Update caller.
2364         * sysdeps/posix/shm_unlink.c: Likewise.
2365         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
2366         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
2367         (SEM_SHM_PREFIX): New macro.
2368         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
2369         [$(have-thread-library) = no].
2370         * nptl/Makefile (libpthread-routines): Add shm-directory.
2371         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
2372         * sysdeps/nptl/shm-directory.h: New file.
2373         * sysdeps/posix/shm-directory.c
2374         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
2375         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
2376         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
2377         INTERNAL_SYSCALL.
2378         (__where_is_shmfs): Function removed.
2379         (mountpoint, defaultmount, defaultdir, __namedsem_once):
2380         Variables removed.
2381         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
2382         Use SHM_GET_NAME.
2383         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
2385         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
2386         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
2387         unconditional for use inside libpthread.
2388         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
2390 2014-12-12  Roland McGrath  <roland@hack.frob.com>
2392         * nptl/pthread_getaffinity.c: New file.
2393         * nptl/pthread_setaffinity.c: New file.
2394         * nptl/pthread_getname.c: New file.
2395         * nptl/pthread_setname.c: New file.
2397         * nptl/pthread_create.c (START_THREAD_DEFN)
2398         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
2400 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2401             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2403         * resolv/res_send.c (send_vc): Disable warning resplen may
2404         be used uninitialized.
2406 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
2408         * nptl/tst-mutex6.c
2409         (ATTR_NULL): New define checks ATTR against NULL.
2410         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
2411         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
2413 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
2415         [BZ #17581]
2416         * malloc/hooks.c
2417         (mem2mem_check): Revert my previous change.
2418         (malloc_check_get_size): Revert my previous change.
2419         (mem2chunk_check): Revert my previous change.
2421 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2423         * sysdeps/posix/shm-directory.c: New file.
2424         * sysdeps/posix/shm-directory.h: New file.
2425         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
2426         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
2427         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
2428         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
2429         Transmute EPERM to EACCES.
2430         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
2431         from ...
2432         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
2433         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
2435 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2437         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
2438         pointer and cast to uintptr_t.
2439         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
2440         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
2441         Add cast to avoid warning.
2442         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
2444 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2446         * nptl/semaphore.h: Move to ...
2447         * sysdeps/pthread/semaphore.h: ... here.
2448         * Makefile (installed-headers): Change nptl/semaphore.h to
2449         sysdeps/pthread/semaphore.h.
2451 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2453         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
2454         generated error format strings.
2456         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
2457         -Wformat-extra-args warnings for scanf formats.
2458         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
2459         test of zero-length format (duh).
2460         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
2461         corner-case scanf format test.
2462         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
2463         generated fprintf format string.
2464         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
2465         corner-case sprintf format tests.
2466         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
2467         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
2468         -Wformat-extra-args warnings throughout.
2469         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
2470         (CFLAGS-scanf4.c): Likewise.
2471         (CFLAGS-scanf7.c): Likewise.
2472         (CFLAGS-tst-sprintf.c): Likewise.
2473         (CFLAGS-tst-printf.c): Likewise.
2474         (CFLAGS-tst-printfsz.c): Likewise.
2476 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
2478         * include/cpio.h: New file.
2479         * include/fmtmsg.h: Likewise.
2481         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
2482         corresponding format argument to size_t.
2483         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
2484         arguments.
2485         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
2486         corresponding format argument to size_t.
2487         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
2488         arguments.
2489         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
2490         corresponding format argument to size_t.
2491         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
2492         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
2493         (CFLAGS-tst-mbswcs2.c): Likewise.
2494         (CFLAGS-tst-mbswcs3.c): Likewise.
2495         (CFLAGS-tst-mbswcs4.c): Likewise.
2496         (CFLAGS-tst-mbswcs5.c): Likewise.
2497         (CFLAGS-tst-trans.c): Likewise
2499 2014-12-11  Roland McGrath  <roland@hack.frob.com>
2501         * posix/regexbug1.c (main): Use "%s" format with regerror results,
2502         rather than assuming they won't contain any '%'s.
2504 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
2506         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
2507         inhibit_loop_to_libcall to avoid recursive calls.
2508         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
2509         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
2511 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
2513         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
2514         prototype.
2516 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2518         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
2519         integer value instead of boolean.
2521 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
2523         * malloc/malloc.c: Fix powerof2 check.
2525 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2527         * locale/programs/locfile.h (maybe_swap_uint32):
2528         Remove inline and add unused attribute.
2530 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
2532         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2533         Truncating assembler expression to a .long expression.
2535 2014-12-11  Andreas Schwab  <schwab@suse.de>
2537         * elf/rtld.c (struct map_args): Constify str member.
2538         (do_preload): Constify fname argument.
2540 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2542         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
2543         constants definition.
2545 2014-12-11  Andreas Schwab  <schwab@suse.de>
2547         [BZ #16657]
2548         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
2549         FORCE_ELISION instead of DO_ELISION.
2550         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
2551         Remove.
2552         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
2553         Likewise.
2555         * iconvdata/gconv-modules: Remove duplicate entry.
2557 2014-12-11  Will Newton  <will.newton@linaro.org>
2559         Merge gettext 0.19.3 into intl/.
2561         This involves a number of cosmetic changes to comments
2562         and ANSI function definitions and prototypes throughout
2563         all the files. The gettext copyright header is used but
2564         with the date ranges taken from the glibc copy.
2566         * NEWS: Add gettext merge to 2.21.
2567         * intl/bindtextdom.c: Switch to gettext copyright.
2568         Use ANSI definitions and prototypes.
2569         Use gl_* locking primitives rather than __libc_* ones.
2570         Use __builtin_expect rather than __glibc_likely/unlikely.
2571         * intl/dcgettext.c: Switch to gettext copyright.
2572         Use ANSI definitions and prototypes.
2573         * intl/dcigettext.c: Switch to gettext copyright.
2574         Use ANSI definitions and prototypes.
2575         (INTDIV0_RAISES_SIGFPE): New define.
2576         Use gl_* locking primitives rather than __libc_* ones.
2577         Include eval-plural.h instead of plural-eval.c.
2578         Use __builtin_expect rather than __glibc_likely/unlikely.
2579         * intl/dcngettext.c: Switch to gettext copyright.
2580         Use ANSI definitions and prototypes.
2581         * intl/dgettext.c: Likewise.
2582         * intl/dngettext.c: Likewise.
2583         * intl/plural-eval.c: Renamed to...
2584         * intl/eval-plural.h: ...this.
2585         * intl/explodename.c: Switch to gettext copyright.
2586         Use ANSI definitions and prototypes.
2587         (_nl_explode_name): Use strchr instead of __rawmemchr.
2588         * intl/finddomain.c: Switch to gettext copyright.
2589         Use ANSI definitions and prototypes.
2590         Use gl_* locking primitives rather than __libc_* ones.
2591         (_nl_find_domain): Use malloc rather than alloca for
2592         allocation of temporary locale name.
2593         * intl/gettext.c: Switch to gettext copyright.
2594         Use ANSI definitions and prototypes.
2595         * intl/gettextP.h: Switch to gettext copyright.
2596         Use ANSI definitions and prototypes.
2597         Use gl_* locking primitives rather than __libc_* ones.
2598         * intl/gmo.h: Switch to gettext copyright.
2599         (struct sysdep_string): Move struct segment_pair outside of
2600         struct definition.
2601         * intl/hash-string.c: Use ANSI definitions and prototypes.
2602         * intl/hash-string.h: Switch to gettext copyright.
2603         Use ANSI definitions and prototypes.
2604         * intl/l10nflist.c: Switch to gettext copyright.
2605         Use ANSI definitions and prototypes.
2606         (_nl_normalize_codeset): Avoid integer overflow.
2607         * intl/loadinfo.h: Switch to gettext copyright.
2608         Use ANSI definitions and prototypes.
2609         (LIBINTL_DLL_EXPORTED): New define.
2610         (PATH_SEPARATOR): New define.
2611         * intl/loadmsgcat.c: Switch to gettext copyright.
2612         * intl/localealias.c: Switch to gettext copyright.
2613         Use ANSI definitions and prototypes.
2614         (_nl_expand_alias): Use PATH_SEPARATOR.
2615         * intl/ngettext.c: Switch to gettext copyright.
2616         Use ANSI definitions and prototypes.
2617         * intl/plural-exp.c: Likewise.
2618         * intl/plural-exp.h: Switch to gettext copyright.
2619         Use ANSI definitions and prototypes.
2620         (struct expression): Move definition of enum operator outside
2621         of struct definition.
2622         * intl/plural.c: Regenerate.
2623         * intl/plural.y: Switch to gettext copyright.
2624         Use ANSI definitions and prototypes.
2625         Port to bison 3.0.
2626         * intl/textdomain.c: Switch to gettext copyright.
2627         Use ANSI definitions and prototypes.
2628         Use gl_* locking primitives rather than __libc_* ones.
2630 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
2632         * debug/warning-nop.c: Add used atrribute.
2634 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2636         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
2638         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
2639         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
2640         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
2642 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2643             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2645         [BZ #17634]
2646         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
2647         Undefine after defining function.  Define as weak alias of
2648         __wcschr.  Use libc_hidden_weak.
2649         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
2650         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
2651         (libc_hidden_def): Also define __GI___wcschr alias.
2652         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
2653         __wcschr and define as weak alias of __wcschr.
2654         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
2655         __wcschr.
2656         [!WCSCHR] (DEFAULT_WCSCHR): Define.
2657         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
2658         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
2659         libc_hidden_weak.  Do not use libc_hidden_def.
2660         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
2661         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
2662         __GI___wcschr alias.
2663         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
2664         [IS_IN (libc)] (wcschr): Define as macro expanding to
2665         __redirect_wcschr.
2666         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
2667         [IS_IN (libc)] (__wcschr_power6): Likewise.
2668         [IS_IN (libc)] (__wcschr_power7): Likewise.
2669         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
2670         instead of wcschr.
2671         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
2672         __libc_wcschr.
2673         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
2674         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
2675         __wcschr and define as weak alias of __wcschr.  Use
2676         libc_hidden_builtin_def.
2677         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
2678         as weak alias of __wcschr.  Use libc_hidden_weak.
2679         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
2680         wcschr.
2681         * time/era.c (_nl_init_era_entries): Likewise.
2682         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
2683         variable.
2684         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2685         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2687 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2689         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
2690         format for long int variable.
2692 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
2694         [BZ #10672]
2695         * manual/search.texi: (Array Sort Function): Remove claim how to make
2696         qsort stable.
2698 2014-12-10  Andreas Schwab  <schwab@suse.de>
2700         [BZ #12847]
2701         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
2702         user-controlled locks.
2704 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
2706         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
2707         register.
2709 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2711         * configure.ac (--disable-werror): New configure option.
2712         (enable_werror): New AC_SUBST.
2713         * configure: Regenerated.
2714         * config.make.in (enable-werror): New variable.
2715         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
2716         -Wno-error=undef.
2717         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
2718         * manual/install.texi (Configuring and compiling): Document
2719         --disable-werror.
2720         * INSTALL: Regenerated.
2721         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
2722         (CFLAGS-tst-chk2.c): Likewise.
2723         (CFLAGS-tst-chk3.c): Likewise.
2724         (CFLAGS-tst-chk4.cc): Likewise.
2725         (CFLAGS-tst-chk5.cc): Likewise.
2726         (CFLAGS-tst-chk6.cc): Likewise.
2727         (CFLAGS-tst-lfschk1.c): Likewise.
2728         (CFLAGS-tst-lfschk2.c): Likewise.
2729         (CFLAGS-tst-lfschk3.c): Likewise.
2730         (CFLAGS-tst-lfschk4.cc): Likewise.
2731         (CFLAGS-tst-lfschk5.cc): Likewise.
2732         (CFLAGS-tst-lfschk6.cc): Likewise.
2734         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
2735         (main): Disable -Wdeprecated-declarations around calls to
2736         register_printf_function.
2738         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
2739         (do_test): Disable -Wdiv-by-zero around some calls to
2740         fwrite_unlocked and fread_unlocked.
2742         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
2743         (DIAG_POP_NEEDS_COMMENT): Likewise.
2744         (_DIAG_STR1): Likewise.
2745         (_DIAG_STR): Likewise.
2746         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
2747         * stdio-common/bug21.c: Include <libc-internal.h>.
2748         (do_test): Disable -Wformat around call to sscanf.
2749         * stdio-common/scanf14.c: Include <libc-internal.h>.
2750         (main): Disable -Wformat around some calls to scanf functions.
2752 2014-12-09  Torvald Riegel  <triegel@redhat.com>
2754         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
2756 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2758         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
2759         stack variable alignment.
2761 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
2763         [BZ #17682]
2764         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
2765         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
2766         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
2767         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
2768         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
2769         __getrlimit instead of getrlimit.
2770         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
2771         __gettimeofday instead of gettimeofday.
2772         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
2773         Likewise.
2774         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
2775         Likewise.
2776         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
2777         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
2778         Remove variable.
2779         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2780         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2782 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2784         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
2785         for wide-character tests.
2787 2014-12-04  Roland McGrath  <roland@hack.frob.com>
2789         * io/openat64.c: #include <libc-internal.h>
2790         (__openat64): Prototypify.  Use ignore_value on MODE.
2791         * io/openat.c: Likewise.
2792         * misc/reboot.c: #include <libc-internal.h>
2793         (reboot): Prototypify.  Use ignore_value on HOWTO.
2794         * misc/ptrace.c: #include <libc-internal.h>
2795         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
2797 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
2799         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
2800         XPG4, UNIX98 and XOPEN2K.
2801         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
2802         Remove variable.
2803         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2805 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2807         * libio/fileops.c: Use ISO C style for function definitions.
2808         * libio/iofopen.c: Likewise.
2809         * libio/wfileops.c: Likewise.
2811         [BZ #17653]
2812         * libio/fileops.c (_IO_new_file_underflow): Unset cached
2813         offset on EOF.
2814         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
2815         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
2816         (fgets_func): Function pointer to fgets and fgetws.
2817         (do_ftell_test): Add test to verify ftell value after read
2818         EOF.
2819         (do_test): Set fgets_func.
2821         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
2822         O_TRUNC flag for w and w+ modes.
2823         (do_rewind_test): Likewise.
2824         (do_ftell_test): Likewise.
2825         (do_write_test): Likewise.
2827         [BZ #17647]
2828         * libio/fileops.c (do_ftell): Seek only when there are
2829         unflushed writes.
2830         * libio/wfileops.c (do_ftell_wide): Likewise.
2831         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
2832         test case.
2833         (do_one_test): Call it.
2835 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
2837         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
2838         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
2839         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
2840         Remove variable.
2841         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2842         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2843         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2845 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2847         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
2848         Remove variable.
2849         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2851         [BZ #17668]
2852         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
2853         as weak alias of __getifaddrs.  Use libc_hidden_weak.
2854         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2855         __freeifaddrs.  Use libc_hidden_weak.
2856         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
2857         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
2858         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2859         __freeifaddrs.  Use libc_hidden_weak.
2860         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
2861         __getifaddrs and define as weak alias of __getifaddrs.  Use
2862         libc_hidden_weak.
2863         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
2864         __freeifaddrs.  Use libc_hidden_weak.
2865         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
2866         Remove variable.
2867         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2868         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2870 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
2872         [BZ #17601]
2873         * sysdeps/mips/start.S (__start): Use indirect jump to call
2874         __libc_start_main.
2876 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
2878         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
2880         * nptl/tst-mutex1.c: Include <stdbool.h>.
2881         [!ATTR] (ATTR_NULL): New macro.
2882         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
2883         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
2884         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
2886         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
2887         to char *.
2889         [BZ #17665]
2890         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
2891         Change conditional to [__USE_MISC].
2893         [BZ #17664]
2894         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
2895         fgets_unlocked.
2896         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
2897         __fgets_unlocked.
2898         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
2899         fgets_unlocked.
2900         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
2901         Remove variable.
2902         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2903         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2904         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2905         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2906         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2907         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2908         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2909         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2910         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2912         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
2914 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2916         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2917         Remove strpbrk objects.
2918         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2919         (__libc_ifunc_impl_list): Remove strpbrk implementation.
2920         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
2921         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
2922         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
2923         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
2925         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2926         Remove strcspn objects.
2927         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2928         (__libc_ifunc_impl_list): Remove strcspn implementation.
2929         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
2930         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
2931         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
2932         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2934         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2935         Remove strspn objetcs.
2936         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2937         (__libc_ifunc_impl_list): Remove strspn implementation.
2938         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
2939         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
2940         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
2941         * sysdeps/powerpc/powerpc64/strspn.S: New file.
2943 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
2945         [BZ #17581]
2946         * malloc/hooks.c
2947         (mem2mem_check): Add a terminator to the chain of checking blocks.
2948         (malloc_check_get_size): Use it here.
2949         (mem2chunk_check): Ditto.
2951 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2953         * sysdeps/powerpc/powerpc64/strtok.S: New file.
2954         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
2956 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
2958         * bits/ioctl-types.h: Indent preprocessor directives correctly.
2960         * nptl/nptl-init.c: Include libc-internal.h.
2961         (__pthread_initialize_minimal_internal): Use ROUND_UP.
2963         * elf/ldconfig.c (search_dir): Expand comment.
2965 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
2967         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
2968         variable.
2969         (linknamespace-symlist-stdlibs-tests): Likewise.
2970         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
2971         instead of $(objpfx)symlist-stdlibs.
2972         (linknamespace-libs-isoc): New variable.
2973         (linknamespace-libs): Use $(linknamespace-libs-isoc).
2974         (linknamespace-libs-ISO): New variable.
2975         (linknamespace-libs-ISO99): Likewise.
2976         (linknamespace-libs-ISO11): Likewise.
2977         (linknamespace-libs-XPG3): Likewise.
2978         (linknamespace-libs-XPG4): Likewise.
2979         (linknamespace-libs-POSIX): Likewise.
2980         (linknamespace-libs-UNIX98): Likewise.
2981         (linknamespace-libs-XOPEN2K): Likewise.
2982         (linknamespace-libs-POSIX2008): Likewise.
2983         (linknamespace-libs-XOPEN2K8): Likewise.
2984         ($(objpfx)symlist-stdlibs): Replace by
2985         $(linknamespace-symlist-stdlibs-tests).  Use
2986         $(linknamespace-libs-$*) as set of libraries.
2987         ($(linknamespace-header-tests)): Update dependencies.  Use
2988         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
2989         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
2990         * conform/linknamespace.pl: Remove comment about considering
2991         definitions of symbols from irrelevant libraries.
2993 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2995         [BZ #13862]
2996         * elf/dl-tls.c: Include <atomic.h>.
2997         (oom): Remove #ifdef SHARED/#endif.
2998         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
2999         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
3000         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
3001         big enough.
3002         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
3003         * nptl/Makefile (tests): Add tst-stack4.
3004         (modules-names): Add tst-stack4mod.
3005         ($(objpfx)tst-stack4): New.
3006         (tst-stack4mod.sos): Likewise.
3007         ($(objpfx)tst-stack4.out): Likewise.
3008         ($(tst-stack4mod.sos)): Likewise.
3009         (clean): Likewise.
3010         * nptl/tst-stack4.c: New file.
3011         * nptl/tst-stack4mod.c: Likewise.
3013 2014-11-27  J. Brown  <jb999@gmx.de>
3015         * sysdeps/x86/bits/string.h: Add recent CPUs.
3017 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3019         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
3020         sigblock.
3022         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
3023         feof.
3025         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
3026         variable.
3028 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
3030         * nscd/connections.c: Include libc-internal.h because of macro
3031         usage ignore_value.
3033 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3035         * string/bits/string3.h (__warn_memset_zero_len): Don't
3036         declare for gcc newer than 5.0.
3037         (memset): Don't test for zero-length __LEN for gcc newer than
3038         5.0.
3040 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
3042         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
3043         size_t for %zu format.
3045         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
3046         difference, not %ju.
3048 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3050         * include/libc-internal.h (ignore_value): New macro.
3051         * nscd/connections.c (restart): Wrap calls to setuid and setgid
3052         with ignore_value.
3054         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
3055         definition.
3057         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
3058         pthread_cleanup_push to void *.
3060         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
3061         Undefine.
3063         [BZ #16619]
3064         [BZ #16740]
3065         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
3066         instead of 1L << 52.
3068         * libio/bug-rewind.c (do_test): Check fwscanf return values.
3069         * libio/bug-rewind2.c (do_test): Likewise.
3071         * debug/test-stpcpy_chk-ifunc.c: Remove file.
3072         * debug/test-strcpy_chk-ifunc.c: Likewise.
3073         * wcsmbs/test-wcschr-ifunc.c: Likewise.
3074         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
3075         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
3076         * wcsmbs/test-wcslen-ifunc.c: Likewise.
3077         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
3078         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
3079         * Rules [$(multi-arch) = no] (tests): Do not filter out
3080         $(tests-ifunc).
3081         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
3082         * debug/Makefile (tests-ifunc): Remove variable.
3083         (tests): Do not add $(tests-ifunc).
3084         * wcsmbs/Makefile (tests-ifunc): Remove variable.
3085         (tests): Do not add $(tests-ifunc).
3086         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
3087         [TEST_IFUNC]: Remove conditionals.
3088         * string/test-string.h (TEST_IFUNC): Remove macro.
3089         [TEST_IFUNC]: Remove conditionals.
3091         * string/test-strchr.c [!WIDE] (L): New macro.
3092         [WIDE] (L): Likewise.
3093         (check1): Use CHAR instead of char.  Use L on string and character
3094         constants.
3096 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
3098         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
3099         tests.
3100         * sysdeps/powerpc/bits/atomic.h
3101         (__arch_atomic_exchange_and_add_32_acq): Add definition.
3102         (__arch_atomic_exchange_and_add_32_rel): Likewise.
3103         (atomic_exchange_and_add_acq): Likewise.
3104         (atomic_exchange_and_add_rel): Likewise.
3105         * sysdeps/powerpc/powerpc32/bits/atomic.h
3106         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3107         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3108         * sysdeps/powerpc/powerpc64/bits/atomic.h
3109         (__arch_atomic_exchange_and_add_64_acq): Add definition.
3110         (__arch_atomic_exchange_and_add_64_rel): Likewise.
3112 2014-11-26  Torvald Riegel  <triegel@redhat.com>
3114         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
3115         Change synchronization of __sched_fifo_min_prio and
3116         __sched_fifo_max_prio.
3117         * nptl/pthread_mutexattr_getprioceiling.c
3118         (pthread_mutexattr_getprioceiling): Likewise.
3119         * nptl/pthread_mutexattr_setprioceiling.c
3120         (pthread_mutexattr_setprioceiling): Likewise.
3121         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
3122         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
3123         Likewise.
3125 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
3127         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
3128         void.
3130 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3132         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
3133         third argument const.
3135 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3137         fnmatch: work around GCC compiler warning bug with uninit var
3138         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
3139         This works around a bug with x86-64 GCC 4.9.2 and earlier
3140         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
3141         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
3142         used uninitialized in this function [-Wmaybe-uninitialized]".
3144 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
3146         * posix/bug-regex31.c (main): Return RES not 0.
3148 2014-11-25  Anton Blanchard <anton@samba.org>
3150         * sysdeps/powerpc/bits/atomic.h
3151         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
3153 2014-11-24  Sterling Augustine  <saugustine@google.com>
3155         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
3157 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
3159         [BZ #17608]
3160         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
3162 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
3164         [BZ #17633]
3165         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
3166         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
3167         variable.
3168         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
3169         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
3171 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3173         * string/strncpy.c (strncpy): Improve performance by using memset.
3175 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
3177         * string/strcpy.c (strcpy):
3178         Improve performance by using strlen and memcpy.
3180 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
3182         * string/strcoll_l.c (get_next_seq): __always_inline.
3183         * string/strcoll_l.c (do_compare): __always_inline.
3185 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3187         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
3188         defined.
3189         * include/mqueue.h: Likewise.
3190         * include/stdlib.h: Likewise.
3192         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
3193         (get_null_defines): Adjust.
3194         * sunrpc/Makefile: Adjust comment.
3195         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
3196         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
3197         (CFLAGS-interp.c): Likewise.
3198         (CFLAGS-ldconfig.c): Likewise.
3199         (CPPFLAGS-.os): Likewise.
3200         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3201         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3202         * extra-modules.mk (extra-modules.mk): Likewise.
3203         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
3204         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
3205         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
3206         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
3207         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
3208         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
3209         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
3210         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
3211         * iconvdata/Makefile (CPPFLAGS): Likewise.
3212         (cpp-srcs-left): Add libof for all iconvdata routines.
3213         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
3214         * include/assert.h: Likewise.
3215         * include/ctype.h: Likewise.
3216         * include/errno.h: Likewise.
3217         * include/libc-symbols.h: Likewise.
3218         * include/math.h: Likewise.
3219         * include/netdb.h: Likewise.
3220         * include/resolv.h: Likewise.
3221         * include/stdio.h: Likewise.
3222         * include/stdlib.h: Likewise.
3223         * include/string.h: Likewise.
3224         * include/sys/stat.h: Likewise.
3225         * include/wctype.h: Likewise.
3226         * intl/l10nflist.c: Likewise.
3227         * libidn/idn-stub.c: Likewise.
3228         * libio/libioP.h: Likewise.
3229         * nptl/libc_multiple_threads.c: Likewise.
3230         * nptl/pthreadP.h: Likewise.
3231         * posix/regex_internal.h: Likewise.
3232         * resolv/res_hconf.c: Likewise.
3233         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
3234         * sysdeps/arm/memmove.S: Likewise.
3235         * sysdeps/arm/sysdep.h: Likewise.
3236         * sysdeps/generic/_itoa.h: Likewise.
3237         * sysdeps/generic/symbol-hacks.h: Likewise.
3238         * sysdeps/gnu/errlist.awk: Likewise.
3239         * sysdeps/gnu/errlist.c: Likewise.
3240         * sysdeps/i386/i586/memcpy.S: Likewise.
3241         * sysdeps/i386/i586/memset.S: Likewise.
3242         * sysdeps/i386/i686/memcpy.S: Likewise.
3243         * sysdeps/i386/i686/memmove.S: Likewise.
3244         * sysdeps/i386/i686/mempcpy.S: Likewise.
3245         * sysdeps/i386/i686/memset.S: Likewise.
3246         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
3247         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
3248         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
3249         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
3250         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
3251         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
3252         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
3253         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
3254         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
3255         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
3256         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3257         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3258         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3259         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3260         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3261         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3262         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
3263         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
3264         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
3265         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
3266         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
3267         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
3268         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
3269         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
3270         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
3271         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
3272         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
3273         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
3274         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
3275         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
3276         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
3277         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
3278         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
3279         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
3280         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
3281         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
3282         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
3283         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
3284         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
3285         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
3286         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
3287         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
3288         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
3289         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
3290         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
3291         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
3292         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
3293         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
3294         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
3295         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
3296         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
3297         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
3298         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
3299         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
3300         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
3301         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
3302         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
3303         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
3304         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
3305         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
3306         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
3307         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
3308         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
3309         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3310         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3311         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
3312         * sysdeps/posix/closedir.c: Likewise.
3313         * sysdeps/posix/opendir.c: Likewise.
3314         * sysdeps/posix/readdir.c: Likewise.
3315         * sysdeps/posix/rewinddir.c: Likewise.
3316         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
3317         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
3318         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
3319         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
3320         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
3321         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
3322         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
3323         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
3324         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
3325         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
3326         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
3327         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
3328         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
3329         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
3330         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
3331         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
3332         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
3333         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
3334         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
3335         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
3336         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
3337         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
3338         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
3339         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
3340         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
3341         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
3342         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
3343         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
3344         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
3345         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
3346         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
3347         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
3348         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
3349         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
3350         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
3351         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
3352         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
3353         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
3354         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
3355         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
3356         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
3357         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
3358         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
3359         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
3360         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
3361         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
3362         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
3363         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
3364         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
3365         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
3366         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
3367         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
3368         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
3369         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
3370         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
3371         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
3372         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
3373         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
3374         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
3375         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
3376         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
3377         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
3378         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
3379         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
3380         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
3381         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
3382         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
3383         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
3384         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
3385         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
3386         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
3387         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
3388         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
3389         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
3390         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
3391         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
3392         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
3393         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
3394         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3395         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
3396         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
3397         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
3398         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
3399         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
3400         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
3401         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
3402         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
3403         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
3404         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
3405         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
3406         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
3407         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
3408         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
3409         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
3410         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3411         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
3412         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
3413         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
3414         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
3415         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
3416         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
3417         * sysdeps/unix/alpha/sysdep.S: Likewise.
3418         * sysdeps/unix/alpha/sysdep.h: Likewise.
3419         * sysdeps/unix/make-syscalls.sh: Likewise.
3420         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3421         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3422         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3423         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
3424         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3425         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
3426         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
3427         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3428         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3429         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
3430         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3431         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3432         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3433         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3434         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3435         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
3436         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3437         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3438         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3439         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3440         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
3441         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3442         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3443         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3444         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3445         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3446         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
3449         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
3450         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3451         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3452         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
3453         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3454         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3455         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3456         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
3457         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3458         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3459         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3460         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3461         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3462         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3463         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
3464         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3465         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3466         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3467         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
3468         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3469         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3470         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3471         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3472         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3473         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3474         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
3475         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3476         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3477         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3478         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
3479         * sysdeps/x86_64/memcpy.S: Likewise.
3480         * sysdeps/x86_64/memmove.c: Likewise.
3481         * sysdeps/x86_64/memset.S: Likewise.
3482         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
3483         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
3484         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
3485         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
3486         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
3487         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
3488         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
3489         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
3490         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
3491         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
3492         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
3493         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
3494         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
3495         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3496         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3497         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
3498         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
3499         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
3500         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
3501         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
3502         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
3503         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3504         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
3505         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
3506         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
3507         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
3508         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
3509         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
3510         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
3511         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
3512         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
3513         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
3514         * sysdeps/x86_64/strcmp.S: Likewise.
3516         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
3518         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
3519         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
3520         * elf/rtld-Rules: Likewise.
3521         * elf/setup-vdso.h: Likewise.
3522         * include/assert.h: Likewise.
3523         * include/bits/stdlib-float.h: Likewise.
3524         * include/errno.h: Likewise.
3525         * include/sys/stat.h: Likewise.
3526         * include/unistd.h: Likewise.
3527         * sysdeps/aarch64/setjmp.S: Likewise.
3528         * sysdeps/alpha/setjmp.S: Likewise.
3529         * sysdeps/arm/__longjmp.S: Likewise.
3530         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
3531         * sysdeps/arm/setjmp.S: Likewise.
3532         * sysdeps/arm/sysdep.h: Likewise.
3533         * sysdeps/generic/_itoa.h: Likewise.
3534         * sysdeps/generic/dl-sysdep.h: Likewise.
3535         * sysdeps/generic/ldsodefs.h: Likewise.
3536         * sysdeps/i386/dl-tls.h: Likewise.
3537         * sysdeps/i386/setjmp.S: Likewise.
3538         * sysdeps/m68k/setjmp.c: Likewise.
3539         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
3540         * sysdeps/mach/hurd/opendir.c: Likewise.
3541         * sysdeps/posix/getcwd.c: Likewise.
3542         * sysdeps/posix/opendir.c: Likewise.
3543         * sysdeps/posix/profil.c: Likewise.
3544         * sysdeps/powerpc/dl-procinfo.h: Likewise.
3545         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3546         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
3547         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
3548         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3549         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3550         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3551         * sysdeps/s390/dl-tls.h: Likewise.
3552         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3553         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3554         * sysdeps/sh/sh3/setjmp.S: Likewise.
3555         * sysdeps/sh/sh4/setjmp.S: Likewise.
3556         * sysdeps/unix/alpha/sysdep.h: Likewise.
3557         * sysdeps/unix/arm/sysdep.S: Likewise.
3558         * sysdeps/unix/i386/sysdep.S: Likewise.
3559         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3560         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3561         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
3562         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
3563         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3564         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
3565         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3566         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3567         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
3568         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
3569         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
3570         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
3571         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
3572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3574         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
3575         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3576         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3577         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3578         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3579         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
3580         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3581         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3582         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
3583         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3584         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
3585         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3586         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3587         * sysdeps/x86_64/setjmp.S: Likewise.
3589         * include/math.h: Use IS_IN instead of IS_IN_libm.
3590         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
3591         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
3592         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
3593         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
3594         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
3595         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
3596         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
3597         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
3598         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
3599         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
3600         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
3601         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
3602         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
3603         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
3604         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
3605         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
3606         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
3607         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
3608         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
3609         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
3610         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
3611         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
3612         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
3613         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
3614         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
3615         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
3616         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
3617         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
3618         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
3619         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
3620         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
3621         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
3622         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
3623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
3624         Likewise.
3625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
3626         Likewise.
3627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
3628         Likewise.
3629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
3630         Likewise.
3631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
3632         Likewise.
3633         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
3634         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
3635         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
3636         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
3637         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
3638         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
3639         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
3640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
3641         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
3642         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
3643         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
3644         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
3645         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
3646         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
3647         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
3648         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
3649         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
3650         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
3651         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
3652         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
3653         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
3654         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
3655         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
3656         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
3657         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
3658         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
3659         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
3661         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
3662         * nptl/pthreadP.h: Likewise.
3663         * nptl_db/structs.def: Likewise.
3664         * sysdeps/arm/sysdep.h: Likewise.
3665         * sysdeps/nptl/bits/libc-lock.h: Likewise.
3666         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
3667         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
3668         * sysdeps/unix/alpha/sysdep.h: Likewise.
3669         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3670         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3671         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3672         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3673         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3674         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3675         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3676         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3677         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3678         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3679         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3680         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3681         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3682         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
3684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: 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/sysdep.h: Likewise.
3692         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3693         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
3694         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3696         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
3697         * nptl/pthreadP.h: Likewise.
3698         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
3699         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
3700         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
3701         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
3702         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
3703         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
3704         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3705         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
3706         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
3707         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
3708         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
3709         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
3710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
3711         Likewise.
3712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
3713         Likewise.
3714         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
3715         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
3716         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
3717         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
3718         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
3719         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
3720         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
3721         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
3723         * dlfcn/dladdr.c: Use IS_IN.
3724         * dlfcn/dladdr1.c: Likewise.
3725         * dlfcn/dlclose.c: Likewise.
3726         * dlfcn/dlerror.c: Likewise.
3727         * dlfcn/dlinfo.c: Likewise.
3728         * dlfcn/dlmopen.c: Likewise.
3729         * dlfcn/dlopen.c: Likewise.
3730         * dlfcn/dlsym.c: Likewise.
3731         * dlfcn/dlvsym.c: Likewise.
3733         * include/ifaddrs.h: Use IS_IN.
3734         * inet/check_pf.c: Likewise.
3735         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3736         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
3738         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
3739         IS_IN_ldconfig.
3740         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
3741         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
3743         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
3744         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
3745         IS_IN (libc).
3747         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
3749         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
3750         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
3751         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
3752         * include/libc-symbols.h (IS_IN_LIB): New macro.
3753         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
3754         * include/netdb.h: Likewise.
3755         * include/stap-probe.h: Remove all uses of IN_LIB.
3757         * Makeconfig (module-cppflags-real): Define MODULE_NAME
3758         instead of IN_MODULE.
3759         * include/libc-symbols.h (IN_MODULE): Define using
3760         MODULE_NAME.
3761         (PASTE_NAME, PASTE_NAME1): New macros.
3762         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
3763         of IN_LIB.
3764         (STAP_PROBE_ASM): Likewise.
3766 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3768         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
3769         __mach_init in dlopened libc.
3771 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
3773         * sysdeps/arm/preconfigure.ac: Delete EABI check.
3774         * sysdeps/arm/preconfigure: Regenerate.
3776 2014-11-21  Roland McGrath  <roland@hack.frob.com>
3778         * nptl/pthread_create.c (__pthread_create_2_1): Set
3779         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
3780         when copying values from IATTR into PD.
3782 2014-11-21  Will Newton  <will.newton@linaro.org>
3783             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
3785         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
3786         Refactor inline-asm.  Also add comment.
3788         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
3789         ElfW macro instead of hardcoded Elf64 types.
3790         (la_aarch64_gnu_pltenter): Likewise.
3791         * sysdeps/aarch64/dl-machine.h
3792         (elf_machine_runtime_setup): Use ElfW(Addr).
3794         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
3795         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
3796         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
3797         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
3798         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
3799         (R_AARCH64_TLS_DTPMOD64): Rename to ..
3800         (R_AARCH64_TLS_DTPMOD): This.
3801         (R_AARCH64_TLS_DTPREL64): Rename to ...
3802         (R_AARCH64_TLS_DTPREL): This.
3803         (R_AARCH64_TLS_TPREL64): Rename to ...
3804         (R_AARCH64_TLS_TPREL): This.
3805         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
3806         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
3807         R_AARCH64_TLS_TPREL64.
3808         (elf_machine_rela): Likewise.
3810 2014-11-21  Torvald Riegel  <triegel@redhat.com>
3812         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
3813         by setting it to 0.  64b atomics are not supported currently.
3815 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3817         [BZ #16469]
3818         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
3819         search domain names.
3821 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3823         [BZ #16469]
3824         * NEWS: Update.
3825         * resolv/res_query.c (__libc_res_nquerydomain): Retain
3826         trailing dot.
3827         * posix/tst-getaddrinfo5.c: New.
3828         * posix/Makefile (tests): Add it.
3830 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3832         [BZ #14498]
3833         * NEWS: Fixed.
3834         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
3835         after parsing line but before break_if_match.
3836         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
3837         if there is a protocol mismatch.
3839 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
3841         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
3842         because the potential race is on the user-supplied stream.
3844 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3846         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
3847         string literal if not passed a buffer.
3848         * manual/job.texi (ctermid): Update reasoning, note deviation
3849         from posix, suggest mtasurace when not passed a buffer, for
3850         future non-preliminary safety notes.
3852 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3854         * manual/users.texi (cuserid): Fix MT-Safety note for the case
3855         of not passing it a buffer.
3856         Reported by Peng Haitao.
3858 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
3860         * manual/Makefile ($(objpfx)stamp-summary): Require
3861         check-safety.sh to pass.
3862         * manual/check-safety.sh: Wish for verification that every
3863         @deftypefn and @deftypefun is followed by a @safety remark.
3865 2014-11-20  Roland McGrath  <roland@hack.frob.com>
3867         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
3869         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
3870         PTHREAD_CANCEL_ASYNCHRONOUS.
3871         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
3872         send SIGCANCEL.
3874         * nptl/default-sched.h: New file.
3875         * sysdeps/unix/sysv/linux/default-sched.h: New file.
3876         * nptl/pthread_create.c: Include it.
3877         (__pthread_create_2_1): Use collect_default_sched instead of making
3878         Linux syscalls here directly.
3880 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3882         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
3883         __pthread_once): Use C11 atomics.
3885 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3887         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
3889 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3891         * include/atomic.h (__atomic_link_error, __atomic_check_size,
3892         atomic_thread_fence_acquire, atomic_thread_fence_release,
3893         atomic_thread_fence_seq_cst, atomic_load_relaxed,
3894         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
3895         atomic_compare_exchange_weak_relaxed,
3896         atomic_compare_exchange_weak_acquire,
3897         atomic_compare_exchange_weak_release,
3898         atomic_exchange_acquire, atomic_exchange_release,
3899         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
3900         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
3901         atomic_fetch_and_acquire,
3902         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
3904 2014-11-20  Torvald Riegel  <triegel@redhat.com>
3906         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
3907         USE_ATOMIC_COMPILER_BUILTINS): Define.
3908         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
3909         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3910         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
3911         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3912         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
3913         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3914         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
3915         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3916         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
3917         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3918         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
3919         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3920         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
3921         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3922         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
3923         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3924         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3925         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3926         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3927         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3928         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
3929         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3930         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
3931         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3932         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
3933         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3934         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
3935         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3936         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
3937         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3938         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
3939         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3940         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
3941         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3942         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
3943         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3944         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
3945         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3946         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
3947         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
3949 2014-11-19  Roland McGrath  <roland@hack.frob.com>
3951         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
3952         the sched_priority value here.  It was already checked when the user
3953         called pthread_attr_setschedparam.
3955         * nptl/tst-bad-schedattr.c: New file.
3956         * nptl/Makefile (tests): Add it.
3958 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
3959             Florian Weimer  <fweimer@redhat.com>
3960             Joseph Myers  <joseph@codesourcery.com>
3961             Adam Conrad  <adconrad@0c3.net>
3962             Andreas Schwab  <schwab@suse.de>
3963             Brooks  <bmoses@google.com>
3965         [BZ #17625]
3966         * wordexp-test.c (__dso_handle): Add prototype.
3967         (__register_atfork): Likewise.
3968         (__app_register_atfork): New function.
3969         (registered_forks): New global.
3970         (register_fork): New function.
3971         (test_case): Add 3 new tests for WRDE_CMDSUB.
3972         (main): Call __app_register_atfork.
3973         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
3974         fork count is non-zero fail the test.
3975         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
3976         is set.
3977         (parse_dollars): Remove check for WRDE_NOCMD.
3978         (parse_dquote): Likewise.
3980 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3982         * Makeconfig (built-modules): List non-library modules to be
3983         built.
3984         (module-cppflags): Include libc-modules.h for
3985         everything except shlib-versions.v.i.
3986         (CPPFLAGS): Use it.
3987         (before-compile): Add libc-modules.h.
3988         ($(common-objpfx)libc-modules.h,
3989         $(common-objpfx)libc-modules.stmp): New targets.
3990         (common-generated): Add libc-modules.h and libc-modules.stmp.
3991         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
3992         * include/libc-symbols.h: Don't include libc-modules.h.
3993         * include/libc-modules.h: Remove file.
3994         * scripts/gen-libc-modules.awk: New script to generate
3995         libc-modules.h.
3996         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
3997         Depend on libc-modules.stmp.
3999         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
4001         * Makeconfig (in-module): Get value of libof set for the
4002         translation unit.
4003         (CPPFLAGS): Use $(in-module).
4004         * Makerules: Don't suffix routine names for nonlib.
4005         * include/libc-modules.h: New file.
4006         * include/libc-symbols.h: Include libc-modules.h
4007         (IS_IN): New macro to replace IS_IN_* macros.
4008         * elf/Makefile: Set libof-* for each routine.
4009         * elf/rtld-Rules: Likewise.
4010         * extra-modules.mk: Likewise.
4011         * iconv/Makefile: Likewise.
4012         * iconvdata/Makefile: Likewise.
4013         * locale/Makefile: Likewise.
4014         * malloc/Makefile: Likewise.
4015         * nss/Makefile: Likewise.
4016         * sysdeps/gnu/Makefile: Likewise.
4017         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
4018         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4019         * sysdeps/s390/s390-64/Makefile: Likewise.
4020         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
4021         CPPFLAGS for nscd instead of nonlib.
4023 2014-11-18  Roland McGrath  <roland@hack.frob.com>
4025         * nptl/createthread.c: New file.
4027         * nptl/createthread.c: Moved ...
4028         * sysdeps/unix/sysv/linux/createthread.c: ... here.
4030         * nptl/createthread.c: Add proper top-line comment.
4031         (do_clone): Folded into ...
4032         (create_thread): ... here.  Take new arguments STOPPED_START and
4033         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
4034         increment __nptl_threads, do event-reporting logic, do
4035         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
4036         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
4037         resource cleanup if sched_setaffinity or sched_setscheduler fails,
4038         just send SIGCANCEL.
4039         * nptl/pthread_create.c: Forward-declare create_thread before
4040         including createthread.c.
4041         (start_thread): Use new macro START_THREAD_DEFN to replace defining
4042         declaration, and new macro START_THREAD_SELF to replace argument.
4043         Remove return statement.
4044         (report_thread_creation): New function.
4045         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
4046         synchronization logic, and __nptl_nthreads increment here, around
4047         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
4048         PD->parent_cancelhandling here, before create_thread.  When
4049         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
4050         __deallocate_stack, and ENOMEM translation here.
4052 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
4054         [BZ #17616]
4055         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
4056         (mptwo): Rename to __mptwo.
4057         (__inv): Use __mptwo instead of mptwo.
4058         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
4059         (mptwo): Rename to __mptwo.
4060         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
4061         of mpone and __mptwo instead of mptwo.
4062         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
4063         instead of mpone.
4064         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4065         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
4066         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
4067         of mpone and __mptwo instead of mptwo.
4068         (__mpranred): Use __mpone instead of mpone.
4069         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
4070         variable.
4071         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4072         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4073         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4074         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4075         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4076         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4077         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4078         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4079         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4080         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4081         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4082         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4083         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4084         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4085         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4086         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4087         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4088         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4089         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4091 2014-11-18  Tom de Vries  <tom@codesoucery.com>
4093         * manual/signal.texi (Primitives Interrupted by Signals): In section,
4094         replace BSD Handler xref with BSD Signal Handling.
4096 2014-11-17  Richard Henderson  <rth@redhat.com>
4098         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
4099         (_FP_PACK_RAW_2): Remove.
4100         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
4101         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
4102         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
4103         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
4104         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
4105         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
4106         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
4107         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
4108         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
4109         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
4110         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
4111         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
4112         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
4113         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
4114         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
4115         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
4117 2014-11-14  Roland McGrath  <roland@hack.frob.com>
4119         * signal/signal.h [__USE_MISC]
4120         (struct sigvec): Remove type.
4121         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
4122         (sigvec): Remove declaration.
4123         * sysdeps/posix/sigvec.c: Moved ...
4124         * signal/sigvec.c: ... here, replacing old file.
4125         (struct sigvec): New type, copied from old signal.h definition.
4126         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
4127         (__sigvec): Convert definition to prototype.
4128         (sigvec): Replace weak_alias with compat_symbol.
4129         * signal/Versions (libc: GLIBC_2.21): New version set.
4130         * include/signal.h: Remove __sigvec declaration.
4131         * sysdeps/unix/bsd/sigvec.c: Remove file.
4132         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
4133         * manual/signal.texi (BSD Handler): Remove subsection.
4134         Move siginterrupt up to ...
4135         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
4136         (Blocking in BSD): Fold subsection into its parent.
4137         * NEWS: Mention sigvec removal.
4139 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4141         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
4142         (DLA_FMS): Make definition conditional only on [__FMA4__].
4143         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
4144         definition.
4146         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
4147         Make definition conditional only on [PROF].
4148         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
4149         definition.
4150         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
4151         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
4153         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
4154         !__GNUC__].
4155         * include/signal.h (__sigpause): Move declaration above call to
4156         libc_hidden_proto.
4157         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
4158         variable.
4159         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4160         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4162 2014-11-14  David S. Miller  <davem@davemloft.net>
4164         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
4165         Define before including <string/memcpy.c> and <string/mempcpy.c>.
4167 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
4169         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
4170         * configure: Regenerated.
4171         * manual/install.texi (Tools for Compilation): Document a
4172         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
4173         compiler verified to work.
4174         * INSTALL: Regenerated.
4176         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
4177         redeclare with asm name.
4178         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
4179         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
4180         including <string.h>.
4181         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4182         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
4183         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4184         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
4185         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4186         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
4187         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
4189 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
4191         * stdlib/strtol.c (__strtol): Use prototype definition.
4193         [BZ #17594]
4194         * stdlib/strtol.c (SYM__): New macro.
4195         (SYM__1): Likewise.
4196         (__strtol): Likewise.
4197         (strtol): Rename to __strtol and define as weak alias of
4198         __strtol.  Use libc_hidden_weak.
4200 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4202         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
4203         Use numbered labels in inline assembly.
4205 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4207         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
4208         Add setjmp LIBC_PROBE.
4209         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
4210         Likewise.
4211         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
4212         Add longjmp, longjmp_target LIBC_PROBE.
4213         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
4214         Likewise.
4216 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4218         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4219         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
4220         to get rid of unused variable warning.
4222 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4224         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
4225         Check for unwind_backtrace ==  NULL only in SHARED case.
4226         (__backchain_backtrace): Compile only in SHARED case.
4227         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
4228         Likewise.
4229         (__backchain_backtrace): Declare as static.
4231 2014-11-12  Roland McGrath  <roland@hack.frob.com>
4233         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
4234         (__libc_multiple_threads_ptr): Variable moved ...
4235         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
4237 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
4239         * conform/GlibcConform.pm: New file.
4240         * conform/conformtest.pl: Use GlibcConform module.
4241         * conform/linknamespace.pl: New file.
4242         * conform/list-header-symbols.pl: Likewise.
4243         * conform/Makefile (linknamespace-symlists-base): New variable.
4244         (linknamespace-symlists-tests): Likewise.
4245         (linknamespace-header-base): Likewise.
4246         (linknamespace-header-tests): Likewise.
4247         (tests-special): Add new tests.
4248         ($(linknamespace-symlists-tests)): New rule.
4249         (linknamespace-libs): New variable.
4250         ($(objpfx)symlist-stdlibs): New rule.
4251         ($(linknamespace-header-tests)): Likewise.
4252         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
4253         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
4254         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
4255         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
4256         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
4257         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
4258         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
4259         (test-xfail-ISO/math.h/linknamespace): Likewise.
4260         (test-xfail-ISO/signal.h/linknamespace): Likewise.
4261         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
4262         (test-xfail-ISO/time.h/linknamespace): Likewise.
4263         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
4264         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
4265         (test-xfail-ISO99/math.h/linknamespace): Likewise.
4266         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
4267         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4268         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
4269         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
4270         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
4271         (test-xfail-ISO11/math.h/linknamespace): Likewise.
4272         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
4273         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4274         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
4275         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
4276         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
4277         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
4278         (test-xfail-XPG3/math.h/linknamespace): Likewise.
4279         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
4280         (test-xfail-XPG3/search.h/linknamespace): Likewise.
4281         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
4282         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4283         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
4284         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
4285         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
4286         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
4287         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4288         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
4289         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
4290         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
4291         (test-xfail-XPG4/math.h/linknamespace): Likewise.
4292         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
4293         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4294         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
4295         (test-xfail-XPG4/search.h/linknamespace): Likewise.
4296         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
4297         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
4298         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
4299         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
4300         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
4301         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4302         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
4303         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
4304         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
4305         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4306         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4307         (test-xfail-POSIX/math.h/linknamespace): Likewise.
4308         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
4309         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
4310         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
4311         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4312         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
4313         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4314         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4315         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
4316         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4317         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4318         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
4319         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
4320         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4321         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4322         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4323         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4324         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
4325         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
4326         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
4327         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4328         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4329         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
4330         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4331         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
4332         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
4333         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
4334         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
4335         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4336         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4337         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
4338         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4339         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
4340         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
4341         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4342         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
4343         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
4344         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
4345         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
4346         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4347         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4348         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
4349         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4350         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
4351         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
4352         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
4353         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
4354         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
4355         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4356         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4357         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
4358         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4359         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
4360         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
4361         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
4362         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4363         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4364         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
4365         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
4366         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
4367         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4368         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
4369         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
4370         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4371         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
4372         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
4373         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
4374         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
4375         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
4376         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
4377         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
4378         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
4379         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4380         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
4381         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4382         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4383         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
4384         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
4385         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4386         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4387         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
4388         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4389         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
4390         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4391         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
4392         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
4393         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
4394         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
4395         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
4396         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4397         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
4398         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
4399         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4400         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
4401         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4402         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
4403         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4404         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
4405         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4406         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
4407         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4408         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4409         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
4410         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
4411         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4412         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4414         [BZ #17589]
4415         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
4416         of fgets_unlocked.
4418         [BZ #17585]
4419         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
4420         (memmem): Rename to __memmem and define as weak alias of
4421         __memmem.  Use libc_hidden_weak.
4422         (__memmem): Use libc_hidden_def.
4423         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
4424         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
4425         memmem.
4427         [BZ #17582]
4428         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
4429         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
4430         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
4431         and define as weak alias of __fgets_unlocked.  Use
4432         libc_hidden_weak.
4433         (__fgets_unlocked): Use libc_hidden_def.
4434         * include/stdio.h (__fgets_unlocked): Declare.  Use
4435         libc_hidden_proto.
4436         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
4437         __fgets_unlocked instead of fgets_unlocked.
4438         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
4439         (GET_NPROCS_CONF_PARSER): Likewise.
4440         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
4441         (GET_NPROCS_CONF_PARSER): Likewise.
4443         [BZ #17574]
4444         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
4445         weak alias of __wmemset.  Use libc_hidden_weak.
4446         (__wmemset): Use libc_hidden_def.
4447         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
4448         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
4449         of wmemset.
4451         [BZ #17573]
4452         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
4453         with asm name __mempcpy.
4454         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
4456         [BZ #17572]
4457         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
4458         and define as weak alias of __rawmemchr.
4459         (__rawmemchr): Do not define as strong alias of rawmemchr.
4461         [BZ #17571]
4462         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
4463         alias of __qsort_r.
4464         (qsort): Call __qsort_r instead of qsort_r.
4465         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
4466         (__qsort_r): Declare.  Call libc_hidden_proto.
4467         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
4468         instead of qsort_r.
4469         * nscd/gai.c (__qsort_r): Define to qsort_r.
4470         * posix/tst-rfc3484.c (__qsort_r): Likewise.
4471         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
4472         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
4474         [BZ #17570]
4475         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
4476         define as weak alias of __malloc_info.
4478         [BZ #17584]
4479         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
4480         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4481         (__rewinddir): Use libc_hidden_def.
4482         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
4483         as weak alias of __rewinddir.  Don't use libc_hidden_def.
4484         (__rewinddir): Use libc_hidden_def.
4485         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
4486         weak alias of __rewinddir.  Don't use libc_hidden_def.
4487         (__rewinddir): Use libc_hidden_def.
4488         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
4489         (__rewinddir): Use libc_hidden_proto.
4490         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
4491         rewinddir.
4492         (__getcwd): Use __rewinddir instead of rewinddir.
4494         [BZ #17583]
4495         * libio/fileno.c (fileno): Rename to __fileno and define as weak
4496         alias of __fileno.  Use libc_hidden_weak.
4497         (__fileno): Use libc_hidden_def.
4498         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
4499         * libio/ftello.c (ftello): Rename to __ftello and define as weak
4500         alias of __ftello.
4501         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
4502         __ftello.
4503         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
4504         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
4505         libc_hidden_def.
4506         (fread_unlocked): Don't use libc_hidden_ver.
4507         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
4508         and define as weak alias of __fread_unlocked.  Don't use
4509         libc_hidden_def.
4510         (__fread_unlocked): Use libc_hidden_def.
4511         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
4512         (ftello): Don't use libc_hidden_proto.
4513         (__ftello): Declare.  Use libc_hidden_proto.
4514         (fread_unlocked): Don't use libc_hidden_proto.
4515         (__fread_unlocked): Declare.  Use libc_hidden_proto.
4516         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
4517         and __ftello instead of fileno, fread_unlocked and ftello.
4519 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4521         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
4522         GOT12.
4523         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4524         Likewise.
4525         (_dl_start_user): Likewise.
4526         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
4528 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
4529             Siddhesh Poyarekar  <siddhesh@redhat.com>
4531         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
4532         Move argv and envp down instead of moving argc up.
4533         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
4535 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
4537         [BZ #17506]
4538         * test-skeleton.c (main): Return successful if one of
4539         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
4540         * string/tst-strcoll-overflow.c: Define expected status.
4542 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
4544         [BZ #17475]
4545         * locale/iso-639.def: Define Bhili and Tulu language codes.
4547 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
4549         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
4551 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
4553         [BZ #17555]
4554         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
4556 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
4558         * configure.ac: Updated check of minimal required version to
4559         2.22.
4560         * manual/install.texi (Tools for Compilation): Updated version
4561         number.
4562         * configure: Regenerated.
4563         * INSTALL: Likewise.
4565 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
4567         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
4568         __tls_get_addr.
4570 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
4572         * include/sys/wait.h (__libc_waitpid): Remove declaration.
4573         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
4574         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4575         libc_hidden_weak.
4576         (waitpid): Define as alias of __waitpid.
4577         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
4578         __waitpid.
4579         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4580         libc_hidden_weak.
4581         (waitpid): Define as alias of __waitpid.
4582         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
4583         __libc_waitpid alias.
4584         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
4585         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
4586         Likewise.
4587         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
4588         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
4589         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
4590         alias.
4591         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
4592         __waitpid.
4593         (__waitpid): Don't define as alias.  Use libc_hidden_def not
4594         libc_hidden_weak.
4595         (waitpid): Define as alias of __waitpid.
4597 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
4599         * manual/llio.texi: Add comment that write safety has been
4600         fixed in Linux.
4602         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
4603         (localplt-build-dso): Add elf/ld.so.
4604         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
4605         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
4606         and free for ld.so.
4607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
4608         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
4609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
4610         Likewise.
4611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4612         Likewise.
4613         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
4614         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
4615         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
4616         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
4617         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
4618         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
4619         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
4620         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
4621         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
4622         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
4623         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
4625 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
4627         [BZ #14132]
4628         * include/libc-symbols.h (INTUSE): Remove macro.
4629         (INTDEF): Likewise.
4630         (INTVARDEF): Likewise.
4631         (_INTVARDEF): Likewise.
4632         (INTDEF2): Likewise.
4633         (INTVARDEF2): Likewise.
4634         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
4635         rtld_hidden_def instead of INTVARDEF.
4636         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
4637         (_dl_starting_up_internal): Remove declaration.
4638         (_dl_starting_up): Use rtld_hidden_proto.
4639         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
4640         declaration.
4641         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
4642         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
4643         _dl_starting_up.
4644         * elf/dl-writev.h (_dl_writev): Likewise.
4645         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
4646         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
4647         _dl_starting_up_internal.
4649 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4651         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
4652         test-skeleton.c.
4654 2014-11-05  Will Newton  <will.newton@linaro.org>
4656         * benchtests/Makefile: (bench-malloc): Add malloc thread
4657         scalability benchmark.
4658         * benchtests/bench-malloc-threads.c: New file.
4660 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
4662         * sysdeps/aarch64/strchrnul.S: New file.
4664 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4666         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
4667         definition.
4668         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
4669         Likwise.
4670         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
4671         Likewise.
4672         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
4673         Likewise.
4674         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
4675         Likewise.
4676         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
4677         Likewise.
4679 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
4681         * catgets/test-gencat.c: Use test-skeleton.c.
4682         * catgets/tst-catgets.c: Likewise.
4683         * csu/tst-empty.c: Likewise.
4684         * elf/tst-audit2.c: Likewise.
4685         * elf/tst-global1.c: Likewise.
4686         * elf/tst-pathopt.c: Likewise.
4687         * elf/tst-piemod1.c: Likewise.
4688         * elf/tst-tls10.c: Likewise.
4689         * elf/tst-tls11.c: Likewise.
4690         * elf/tst-tls12.c: Likewise.
4691         * gnulib/tst-gcc.c: Likewise.
4692         * iconvdata/tst-e2big.c: Likewise.
4693         * iconvdata/tst-loading.c: Likewise.
4694         * iconv/tst-iconv1.c: Likewise.
4695         * iconv/tst-iconv2.c: Likewise.
4696         * inet/test-inet6_opt.c: Likewise.
4697         * inet/tst-gethnm.c: Likewise.
4698         * inet/tst-network.c: Likewise.
4699         * inet/tst-ntoa.c: Likewise.
4700         * intl/tst-codeset.c: Likewise.
4701         * intl/tst-gettext2.c: Likewise.
4702         * intl/tst-gettext3.c: Likewise.
4703         * intl/tst-ngettext.c: Likewise.
4704         * intl/tst-translit.c: Likewise.
4705         * io/test-stat.c: Likewise.
4706         * libio/test-fmemopen.c: Likewise.
4707         * libio/tst-freopen.c: Likewise.
4708         * libio/tst-sscanf.c: Likewise.
4709         * libio/tst-ungetwc1.c: Likewise.
4710         * libio/tst-ungetwc2.c: Likewise.
4711         * libio/tst-widetext.c: Likewise.
4712         * localedata/tst-ctype.c: Likewise.
4713         * localedata/tst-digits.c: Likewise.
4714         * localedata/tst-leaks.c: Likewise.
4715         * localedata/tst-mbswcs1.c: Likewise.
4716         * localedata/tst-mbswcs2.c: Likewise.
4717         * localedata/tst-mbswcs3.c: Likewise.
4718         * localedata/tst-mbswcs4.c: Likewise.
4719         * localedata/tst-mbswcs5.c: Likewise.
4720         * localedata/tst-setlocale.c: Likewise.
4721         * localedata/tst-trans.c: Likewise.
4722         * localedata/tst-wctype.c: Likewise.
4723         * localedata/tst-xlocale1.c: Likewise.
4724         * login/tst-grantpt.c: Likewise.
4725         * malloc/tst-calloc.c: Likewise.
4726         * malloc/tst-malloc.c: Likewise.
4727         * malloc/tst-mallocstate.c: Likewise.
4728         * malloc/tst-mcheck.c: Likewise.
4729         * malloc/tst-mtrace.c: Likewise.
4730         * malloc/tst-obstack.c: Likewise.
4731         * math/atest-exp2.c: Likewise.
4732         * math/atest-exp.c: Likewise.
4733         * math/atest-sincos.c: Likewise.
4734         * math/test-matherr.c: Likewise.
4735         * math/test-misc.c: Likewise.
4736         * math/test-powl.c: Likewise.
4737         * math/tst-definitions.c: Likewise.
4738         * misc/tst-dirname.c: Likewise.
4739         * misc/tst-efgcvt.c: Likewise.
4740         * misc/tst-fdset.c: Likewise.
4741         * misc/tst-hsearch.c: Likewise.
4742         * misc/tst-mntent2.c: Likewise.
4743         * nptl/tst-sem7.c: Likewise.
4744         * nptl/tst-sem8.c: Likewise.
4745         * nptl/tst-sem9.c: Likewise.
4746         * nss/test-netdb.c: Likewise.
4747         * posix/tst-fnmatch.c: Likewise.
4748         * posix/tst-getlogin.c: Likewise.
4749         * posix/tst-gnuglob.c: Likewise.
4750         * posix/tst-mmap.c: Likewise.
4751         * pwd/tst-getpw.c: Likewise.
4752         * resolv/tst-inet_ntop.c: Likewise.
4753         * rt/tst-timer.c: Likewise.
4754         * stdio-common/test-fseek.c: Likewise.
4755         * stdio-common/test-popen.c: Likewise.
4756         * stdio-common/test-vfprintf.c: Likewise.
4757         * stdio-common/tst-cookie.c: Likewise.
4758         * stdio-common/tst-fileno.c: Likewise.
4759         * stdio-common/tst-gets.c: Likewise.
4760         * stdio-common/tst-obprintf.c: Likewise.
4761         * stdio-common/tst-perror.c: Likewise.
4762         * stdio-common/tst-sprintf2.c: Likewise.
4763         * stdio-common/tst-sprintf3.c: Likewise.
4764         * stdio-common/tst-sprintf.c: Likewise.
4765         * stdio-common/tst-swprintf.c: Likewise.
4766         * stdio-common/tst-tmpnam.c: Likewise.
4767         * stdio-common/tst-unbputc.c: Likewise.
4768         * stdio-common/tst-wc-printf.c: Likewise.
4769         * stdlib/tst-environ.c: Likewise.
4770         * stdlib/tst-fmtmsg.c: Likewise.
4771         * stdlib/tst-limits.c: Likewise.
4772         * stdlib/tst-rand48-2.c: Likewise.
4773         * stdlib/tst-rand48.c: Likewise.
4774         * stdlib/tst-random2.c: Likewise.
4775         * stdlib/tst-random.c: Likewise.
4776         * stdlib/tst-strtol.c: Likewise.
4777         * stdlib/tst-strtoll.c: Likewise.
4778         * stdlib/tst-tls-atexit.c: Likewise.
4779         * stdlib/tst-xpg-basename.c: Likewise.
4780         * string/test-ffs.c: Likewise.
4781         * string/tst-bswap.c: Likewise.
4782         * string/tst-inlcall.c: Likewise.
4783         * string/tst-strtok.c: Likewise.
4784         * string/tst-strxfrm.c: Likewise.
4785         * sysdeps/x86_64/tst-audit10.c: Likewise.
4786         * sysdeps/x86_64/tst-audit3.c: Likewise.
4787         * sysdeps/x86_64/tst-audit4.c: Likewise.
4788         * sysdeps/x86_64/tst-audit5.c: Likewise.
4789         * time/tst-ftime_l.c: Likewise.
4790         * time/tst-getdate.c: Likewise.
4791         * time/tst-mktime3.c: Likewise.
4792         * time/tst-mktime.c: Likewise.
4793         * time/tst-posixtz.c: Likewise.
4794         * time/tst-strptime2.c: Likewise.
4795         * time/tst-strptime3.c: Likewise.
4796         * wcsmbs/tst-btowc.c: Likewise.
4797         * wcsmbs/tst-mbrtowc.c: Likewise.
4798         * wcsmbs/tst-mbsrtowcs.c: Likewise.
4799         * wcsmbs/tst-wchar-h.c: Likewise.
4800         * wcsmbs/tst-wcpncpy.c: Likewise.
4801         * wcsmbs/tst-wcrtomb.c: Likewise.
4802         * wcsmbs/tst-wcsnlen.c: Likewise.
4803         * wcsmbs/tst-wcstof.c: Likewise.
4805 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
4807         [BZ #14132]
4808         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
4809         INTDEF.
4810         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
4811         declaration.
4812         (_dl_mcount): Use rtld_hidden_proto.
4813         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
4814         _dl_mcount.
4815         * elf/rtld.c (_rtld_global_ro): Likewise.
4817         [BZ #14132]
4818         * elf/dl-init.c (_dl_init): Don't use INTDEF.
4819         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
4820         of _dl_init_internal.
4821         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
4822         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
4823         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
4824         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
4825         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
4826         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
4827         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
4828         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
4829         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
4830         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
4831         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
4832         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
4833         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
4834         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
4835         * sysdeps/tile/dl-start.S (_start): Likewise.
4836         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4837         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
4839         [BZ #14132]
4840         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
4841         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
4842         (rtld_progname): Make macro definition unconditional.
4843         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
4844         INTDEF.
4845         (dlmopen_doit): Do not use INTUSE with _dl_argv.
4846         (dl_main): Likewise.
4847         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
4848         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
4849         instead of _dl_argv_internal.
4850         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
4851         __GI__dl_argv instead of INTUSE(_dl_argv).
4852         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
4853         __GI__dl_argv instead of _dl_argv_internal.
4855         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
4856         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
4857         macro.
4858         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
4859         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
4860         New macro.
4861         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
4862         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
4863         macro.
4864         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
4865         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
4867 2014-11-04  Andreas Schwab  <schwab@suse.de>
4869         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
4871 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4873         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
4874         mtvsrd instruction in binary form.
4876 2014-11-03  Andreas Schwab  <schwab@suse.de>
4878         [BZ #17522]
4879         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
4880         for less than MB_LEN_MAX use a local buffer of that size.
4881         * libio/tst-fputws.c: New file.
4882         * libio/Makefile (tests): Add tst-fputws.
4884 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4886         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
4887         the size of the fpu_fr.fpu_dregs[] array.
4889 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
4891         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
4892         (__nanosleep): Do not define as alias.
4893         (nanosleep): Define as alias of __nanosleep.
4894         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
4895         __libc_nanosleep name.
4897 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4899         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
4900         install.texi in comment.
4902 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4904         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
4905         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
4906         ... add here and use lwsync or sync ...
4907         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
4908         ... and add here using lwsync.
4910 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
4912         * elf/dl-machine-reject-phdr.h: New file.
4913         * elf/dl-load.c: #include that.
4914         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
4915         if that returned true.
4917 2014-10-31  Roland McGrath  <roland@hack.frob.com>
4919         [BZ #17496]
4920         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
4921         gen-as-const-headers chunk.  Add a big scare comment after the last
4922         safe place to touch before-compile.
4924 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
4926         * manual/install.texi (Tools for Compilation): Update autoconf
4927         version requirements.
4928         * INSTALL: Regenerated.
4930         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4931         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
4932         (__libc_pselect): Likewise.
4934         [BZ #14138]
4935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
4936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4940 2014-10-31  Torvald Riegel  <triegel@redhat.com>
4942         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
4943         correct barrier instruction.
4944         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
4945         Likewise.
4946         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
4947         Likewise.
4949 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4951         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
4952         after defining inlines.  Instead, just use parens to defeat macro
4953         expansion of __isctype in its declaration.
4955 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4957         * include/sys/uio.h (__libc_readv): Remove declaration.
4958         (__libc_writev): Likewise.
4959         * misc/readv.c (__libc_readv): Rename to __readv.
4960         (__readv): Do not define as alias.
4961         (readv): Define as alias of __readv.
4962         * misc/writev.c (__libc_writev): Rename to __writev.
4963         (__writev): Do not define as alias.
4964         (writev): Define as alias of __writev.
4965         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
4966         (__readv): Do not define as alias.
4967         (readv): Define unconditionally as alias of __readv.
4968         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
4969         (__writev): Do not define as alias.
4970         (writev): Define unconditionally as alias of __writev.
4971         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
4972         name.
4973         (writev): Do not define __libc_writev name.
4975 2014-10-30  Roland McGrath  <roland@hack.frob.com>
4977         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
4978         (convert_charseq): New function, broken out of ...
4979         (use_from_charmap): ... here.  Call it.
4980         (use_to_charmap): Use convert_charseq and free instead of duplicating
4981         its code with a variable-length stack struct.
4983 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
4985         * include/fcntl.h (__libc_creat): Remove declaration.
4986         * io/creat.c (__libc_creat): Rename to creat.
4987         (creat): Do not define as alias.
4988         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
4989         of creat instead of __libc_creat.
4990         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
4991         to creat.
4992         (creat): Do not define as alias.
4993         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
4994         __libc_creat.
4995         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
4996         __libc_creat name.
4997         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
4998         Likewise.
5000 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
5002         * manual/llio.texi: Add comments discussing why write() may be
5003         considered MT-unsafe on Linux.
5005 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
5007         * dl-load.c (local_strdup): Remove.
5008         (expand_dynamic_string_token): Use __strdup.
5009         (decompose_rpath): Likewise.
5010         (_dl_map_object): Likewise.
5012 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
5014         [BZ #14132]
5015         * sysdeps/generic/unwind-dw2-fde.c
5016         (__register_frame_info_bases_internal): Do not declare.
5017         (__register_frame_info_table_bases_internal): Likewise.
5018         (__deregister_frame_info_bases_internal): Likewise.
5019         (__register_frame_info_bases): Declare and use hidden_proto before
5020         definition.  Use hidden_def instead of INTDEF.
5021         (__register_frame_info_table_bases): Likewise.
5022         (__deregister_frame_info_bases): Likewise.
5023         (__register_frame_info): Do not use INTUSE.
5024         (__register_frame): Likewise.
5025         (__register_frame_info_table): Likewise.
5026         (__register_frame_table): Likewise.
5027         (__deregister_frame_info): Likewise.
5028         (__deregister_frame): Likewise.
5030 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
5032         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5033         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
5034         not undefine.
5035         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
5036         Likewise.
5037         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
5038         Likewise.
5040 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
5042         [BZ #14138]
5043         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
5044         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
5045         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
5046         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
5047         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
5048         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
5049         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
5050         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
5051         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
5052         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
5053         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
5054         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
5055         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
5056         syscall.
5057         (setfsuid): Likewise.
5058         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
5059         (setfsuid): Likewise.
5060         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
5061         (setfsuid): Likewise.
5062         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
5063         Likewise.
5064         (setfsuid): Likewise.
5065         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
5066         (setfsuid): Likewise.
5067         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
5068         Likewise.
5069         (setfsuid): Likewise.
5071 2014-10-27  Andreas Schwab  <schwab@suse.de>
5073         [BZ #17501]
5074         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
5075         check for Slow_SSE4_2 feature bit.
5076         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
5077         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
5078         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
5079         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
5081 2014-10-24  Roland McGrath  <roland@hack.frob.com>
5083         * configure.ac: Validate compiler version with a empirical test of
5084         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
5085         $CC -v output.
5086         * configure: Regenerated.
5088         * inet/htons.c (htons): Prototypify.
5089         * inet/htonl.c (htonl): Likewise.
5091 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5093         * string/strncat.c (strncat): Improve performance by using strlen.
5095 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5097         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
5099 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5101         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
5102         Call libc_fetestexcept_aarch64.
5104 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5106         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
5107         Call libc_feholdexcept_aarch64.
5109 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5111         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
5112         Call get_rounding_mode.
5114 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5116         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
5117         Simplify logic.
5119 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
5121         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
5122         Simplify logic.
5124 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
5126         [BZ #14138]
5127         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
5128         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
5129         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
5130         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
5131         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
5132         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
5133         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
5134         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
5135         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
5136         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
5137         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
5138         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
5139         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
5140         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
5141         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
5142         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
5143         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
5144         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
5145         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
5146         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
5147         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
5148         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
5149         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
5150         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
5151         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
5152         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
5153         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
5154         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
5155         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
5156         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
5157         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
5158         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
5159         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
5160         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
5161         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
5162         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
5163         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
5164         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
5165         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
5166         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
5167         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
5168         syscall.
5169         (geteuid): Likewise.
5170         (getgid): Likewise.
5171         (getuid): Likewise.
5172         (getresgid): Likewise.
5173         (getresuid): Likewise.
5174         (getgroups): Likewise.
5175         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
5176         (geteuid): Likewise.
5177         (getgid): Likewise.
5178         (getuid): Likewise.
5179         (getresgid): Likewise.
5180         (getresuid): Likewise.
5181         (getgroups): Likewise.
5182         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
5183         (geteuid): Likewise.
5184         (getgid): Likewise.
5185         (getuid): Likewise.
5186         (getresgid): Likewise.
5187         (getresuid): Likewise.
5188         (getgroups): Likewise.
5189         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
5190         Likewise.
5191         (geteuid): Likewise.
5192         (getgid): Likewise.
5193         (getuid): Likewise.
5194         (getresgid): Likewise.
5195         (getresuid): Likewise.
5196         (getgroups): Likewise.
5197         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
5198         (geteuid): Likewise.
5199         (getgid): Likewise.
5200         (getuid): Likewise.
5201         (getresgid): Likewise.
5202         (getresuid): Likewise.
5203         (getgroups): Likewise.
5204         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
5205         Likewise.
5206         (geteuid): Likewise.
5207         (getgid): Likewise.
5208         (getuid): Likewise.
5209         (getgroups): Likewise.
5211         [BZ #14138]
5212         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
5213         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
5214         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
5215         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5216         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
5217         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
5218         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
5219         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
5220         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
5221         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
5222         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
5223         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
5224         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
5225         __chown.
5226         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
5227         (lchown): Likewise.
5228         (fchown): Likewise.
5229         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
5230         Likewise.
5231         (lchown): Likewise.
5232         (fchown): Likewise.
5233         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
5234         (lchown): Likewise.
5235         (fchown): Likewise.
5236         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
5237         Likewise.
5238         (lchown): Likewise.
5239         (fchown): Likewise.
5241 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5243         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
5244         Simplify logic.
5246 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5248         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5249         Cleanup logic.
5251 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5253         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
5254         Remove unused include.
5256 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
5258         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
5259         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
5260         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
5261         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
5263 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
5264             Helge Deller <deller@gmx.de>
5266         [BZ #17508]
5267         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
5268         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
5269         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
5271 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
5273         [BZ #14132]
5274         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
5275         Remove macro definition.
5276         (__ashrdi3_v_glibc20): Likewise.
5277         (__lshrdi3_v_glibc20): Likewise.
5278         (__cmpdi2_v_glibc20): Likewise.
5279         (__ucmpdi2_v_glibc20): Likewise.
5280         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
5281         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
5282         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
5283         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
5284         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
5285         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
5287 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5289         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
5290         old GNU extension [0] syntax.
5291         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
5292         alloca rather than an array member with variable length.
5293         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
5294         * nscd/nscd.c (invalidate_db): New function, broken out of ...
5295         (parse_opt): ... here.  Likewise use alloca there.
5296         Validate the -i argument before checking for rootness.
5297         (send_shutdown): New function, broken out of ...
5298         (parse_opt): ... here.
5300 2014-10-22  Roland McGrath  <roland@hack.frob.com>
5302         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
5303         macro to get at the _rt_local_ro field.
5304         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
5305         ([PIC] case) or _dl_hwcap ([!PIC] case).
5306         * sysdeps/arm/setjmp.S: Likewise.
5308         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
5309         * sysdeps/arm/configure.ac: New check to define it.
5310         * sysdeps/arm/configure: Regenerated.
5311         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
5312         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
5313         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
5314         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
5315         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
5316         Use move/movt pair instead of a load.
5317         (LDST_GLOBAL): Macro removed.
5318         (LDR_GLOBAL): New macro replaces it.
5319         (LDR_HIDDEN): New macro.
5320         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
5321         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
5323         * setjmp/tst-setjmp-static.c: New file.
5324         * setjmp/Makefile (tests): Add it.
5325         (tests-static): New variable.
5327 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
5329         [BZ #17485]
5330         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
5332 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
5334         [BZ #14132]
5335         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
5337 2014-10-21  Roland McGrath  <roland@hack.frob.com>
5339         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
5341 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5343         * io/fts.c (dirent_not_directory): New function.
5344         (fts_build): Call it.
5346 2014-10-20  Roland McGrath  <roland@hack.frob.com>
5348         * nptl/version.c (__nptl_main): Use normal __write rather than
5349         INTERNAL_SYSCALL.
5350         (banner): Update copyright years.
5352         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
5353         gettimeofday.
5354         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
5355         * nptl/pthread_cond_timedwait.c: Likewise.
5356         * nptl/pthread_mutex_timedlock.c: Likewise.
5357         * nptl/sem_timedwait.c: Likewise.
5359         * sysdeps/nptl/bits/libc-lock.h
5360         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
5361         (__libc_lock_init_recursive): Return void, not 0.
5362         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
5363         (__libc_rwlock_init): Likewise.
5364         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
5366 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5368         [BZ #15215]
5369         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
5370         (__pthread_once_slow): ... here.
5371         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
5372         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
5374 2014-10-20  Torvald Riegel  <triegel@redhat.com>
5376         [BZ #15215]
5377         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
5378         __PTHREAD_ONCE_FORK_GEN_INCR): New.
5379         * sysdeps/nptl/fork.c (__libc_fork): Use them.
5380         * nptl/pthread_once.c (__pthread_once): Likewise.
5381         Update comments.
5383 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
5385         [BZ #14138]
5386         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
5387         name.
5388         (writev): Use __libc_writev as strong name.
5389         * sysdeps/unix/sysv/linux/readv.c: Remove file.
5390         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5392 2014-10-17  Roland McGrath  <roland@hack.frob.com>
5394         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
5396         * sysdeps/i386/nptl/tls.h
5397         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5398         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
5399         New macros.
5400         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
5401         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
5402         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
5403         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
5404         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
5405         Call CHECK_THREAD_SYSINFO instead of doing an assert.
5407         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
5408         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
5409         on [__NR_futex].
5410         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
5411         broken out of ...
5412         (__pthread_mutex_init): ... here.  Call it.
5413         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
5414         Conditionalize PI cases on [__NR_futex].
5415         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
5416         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
5417         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
5419         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
5420         conditional on [SIGSETXID].
5421         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
5422         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
5423         is defined.  Likewise for SIGSETXID.
5424         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
5425         Conditionalize definitions on [SIGSETXID].
5426         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
5427         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
5428         unblocking on [SIGCANCEL].
5430         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
5431         [__NR_set_robust_list].
5433 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5435         * string/strcoll_l.c (get_next_seq): Fix up formatting.
5436         (do_compare): Likewise.
5438 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
5440         [BZ #15884]
5441         * string/strcoll_l.c: Don't include stdio.h.
5442         (coll_seq): Remove members idxarr and rulearr.
5443         (get_next_seq_cached): Remove function.
5444         (get_next_seq): Likewise.
5445         (get_next_seq_nocache): Rename to get_next_seq.
5446         (do_compare): Remove function.
5447         (do_compare_nocache): Rename to do_compare.
5448         (STRCOLL): Remove weight and rules cache.
5450 2014-10-16  Roland McGrath  <roland@hack.frob.com>
5452         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
5453         * sysdeps/arm/sfp-machine.h: ... to here.
5454         * sysdeps/arm/Implies: Remove arm/soft-fp.
5456 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
5458         * conform/data/sys/utsname.h-data (*_t): Allow.
5459         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
5460         [POSIX] (WEXITED): Do not expect constant.
5461         [POSIX] (WSTOPPED): Likewise.
5462         [POSIX] (WNOHANG): Likewise.
5463         [POSIX] (WNOWAIT): Likewise.
5464         [POSIX] (siginfo_t): Do not expect type or elements.
5465         [POSIX] (pid_t): Do not expect type.
5466         [POSIX] (signal.h): Do not allow header.
5467         [POSIX] (sys/resource.h): Likewise.
5468         [POSIX] (si_*): Do not allow pattern.
5469         [POSIX] (W*): Likewise.
5470         [POSIX] (P_*): Likewise.
5471         [POSIX] (BUS_*): Likewise.
5472         [POSIX] (CLD_*): Likewise.
5473         [POSIX] (FPE_*): Likewise.
5474         [POSIX] (ILL_*): Likewise.
5475         [POSIX] (POLL_*): Likewise.
5476         [POSIX] (SEGV_*): Likewise.
5477         [POSIX] (SI_*): Likewise.
5478         [POSIX] (TRAP_*): Likewise.
5479         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
5480         variable.
5482 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
5484         [BZ #12926]
5485         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
5486         infinite loop when __recvmsg returns 0.
5488 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
5490         * CANCEL-FCT-WAIVE: Remove file.
5491         * CANCEL-FILE-WAIVE: Likewise.
5493         [BZ #14132]
5494         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
5495         instead of INTVARDEF.
5496         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5497         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
5498         rtld_hidden_data_def instead of INTVARDEF.
5499         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
5500         * elf/dl-deps.c (expand_dst): Likewise.
5501         * elf/dl-load.c (_dl_dst_count): Likewise.
5502         (_dl_dst_substitute): Likewise.
5503         (decompose_rpath): Likewise.
5504         (_dl_init_paths): Likewise.
5505         (open_path): Likewise.
5506         (_dl_map_object): Likewise.
5507         * elf/rtld.c (dl_main): Likewise.
5508         (process_dl_audit): Likewise.
5509         (process_envvars): Likewise.
5510         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
5511         Remove declaration.
5512         (__libc_enable_secure): Use rtld_hidden_proto.
5514 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5516         * elf/dl-load.c
5517         (add_path): New function broken out of _dl_rtld_di_serinfo.
5518         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
5520 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5522         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
5523         parentheses around macro arguments.
5524         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
5525         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
5526         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
5527         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
5528         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
5529         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5530         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5531         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
5532         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
5533         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
5534         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
5535         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
5536         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
5537         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
5538         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
5539         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
5540         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
5541         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
5542         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
5543         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
5544         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
5545         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
5546         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
5547         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
5548         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
5549         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
5550         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
5551         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
5552         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
5553         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
5554         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
5555         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
5556         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
5557         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
5558         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
5559         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
5560         Likewise.
5561         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
5562         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5563         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5564         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
5565         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
5566         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
5567         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
5568         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
5569         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
5570         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
5571         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
5572         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
5573         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
5574         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
5575         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
5576         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
5577         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
5578         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
5579         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
5580         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
5581         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
5582         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
5583         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
5584         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
5585         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
5586         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
5587         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
5588         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
5589         (_FP_FRAC_SRS_1): Likewise.
5590         (_FP_FRAC_CLZ_1): Likewise.
5591         (_FP_MUL_MEAT_1_imm): Likewise.
5592         (_FP_MUL_MEAT_1_wide): Likewise.
5593         (_FP_MUL_MEAT_1_hard): Likewise.
5594         (_FP_SQRT_MEAT_1): Likewise.
5595         (_FP_FRAC_ASSEMBLE_1): Likewise.
5596         (_FP_FRAC_DISASSEMBLE_1): Likewise.
5597         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
5598         (__FP_CLZ_2): Likewise.
5599         (_FP_MUL_MEAT_2_wide): Likewise.
5600         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5601         (_FP_MUL_MEAT_2_gmp): Likewise.
5602         (_FP_MUL_MEAT_2_120_240_double): Likewise.
5603         (_FP_SQRT_MEAT_2): Likewise.
5604         (_FP_FRAC_ASSEMBLE_2): Likewise.
5605         (_FP_FRAC_DISASSEMBLE_2): Likewise.
5606         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
5607         (_FP_FRAC_CLZ_4): Likewise.
5608         (_FP_MUL_MEAT_4_wide): Likewise.
5609         (_FP_MUL_MEAT_4_gmp): Likewise.
5610         (_FP_SQRT_MEAT_4): Likewise.
5611         (_FP_FRAC_ASSEMBLE_4): Likewise.
5612         (_FP_FRAC_DISASSEMBLE_4): Likewise.
5613         * soft-fp/op-common.h (_FP_CMP): Likewise.
5614         (_FP_CMP_EQ): Likewise.
5615         (_FP_CMP_UNORD): Likewise.
5616         (_FP_TO_INT): Likewise.
5617         (_FP_FROM_INT): Likewise.
5618         [!__FP_CLZ] (__FP_CLZ): Likewise.
5619         (_FP_DIV_HELP_imm): Likewise.
5620         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
5621         Likewise.
5622         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
5623         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
5624         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
5625         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
5626         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
5627         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5628         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5629         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
5630         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
5631         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
5632         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
5633         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
5634         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
5635         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
5636         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
5637         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
5638         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
5639         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
5640         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
5641         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
5642         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
5643         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
5644         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
5645         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
5646         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
5647         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
5648         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
5649         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
5650         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
5651         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
5652         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
5653         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
5654         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
5655         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
5656         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
5657         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
5658         (FP_UNPACK_RAW_SP): Likewise.
5659         (FP_PACK_RAW_S): Likewise.
5660         (FP_PACK_RAW_SP): Likewise.
5661         (FP_UNPACK_S): Likewise.
5662         (FP_UNPACK_SP): Likewise.
5663         (FP_UNPACK_SEMIRAW_S): Likewise.
5664         (FP_UNPACK_SEMIRAW_SP): Likewise.
5665         (FP_PACK_S): Likewise.
5666         (FP_PACK_SP): Likewise.
5667         (FP_PACK_SEMIRAW_S): Likewise.
5668         (FP_PACK_SEMIRAW_SP): Likewise.
5669         (_FP_SQRT_MEAT_S): Likewise.
5670         (FP_CMP_S): Likewise.
5671         (FP_CMP_EQ_S): Likewise.
5672         (FP_CMP_UNORD_S): Likewise.
5673         (FP_TO_INT_S): Likewise.
5674         (FP_FROM_INT_S): Likewise.
5676         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
5678         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
5679         (FP_EX_INVALID_IMZ): Likewise.
5680         (FP_EX_INVALID_IMZ_FMA): Likewise.
5681         (FP_EX_INVALID_ISI): Likewise.
5682         (FP_EX_INVALID_ZDZ): Likewise.
5683         (FP_EX_INVALID_IDI): Likewise.
5684         (FP_EX_INVALID_SQRT): Likewise.
5685         (FP_EX_INVALID_CVI): Likewise.
5686         (FP_EX_INVALID_VC): Likewise.
5687         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
5688         "invalid" exceptions.
5689         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
5690         (_FP_ADD_INTERNAL): Likewise.
5691         (_FP_MUL): Likewise.
5692         (_FP_FMA): Likewise.
5693         (_FP_DIV): Likewise.
5694         (_FP_CMP_CHECK_NAN): Likewise.
5695         (_FP_SQRT): Likewise.
5696         (_FP_TO_INT): Likewise.
5697         (FP_EXTEND): Likewise.
5699 2014-10-09  Allan McRae  <allan@archlinux.org>
5701         * po/fr.po: Update French translation from translation project.
5703 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
5705         [BZ #14132]
5706         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
5707         of INTDEF.
5708         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
5709         (__cxa_atexit): Use libc_hidden_proto.
5710         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
5712         [BZ #14132]
5713         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
5714         declaration.
5715         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
5716         [!_ISOMAC] (__iswspace_l_internal): Likewise.
5717         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
5718         [!_ISOMAC] (__iswctype_internal): Likewise.
5719         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
5720         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
5721         alias.
5722         (fcntl): Remove __fcntl_internal alias.
5723         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
5724         __connect_internal alias.
5725         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
5726         Likewise.
5728         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
5729         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
5730         FP_DENORM_ZERO.
5731         (_FP_CHECK_FLUSH_ZERO): New macro.
5732         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
5733         (_FP_CMP): Likewise.
5734         (_FP_CMP_EQ): Likewise.
5735         (_FP_TO_INT): Do not set inexact for subnormal arguments if
5736         FP_DENORM_ZERO.
5737         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
5738         (FP_TRUNC): Likewise.
5740         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
5741         treated as invalid conversion, not as normal exponent.
5743         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
5744         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
5745         (_FP_CMP_EQ): Likewise.
5746         (_FP_CMP_UNORD): Likewise.
5747         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
5748         (FP_CMP_EQ_D): Likewise.
5749         (FP_CMP_UNORD_D): Likewise.
5750         * soft-fp/extended.h (FP_CMP_E): Likewise.
5751         (FP_CMP_EQ_E): Likewise.
5752         (FP_CMP_UNORD_E): Likewise.
5753         * soft-fp/quad.h (FP_CMP_Q): Likewise.
5754         (FP_CMP_EQ_Q): Likewise.
5755         (FP_CMP_UNORD_Q): Likewise.
5756         * soft-fp/single.h (FP_CMP_S): Likewise.
5757         (FP_CMP_EQ_S): Likewise.
5758         (FP_CMP_UNORD_S): Likewise.
5759         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
5760         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
5761         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
5762         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
5763         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
5764         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
5765         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
5766         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
5767         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
5768         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
5769         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
5770         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
5771         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
5772         to FP_CMP_Q.
5773         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
5774         FP_CMP_Q.
5775         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
5776         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
5777         FP_CMP_EQ_Q.
5778         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
5779         FP_CMP_Q.
5780         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
5781         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
5782         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
5783         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
5784         FP_CMP_EQ_Q.
5785         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
5786         FP_CMP_Q.
5787         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
5788         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
5789         FP_CMP_EQ_Q.
5790         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
5791         FP_CMP_Q.
5792         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
5793         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
5794         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
5795         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
5796         FP_CMP_EQ_Q.
5798         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
5799         a subnormal result, set the underflow exception if trapping on
5800         underflow is enabled.
5801         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
5802         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
5803         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
5804         redefine to 0.
5805         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
5806         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5807         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
5808         * soft-fp/extendxftf2.c (__extendxftf2): Use
5809         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
5811         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
5812         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
5813         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5814         FP_HANDLE_EXCEPTIONS.
5815         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
5816         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5817         FP_HANDLE_EXCEPTIONS.
5818         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
5819         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5820         FP_HANDLE_EXCEPTIONS.
5821         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
5822         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
5823         FP_HANDLE_EXCEPTIONS.
5825 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
5827         [BZ #14132]
5828         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
5829         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
5830         use INTUSE.
5831         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
5832         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
5833         Remove alias.
5834         (__adjtimex): Define using libc_hidden_ver.
5835         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
5836         Remove declaration.
5837         (ntp_gettime): Call __adjtimex directly.
5838         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
5839         Remove declaration.
5840         (ntp_gettimex): Call __adjtimex directly.
5841         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
5842         __adjtimex_internal alias.
5844 2014-10-08  Roland McGrath  <roland@hack.frob.com>
5846         [BZ #17460]
5847         * nscd/nscd.c (more_help): Rewrite list of tables collection
5848         using xstrdup and asprintf.
5850         * nscd/nscd_conf.c: Remove local xstrdup declaration.
5852 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5853             Roland McGrath  <roland@hack.frob.com>
5855         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
5856         (do_lookup_unique): ... local function 'enter' here; update callers.
5858 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
5860         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
5861         compat_symbol calls on [SHARED].
5862         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
5863         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
5864         Remove.
5865         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5866         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
5867         (oldsetrlimit): Remove.
5868         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
5870         (lchown): New syscall entry.
5871         (oldsetrlimit): Remove.
5872         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5873         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
5874         (oldsetrlimit): Remove.
5875         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
5877         [BZ #14138]
5878         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
5879         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
5880         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
5881         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
5882         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5883         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
5884         (fchown): Likewise.
5885         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
5886         (fchown): Likewise.
5887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
5888         Likewise.
5890 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5892         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
5893         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
5894         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
5895         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
5896         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
5897         Likewise.
5898         (__old_sem_post): Likewise.
5900 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
5902         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
5903         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
5904         HAVE_CLOCK_GETTIME_VSYSCALL macros.
5905         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
5906         Use INLINE_VSYSCALL macro.
5907         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
5908         __vdso_clock_gettime.
5909         * sysdeps/unix/sysv/linux/tile/init-first.c
5910         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
5911         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
5912         __vdso_clock_gettime.
5914         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
5915         to set up frame more cleanly.
5917         * sysdeps/tile/memcmp.c: New file.
5919         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
5921         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
5922         * sysdeps/tile/tilegx/strcasestr.c: New file.
5923         * sysdeps/tile/tilegx/strnlen.c: New file.
5924         * sysdeps/tile/tilegx/strstr.c: New file.
5926         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
5928 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
5930         * nptl/tst-setuid3.c: Write errors to stdout.
5932 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5934         * elf/dl-deps.c
5935         (preload): New functions broken out of _dl_map_object_deps.
5936         (_dl_map_object_deps):  Remove a nested function. Update call sites.
5938 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
5940         [BZ #14138]
5941         * sysdeps/unix/sysv/linux/execve.c: Remove file.
5942         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
5944 2014-10-01  Steve Ellcey  <sellcey@mips.com>
5946         * sysdeps/mips/strcmp.S: New.
5948 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
5950         [BZ #14138]
5951         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
5952         (linkat): Likewise.
5953         (mkdirat): Likewise.
5954         (readlinkat): Likewise.
5955         (renameat): Likewise.
5956         (symlinkat): Likewise.
5957         (unlinkat): Likewise.
5958         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
5959         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
5960         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
5961         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
5962         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
5963         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
5964         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
5966 2014-09-30  Will Newton  <will.newton@linaro.org>
5968         * math/math.h: Define long double math functions if
5969         _LIBC_TEST is defined.
5970         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
5972         * localedata/Makefile: Move assignment to tests-special
5973         into an ifdef testing run-built-tests.
5974         * timezone/Makefile: Likewise.
5976 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
5978         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
5979         with $(BASH) not $(SHELL).
5981 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
5982             Matthew LeGendre  <legendre1@llnl.gov>
5984         [BZ #17411]
5985         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
5986         l_reloc_result.
5988 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5990         * stdio-common/printf_fp.c
5991         (hack_digit): New function, broken out of ...
5992         (__printf_fp): ... local function here.  Update call sites.
5993         hack_digit now takes an additional parameter that is a pointer
5994         to a struct of the referenced locals.  Those locals moved inside
5995         the struct and references updated.
5997 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
5999         * aclocal.m4: Require autoconf 2.69.
6000         * configure: Regenerated.
6001         * sysdeps/aarch64/configure: Likewise.
6002         * sysdeps/alpha/configure: Likewise.
6003         * sysdeps/arm/armv7/configure: Likewise.
6004         * sysdeps/arm/configure: Likewise.
6005         * sysdeps/ia64/configure: Likewise.
6006         * sysdeps/mach/configure: Likewise.
6007         * sysdeps/mips/configure: Likewise.
6008         * sysdeps/s390/configure: Likewise.
6009         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
6010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
6012         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
6013         file.
6014         * sysdeps/ia64/configure.ac: Likewise.
6016 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
6018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
6019         specify symbol version for ld.so.  Do not include entry for
6020         libpthread.
6021         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6022         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6023         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6025         [BZ #14171]
6026         * Makeconfig [$(build-shared) = yes]
6027         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
6028         makefiles.
6029         [$(build-shared) = yes && $(soversions.mk-done) = t]
6030         ($(common-objpfx)gnu/lib-names.h): Remove rule.
6031         [$(build-shared) = yes && $(soversions.mk-done) = t]
6032         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
6033         to Makerules.
6034         [$(build-shared) = yes && $(soversions.mk-done) = t]
6035         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
6036         here.
6037         [$(build-shared) = yes && $(soversions.mk-done) = t]
6038         (common-generated): Don't append gnu/lib-names.h and
6039         gnu/lib-names.stmp here.
6040         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
6041         (lib-names-h-abi): New variable.
6042         [$(build-shared) = yes && $(soversions.mk-done) = t]
6043         (lib-names-stmp-abi): Likewise.
6044         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6045         abi-variants] (before-compile): Append
6046         $(common-objpfx)$(lib-names-h-abi).
6047         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6048         abi-variants] (common-generated): Append gnu/lib-names.h.
6049         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6050         abi-variants] (install-others-nosubdir): Depend on
6051         $(inst_includedir)/$(lib-names-h-abi).
6052         [$(build-shared) = yes && $(soversions.mk-done) = t &&
6053         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
6054         [$(build-shared) = yes && $(soversions.mk-done) = t]
6055         ($(common-objpfx)$(lib-names-h-abi)): New rule.
6056         [$(build-shared) = yes && $(soversions.mk-done) = t]
6057         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
6058         [$(build-shared) = yes && $(soversions.mk-done) = t]
6059         (common-generated): Append $(lib-names-h-abi) and
6060         $(lib-names-stmp-abi).
6061         * scripts/lib-names.awk: Do not handle multi being set.
6062         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
6063         Remove variable.
6064         (abi-lp64_be-ld-soname): Likewise.
6065         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
6066         Likewise.
6067         (abi-hard-ld-soname): Likewise.
6068         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
6069         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
6070         Remove variable.
6071         (abi-o32_hard-ld-soname): Likewise.
6072         (abi-o32_soft_2008-ld-soname): Likewise.
6073         (abi-o32_hard_2008-ld-soname): Likewise.
6074         (abi-n32_soft-ld-soname): Likewise.
6075         (abi-n32_hard-ld-soname): Likewise.
6076         (abi-n32_soft_2008-ld-soname): Likewise.
6077         (abi-n32_hard_2008-ld-soname): Likewise.
6078         (abi-n64_soft-ld-soname): Likewise.
6079         (abi-n64_hard-ld-soname): Likewise.
6080         (abi-n64_soft_2008-ld-soname): Likewise.
6081         (abi-n64_hard_2008-ld-soname): Likewise.
6082         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
6083         Likewise.
6084         (abi-64-v2-ld-soname): Likewise.
6085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
6086         ld.so entries.
6087         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
6088         variable.
6089         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
6090         entry.
6091         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
6092         variable.
6093         (abi-64-ld-soname): Likewise.
6094         (abi-x32-ld-soname): Likewise.
6095         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
6096         entry.
6097         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6099 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
6101         [BZ #14138]
6102         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
6103         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
6104         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
6105         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
6106         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
6107         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
6108         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
6109         syscall entry for GLIBC_2.2 symbol version.
6110         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
6111         Likewise.
6112         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6113         (setrlimit): Likewise.
6114         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
6115         Likewise.
6117 2014-09-23  Will Newton  <will.newton@linaro.org>
6119         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
6120         _LINUX_ARM_SYSDEP_H include guard too.
6121         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
6122         define.
6124 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6126         * sysdeps/unix/sysv/linux/eventfd.c:
6127         Make first argument unsigned.
6128         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
6129         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
6131 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
6133         * socket/recvmmsg.c (recvmmsg): Drop const argument.
6134         * socket/sys/socket.h: Likewise
6135         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
6137 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6139         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
6141 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
6143         * time/tst-ftime.c: New test.
6144         * time/Makefile (tests): Add tst-ftime.
6146 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
6148         * soft-fp/extended.h: Fix comment formatting.
6149         * soft-fp/op-1.h: Likewise.
6150         * soft-fp/op-2.h: Likewise.
6151         * soft-fp/op-4.h: Likewise.
6152         * soft-fp/op-8.h: Likewise.
6153         * soft-fp/op-common.h: Likewise.
6154         * soft-fp/soft-fp.h: Likewise.
6156         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
6158 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
6160         [BZ #6652]
6161         * Makeconfig (soversions-default-setname): Remove variable.
6162         ($(common-objpfx)soversions.i): Don't pass default_setname to
6163         soversions.awk.
6164         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
6165         oldest_abi to abi-versions.awk.
6166         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
6167         * config.make.in (oldest-abi): Remove variable.
6168         * configure.ac (--enable-oldest-abi): Remove configure option.
6169         * configure: Regenerated.
6170         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
6171         text.
6172         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
6173         * scripts/soversions.awk: Do not handle default_setname variable.
6174         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
6175         variable.
6176         * sysdeps/mach/hurd/configure: Regenerated.
6177         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
6178         variable.
6179         * sysdeps/unix/sysv/linux/configure: Regenerated.
6181 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6183         * elf/Makefile (CFLAGS-interp.c): Remove.
6184         ($(elf-objpfx)runtime-linker.h): Generate header with linker
6185         path string.
6186         * elf/interp.c: Include generated runtime-linker.h
6188         * Makerules (lib%.so): Don't include $(+interp) in
6189         prerequisites.
6190         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
6191         * dlfcn/eval.c: Remove file.
6193         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
6194         macros.
6196         [BZ #17266]
6197         * misc/sys/cdefs.h: Define __extern_always_inline for clang
6198         4.2 and newer.
6200         [BZ #17370]
6201         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
6203 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
6204             Jakub Jelinek  <jakub@redhat.com>
6206         [BZ #17266]
6207         * libio/stdio.h: Check definition of __fortify_function
6208         instead of __extern_always_inline to include bits/stdio2.h.
6209         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
6210         check if __extern_always_inline is defined.
6211         [__USE_MISC || __USE_XOPEN]: Likewise.
6212         [__USE_ISOC99] Likewise.
6213         * misc/sys/cdefs.h (__fortify_function): Define only if
6214         __extern_always_inline is defined.
6215         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
6216         __extern_always_inline and __extern_inline only for g++-4.3
6217         and newer or a compatible gcc.
6219 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
6221         [BZ #17371]
6222         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6223         last change to handle zero prefix length.
6225 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6227         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
6228         _SC_REGEX_VERSION.
6230         * posix/getconf.c (vars): Add _POSIX_IPV6 and
6231         _POSIX_RAW_SOCKETS.
6233 2014-09-13  Allan McRae  <allan@archlinux.org>
6235         * po/ru.po: Update Russian translation from translation project.
6237 2014-09-12  Roland McGrath  <roland@hack.frob.com>
6239         * locale/programs/locale.c (show_locale_vars): Inline local function
6240         into its sole call site.  Clean up some style nits.
6241         (print_item): New function, broken out of ...
6242         (show_info): ... local function here.  Clean up style nits.
6244         * locale/programs/ld-ctype.c (set_one_default): New function, broken
6245         out of ...
6246         (set_class_defaults): ... local function set_default here.
6247         Define set_default as a macro locally to pass constant parameters.
6248         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
6249         rather than a shared local.
6251         * stdlib/rpmatch.c (try): New function, broken out of ...
6252         (rpmatch): ... local function here.  Also, prototypify definition.
6254 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
6256         * scripts/soversions.awk: Do not handle configuration names.
6257         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
6258         vendor and os variables to soversions.awk.
6259         * configure.ac: Do not modify gnu-* host_os.
6260         * configure: Regenerated
6261         * shlib-versions: Remove first column with configuration names.
6262         * nptl/shlib-versions: Likewise.
6263         * nptl_db/shlib-versions: Likewise.
6264         * sysdeps/hppa/shlib-versions: Likewise.
6265         * sysdeps/m68k/shlib-versions: Likewise.
6266         * sysdeps/mach/hurd/shlib-versions: Likewise.
6267         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
6268         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
6269         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
6270         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
6271         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
6272         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
6273         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
6274         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
6275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6276         Likewise.
6277         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6278         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6279         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6280         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6281         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6282         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
6283         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
6284         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
6286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6287         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
6288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
6289         Regenerated.
6290         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
6291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
6292         Condition symbol version definitions on [HAVE_ELFV2_ABI].
6294         * shlib-versions: Remove OS-specific entries.  Moved to files in
6295         sysdeps.
6296         * sysdeps/mach/hurd/shlib-versions: New file.
6297         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
6299         * nptl/shlib-versions: Remove architecture-specific entries.
6300         Moved to files in sysdeps.
6301         * shlib-versions: Likewise.
6302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
6303         file.
6304         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
6305         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
6306         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
6307         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
6309         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
6310         (UDP_NO_CHECK6_RX): Likewise.
6312 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6314         * sysdeps/posix/sysconf.c (__sysconf): Spell
6315         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
6317 2014-08-12  Florian Weimer  <fweimer@redhat.com>
6319         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
6320         loading.
6321         * iconv/Versions (__gconv_transliterate): Export for use from
6322         gconv modules.
6323         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
6324         (struct __gconv_trans_data, __gconv_trans_fct,
6325         __gconv_trans_context_fct, __gconv_trans_query_fct,
6326         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
6327         definitions.
6328         (struct __gconv_step_data): Remove __trans member.
6329         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
6330         longer hidden.  Remove unused trans_data argument.
6331         * iconv/gconv_int.h (struct trans_struct): Remove definition.
6332         (__gconv_translit_find): Remove declaration.
6333         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
6334         prototype.
6335         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
6336         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
6337         trans_data argument.  Add hidden definition.
6338         (__gconv_translit_find): Remove.
6339         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
6340         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
6341         * iconv/skeleton.c: Remove transliteration initialization.
6342         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
6343         __gconv_step_data initialization.
6344         * libio/iofwide.c (__libio_translit_): Remove.
6345         (_IO_fwide): Adjust struct __gconv_step_data initialization.
6346         * wcsmbs/btowc.c (__btowc): Likewise.
6347         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
6348         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
6349         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
6350         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
6351         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
6352         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
6353         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
6354         * wcsmbs/wctob.c (wctob): Likewise.
6356 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6358         [BZ #16194]
6359         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
6360         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
6361         register usage.
6362         * sysdeps/x86/Makefile: Adjust.
6364 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6365             Roland McGrath  <roland@hack.frob.com>
6367         * locale/weight.h: Add include guard.
6368         (findidx): Make static rather than auto; take new parameters
6369         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
6370         * locale/weightwc.h: Likewise.
6371         * posix/fnmatch_loop.c
6372         (FCT): Change type of EXTRA from int32_t to wint_t.
6373         Don't include either header inside the function.
6374         Call FINDIDX rather than findidx, and pass new arguments.
6375         #undef FINDIDX at the end of the file.
6376         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
6377         FINDIDX before including fnmatch_loop.c for the non-wide version.
6378         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
6379         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
6380         for the wide version.
6381         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
6382         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
6383         Pass new arguments to findidx.
6384         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
6385         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
6386         Don't #include it inside the function.  Pass new arguments to findidx.
6387         * posix/regex_internal.h
6388         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
6389         (re_string_elem_size_at): Don't #include it inside the function.
6390         Pass new arguments to findidx.
6391         * string/strcoll_l.c: #include WEIGHT_H at top level.
6392         (get_next_seq): Don't #include it inside the function.
6393         Pass new arguments to findidx.
6394         (get_next_seq_nocache): Likewise.
6395         * string/strxfrm_l.c: #include WEIGHT_H at top level.
6396         (STRXFRM): Don't #include it inside the function.
6397         Pass new arguments to findidx.
6399 2014-09-11  Florian Weimer  <fweimer@redhat.com>
6401         [BZ #17344]
6402         * malloc/malloc.c (unlink): Turn asserts into a call to
6403         malloc_printerr.
6405 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
6407         [BZ #17370]
6408         * libio/wfileops (do_ftell_wide): Free OUT.
6410 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
6412         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
6414 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6416         [BZ #17363]
6417         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
6418         group if the current group is empty.
6420 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6422         * benchtests/bench-memset.c (test_main): Add more test from size
6423         from 32 to 512 bytes.
6424         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6425         Add POWER8 memset object.
6426         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
6427         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
6428         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
6429         implementation.
6430         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
6431         Likewise.
6432         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
6433         multiarch POWER8 memset optimization.
6434         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
6435         POWER8 memset optimization.
6437         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6438         Remove bzero multiarch objects.
6439         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
6440         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
6441         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
6442         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
6443         Remove define.
6444         [__bzero]: Redefine to specific name.
6445         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
6446         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
6447         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
6448         define.
6449         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
6450         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
6452 2014-09-10  Florian Weimer  <fweimer@redhat.com>
6454         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
6455         warnings into errors.
6457         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
6458         __cxa_thread_atexit_impl prototype.
6460 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6462         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
6463         Fix capitalization of error message.
6465 2014-09-09  Steve Ellcey  <sellcey@mips.com>
6467         * sysdeps/mips/preconfigure: Modify ABI tests.
6469 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
6471         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
6473 2014-09-07  Roland McGrath  <roland@hack.frob.com>
6474             Carlos O'Donell  <carlos@systemhalted.org>
6476         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
6477         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6478         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
6479         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
6480         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
6481         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
6482         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
6483         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
6484         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
6485         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
6486         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
6487         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
6488         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
6489         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
6490         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
6491         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
6492         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
6493         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
6494         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
6495         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
6496         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
6497         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
6498         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
6499         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
6500         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
6501         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
6502         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
6503         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
6504         Deconditionalize the code that was previously under [RESET_PID].
6505         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
6506         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
6507         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
6508         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
6509         include sysdep.h.
6511 2014-09-08  Allan McRae  <allan@archlinux.org>
6513         * version.h (RELEASE): Set to "development".
6514         (VERSION): Set to "2.20.90"
6516 2014-09-07  Allan McRae  <allan@archlinux.org
6518         * version.h (RELEASE): Set to "stable".
6519         (VERSION): Set to "2.20"
6520         * include/features.h (__GLIBC_MINOR__): Set to 20.
6522         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
6523         Liebler.
6525         * po/ko.po: Update Korean translation from translation project.
6527 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
6529         [BZ #17354]
6530         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
6531         macro for handling signed relocations.
6533 2014-09-03  Florian Weimer  <fweimer@redhat.com>
6535         [BZ #17325]
6536         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
6537         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
6538         assert.
6539         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
6540         * iconvdata/ibm935.c (BODY): Likewise.
6541         * iconvdata/ibm937.c (BODY): Likewise.
6542         * iconvdata/ibm939.c (BODY): Likewise.
6543         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
6544         assert.
6545         * iconvdata/Makefile (iconv-test.out): Pass module list to test
6546         script.
6547         * iconvdata/run-iconv-test.sh: New test loop for checking for
6548         decoder crashers.
6550 2014-09-02  Khem Raj  <raj.khem@gmail.com>
6552         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
6553         libm_hidden_ver.
6555 2014-09-01  Allan McRae  <allan@archlinux.org>
6557         * po/eo.po: Update Esperanto translation from translation project.
6559         * po/ca.po: Update Catalan translation from translation project.
6561 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6563         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
6564         __proc_dostop call.
6566 2014-08-27  Mark Wielaard  <mjw@redhat.com>
6568         [BZ #17319]
6569         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
6570         to call set_thread_area instead of hand written asm.
6571         (__NR_set_thread_area): Removed define.
6572         (TLS_FLAG_WRITABLE): Likewise.
6573         (__ASSUME_SET_THREAD_AREA): Remove check.
6574         (TLS_EBX_ARG): Remove define.
6575         (TLS_LOAD_EBX): Likewise.
6577 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6579         Simplify atomicity of socket creation in bind.
6581         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
6582         looking up the name after linking the file.
6584 2014-08-27  Allan McRae  <allan@archlinux.org>
6586         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6588 2014-08-26  Florian Weimer  <fweimer@redhat.com>
6590         [BZ #17187]
6591         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
6592         trans_compare, open_translit, __gconv_translit_find):
6593         Remove module loading code.
6595 2014-08-26  Allan McRae  <allan@archlinux.org>
6597         * po/vi.po: Update Vietnamese translation from translation project.
6599         * po/uk.po: Update Ukrainian translation from translation project.
6601         * po/fr.po: Update French translation from translation project.
6603         * po/ru.po: Update Russian translation from translation project.
6605         * po/pl.po: Update Polish translation from translation project.
6607         * po/cs.po: Update Czech translation from translation project.
6609         * po/de.po: Update German translation from translation project.
6611         * po/bg.po: Update Bulgarian translation from translation project.
6613         * po/sv.po: Update Sweedish translation from translation project.
6615         * po/nl.po: Update Dutch translation from translation project.
6617         * po/es.po: Update Spanish translation from translation project.
6619 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6621         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
6623         * catgets/Makefile (CPPFLAGS-gencat): Remove.
6624         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
6625         (CPPFLAGS-iconvconfig): Likewise.
6626         * timezone/Makefile (CPPFLAGS-zic): Likewise.
6628         * include/libc-symbols.h: Remove unnecessary check for
6629         NOT_IN_libc.
6630         * nptl/pthreadP.h: Likewise.
6631         * sysdeps/aarch64/setjmp.S: Likewise.
6632         * sysdeps/alpha/setjmp.S: Likewise.
6633         * sysdeps/arm/sysdep.h: Likewise.
6634         * sysdeps/i386/setjmp.S: Likewise.
6635         * sysdeps/m68k/setjmp.c: Likewise.
6636         * sysdeps/posix/getcwd.c: Likewise.
6637         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
6638         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
6639         * sysdeps/s390/s390-32/setjmp.S: Likewise.
6640         * sysdeps/s390/s390-64/setjmp.S: Likewise.
6641         * sysdeps/sh/sh3/setjmp.S: Likewise.
6642         * sysdeps/sh/sh4/setjmp.S: Likewise.
6643         * sysdeps/unix/alpha/sysdep.h: Likewise.
6644         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
6645         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
6646         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
6647         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
6648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
6650         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
6651         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
6652         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
6653         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
6654         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
6655         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
6656         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6657         * sysdeps/x86_64/setjmp.S: Likewise.
6659 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
6661         [BZ #17263]
6662         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
6663         <stdint.h>.
6664         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
6665         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
6667 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6669         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
6671         [BZ #17262]
6672         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
6673         and __x86_64__ when disabling x87 inline functions.
6675 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6677         [BZ #17259]
6678         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
6679         asm statement with __cpuid_count.
6681 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
6683         * configure.ac: Change __ehdr_start code to dereference the struct.
6684         Run readelf on the output to look for relocations.
6685         * configure: Regenerated.
6687 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
6689         [BZ #17261]
6690         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
6691         value to 0.
6692         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
6694 2014-08-12  Roland McGrath  <roland@hack.frob.com>
6696         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
6698 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
6700         [BZ #16892]
6701         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
6702         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
6704 2014-08-12  Sean Anderson  <seanga2@gmail.com>
6706         * malloc/malloc.c: Fix typo in comment.
6708 2014-08-09  Allan McRae  <allan@archlinux.org>
6710         * Regenerate libc.po.
6712 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
6714         * intl/tst-gettext2.sh: Check every lang file for creation.
6716 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6718         * sysdeps/aarch64/fpu/math_private.h
6719         (libc_feholdsetround_noex_aarch64_ctx): New function.
6721 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6723         * sysdeps/arm/armv6/strcpy.S (strcpy):
6724         Fix performance issue in misaligned cases.
6726 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6728         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
6729         Move definition from termios.h.
6730         (struct termio): Likewise.
6731         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6732         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6733         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6734         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6735         Likewise.
6736         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
6737         Move definition to ioctl-types.h
6738         (struct termio): Likewise.
6739         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6740         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
6741         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
6742         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
6743         Likewise.
6745 2014-08-05  Richard Henderson  <rth@redhat.com>
6747         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
6748         exceptions.
6749         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
6750         Add fraiseexcpt.
6751         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
6752         Use __feraiseexcept.
6753         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
6754         Protect libm symbols with IS_IN_libm.
6756         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
6758 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
6760         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
6762 2014-08-04  Will Newton  <will.newton@linaro.org>
6764         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
6765         file.
6767 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
6769         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
6770         variants for each function.
6772 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6774         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
6775         appended ...
6776         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
6777         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
6778         appended ...
6779         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
6780         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
6781         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
6782         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
6783         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
6784         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
6785         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
6786         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
6787         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
6788         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
6789         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
6790         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
6791         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
6792         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
6793         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
6797         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
6798         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
6799         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
6800         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
6801         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
6803         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
6804         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
6805         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
6806         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
6807         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
6808         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
6809         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
6810         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
6811         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
6813         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
6814         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
6815         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
6816         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
6817         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
6818         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
6819         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
6820         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
6821         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
6822         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
6823         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
6824         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
6825         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
6826         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
6827         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
6828         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
6829         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
6830         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
6831         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
6832         Update #include.
6833         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
6834         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
6836 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6838         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
6839         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
6840         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6841         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
6842         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
6843         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
6845 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6847         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
6848         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
6849         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
6850         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
6852 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6854         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
6855         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
6856         (__libc_vfork): Define function under this name.
6857         (__vfork): Define as an alias.
6858         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
6859         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
6861 2014-08-04  Roland McGrath  <roland@hack.frob.com>
6863         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
6864         that was previously under [RESET_PID].
6865         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6867 2014-08-04  Andreas Schwab  <schwab@suse.de>
6869         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
6871 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
6873         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
6874         (main): Likewise.
6876 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6878         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
6880 2014-08-01  Richard Henderon  <rth@redhat.com>
6882         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
6883         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
6884         typo in exact zero test.
6885         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
6886         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
6887         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
6889 2014-08-01  Roland McGrath  <roland@hack.frob.com>
6891         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
6892         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
6893         * sysdeps/arm/sysdep.h: ... here.
6894         [!__ASSEMBLER__]: Include <stdint.h>.
6896 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6898         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
6899         (HAVE_WCTYPE_H): Likewise.
6900         (HAVE_ISWCTYPE): Likewise.
6901         (ENABLE_NLS): Likewise.
6902         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
6903         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
6905         * posix/regex_internal.c: Check if DEBUG is defined and is
6906         set.
6908         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
6909         (HAVE_MBSRTOWCS): Likewise.
6910         * posix/fnmatch.c: Include string.h unconditionally.
6912 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6914         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
6915         reversal.
6917 2014-07-31  Roland McGrath  <roland@hack.frob.com>
6919         * sysdeps/generic/safe-fatal.h: New file.
6920         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
6921         * nptl/forward.c: Include it.
6922         (__pthread_unwind): Use __safe_fatal as default action, rather
6923         than a bogus use of INTERNAL_SYSCALL that could never work.
6925         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
6926         * configure.ac (libc_cv_builtin_trap): New test.
6927         * configure: Regenerated.
6928         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
6929         (ABORT_INSTRUCTION): Define using __builtin_trap.
6931         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
6932         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
6933         * sysdeps/nptl/nptl-signals.h: New file.
6934         * nptl/pthreadP.h: Include <nptl-signals.h>.
6936 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6938         * sysdeps/s390/s390-64/utf16-utf32-z9.c
6939         (ONE_DIRECTION): Define.
6940         * sysdeps/s390/s390-64/utf8-utf16-z9.c
6941         (ONE_DIRECTION): Define.
6942         * sysdeps/s390/s390-64/utf8-utf32-z9.c
6943         (ONE_DIRECTION): Define.
6945 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
6947         * sysdeps/s390/Makefile: Delete file.
6948         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
6949         * sysdeps/s390/__longjmp.c: Delete file.
6950         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
6951         Remove fields __flags and __reserved.
6952         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
6953         and add versioning.
6954         * sysdeps/s390/rtld-__longjmp.c: Delete file.
6955         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
6956         * sysdeps/s390/rtld-setjmp.S: Likewise.
6957         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
6958         * sysdeps/s390/s390-32/__longjmp.c: ... here.
6959         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
6960         * sysdeps/s390/s390-32/setjmp.S: ... here.
6961         Add versioning.
6962         (__sigsetjmp): Remove setting __flags field.
6963         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
6964         * sysdeps/s390/s390-64/__longjmp.c: ... here.
6965         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
6966         * sysdeps/s390/s390-64/setjmp.S: ... here.
6967         Add versioning.
6968         (__sigsetjmp): Remove setting __flags field.
6969         * sysdeps/s390/setjmp.S: Delete file.
6970         * sysdeps/s390/sigjmp.c: Likewise.
6971         * sysdeps/s390/v1-longjmp.c: Likewise.
6972         * sysdeps/s390/v1-setjmp.h: Likewise.
6973         * sysdeps/s390/v1-sigjmp.c: Likewise.
6974         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
6975         Remove v1-longjmp_chk.
6976         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
6977         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
6978         Include debug/longjmp_chk.c and add versioning.
6979         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
6980         Include nptl/pt-longjmp.c and add versioning.
6981         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
6982         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
6983         Include __longjmp.c.
6984         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
6985         Move to ...
6986         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
6987         (__getcontext): Remove setting __flags field.
6988         Add versioning.
6989         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
6990         Don't restore upper high grps.
6991         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
6992         Likewise.
6993         (__swapcontext): Remove setting uc_flags field.
6994         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
6995         Delete file.
6996         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
6997         Include __longjmp.c.
6998         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
6999         Move to ...
7000         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
7001         (__getcontext): Remove setting __flags field.
7002         Add versioning.
7003         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
7004         (__swapcontext): Remove setting uc_flags field.
7005         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
7006         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
7007         Remove fields uc_high_gprs and __reserved.
7008         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
7009         New file with reverted content.
7010         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
7011         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
7012         Regenerated.
7013         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
7014         Regenerated.
7016 2014-07-31  Andreas Schwab  <schwab@suse.de>
7018         * config.h.in (HAVE_IFUNC): Define to 0.
7019         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
7020         definedness.
7022 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
7024         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7025         memmove-avx-unaligned, memcpy-avx-unaligned and
7026         mempcpy-avx-unaligned.
7027         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7028         Add tests for AVX memcpy functions.
7029         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
7030         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
7031         memcpy_chk.
7032         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
7033         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
7034         memmove_chk.
7035         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
7036         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
7037         mempcpy_chk.
7038         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
7039         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
7040         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
7042 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7044         [BZ #17213]
7045         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
7046         powerpc64le.
7048 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
7050         [BZ #16839]
7051         * manual/llio.texi: Add section about open file description locks.
7052         * manual/examples/ofdlocks.c: Example of open file description
7053         lock usage.
7054         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
7055         F_OFD_SETLK, and F_OFD_SETLKW.
7057 2014-07-23  Allan McRae  <allan@archlinux.org>
7059         * po/es.po: Update Spanish translation from translation project.
7061 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
7063         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
7065 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
7067         [BZ #17078]
7068         * sysdeps/arm/dl-machine.h (elf_machine_rela)
7069         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
7070         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
7072 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
7074         [BZ #17088]
7075         * math/fesetenv.c (__fesetenv)
7076         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
7077         * math/feupdateenv.c (__feupdateenv)
7078         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
7080         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
7081         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7082         (__ASSUME_SOCKETCALL): Do not define.
7084         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
7085         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
7086         (__ASSUME_SOCKETCALL): Do not define.
7087         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
7088         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7089         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7090         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
7091         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7092         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
7093         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7094         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7096         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
7097         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
7098         (__ASSUME_SOCKETCALL): Do not define.
7099         (__ASSUME_IPC64): Define unconditionally.
7100         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7101         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7102         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
7103         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7104         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
7105         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7106         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
7107         Likewise.
7109         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
7110         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
7111         (__ASSUME_SOCKETCALL): Do not define.
7112         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
7113         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7114         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7115         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
7116         (__ASSUME_REQUEUE_PI): Define unconditionally.
7117         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
7118         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
7119         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7120         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
7121         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7122         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7124         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
7125         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
7126         (__ASSUME_SOCKETCALL): Do not define.
7127         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
7128         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7129         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7130         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
7131         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7132         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
7134         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
7135         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
7136         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
7137         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
7138         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
7139         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
7140         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
7141         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
7142         (__ASSUME_GETCPU_SYSCALL): Likewise.
7144         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
7145         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
7146         cases for individual architectures.
7147         * sysdeps/gnu/configure: Regenerated.
7148         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
7149         LIBC_SLIBDIR_RTLDDIR.
7150         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
7151         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
7152         LIBC_SLIBDIR_RTLDDIR.
7153         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
7155         LIBC_SLIBDIR_RTLDDIR.
7156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7157         Regenerated.
7158         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
7159         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
7160         file.
7161         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
7162         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
7163         file.
7164         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
7165         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
7166         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
7167         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
7169         * sysdeps/aarch64/shlib-versions: Move to ...
7170         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
7171         * sysdeps/alpha/shlib-versions: Move to ...
7172         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
7173         * sysdeps/arm/shlib-versions: Move to ...
7174         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
7175         * sysdeps/hppa/shlib-versions: Move all contents except for
7176         libgcc_s entry to ...
7177         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
7178         entry from ...
7179         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
7180         * sysdeps/ia64/shlib-versions: Move to ...
7181         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
7182         entry from ...
7183         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
7184         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
7185         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
7186         * sysdeps/microblaze/shlib-versions: Move to ...
7187         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
7188         * sysdeps/mips/shlib-versions: Move to ...
7189         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
7190         entry from ...
7191         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
7192         * sysdeps/tile/shlib-versions: Move to ...
7193         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
7194         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
7195         from ...
7196         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
7197         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
7198         entry from ...
7199         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
7201 2014-07-17  Will Newton  <will.newton@linaro.org>
7203         * sysdeps/arm/bits/atomic.h
7204         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
7205         (__arch_compare_and_exchange_bool_16_int): Likewise.
7206         (__arch_compare_and_exchange_bool_64_int): Likewise.
7208         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
7209         into an #else block.
7211 2014-07-16  Roland McGrath  <roland@hack.frob.com>
7213         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
7214         just Linux configurations.  Test empirically that the compiler sets
7215         __ARM_EABI__, rather than using the tuple to decide.
7216         * sysdeps/arm/preconfigure: Regenerated.
7217         * sysdeps/unix/sysv/linux/arm/configure: File removed.
7218         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
7219         contents appended ...
7220         * sysdeps/arm/configure.ac: ... here.
7221         * sysdeps/arm/configure: Regenerated.
7223 2014-07-15  Roland McGrath  <roland@hack.frob.com>
7225         * nptl/pthread_kill.c: New file.
7226         * nptl/pthread_sigmask.c: New file.
7227         * nptl/pthread_sigqueue.c: New file.
7229         * sysdeps/nptl/lowlevellock.h: New file.
7230         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
7231         * sysdeps/nptl/lowlevellock-futex.h: New file.
7233         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
7234         Remove dead declarations.
7236 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
7238         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
7239         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
7240         config-cflags-avx2.
7241         * sysdeps/x86_64/configure.ac: Likewise.
7242         * sysdeps/i386/configure: Regenerated.
7243         * sysdeps/x86_64/configure: Likewise.
7244         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
7245         memset-avx2 only if config-cflags-avx2 is yes.
7246         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7247         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
7248         defined.
7249         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
7250         only if HAVE_AVX2_SUPPORT is defined.
7251         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7253 2014-07-14  Alan Modra  <amodra@gmail.com>
7255         [BZ #17153]
7256         * elf/elf.h (DT_PPC64_NUM): Correct value.
7257         * NEWS: Add to fixed bug list.
7259 2014-07-13  Jim Meyering  <meyering@fb.com>
7261         [BZ 17150]
7262         regex: don't deref NULL upon heap allocation failure
7263         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
7264         failure in one more place.
7265         To trigger the segfault, configure grep -with-included-regex,
7266         build it, and run these commands:
7267         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
7269 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7271         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7273 2014-07-11  Richard Henderson  <rth@redhat.com>
7275         * sysdeps/aarch64/libm-test-ulps: Update.
7277 2014-07-10  Florian Weimer  <fweimer@redhat.com>
7279         [BZ #17135]
7280         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
7281         * nptl/allocatestack.c (__nptl_setxid_error): New function.
7282         (__nptl_setxid): Initialize error member.  Call
7283         __nptl_setxid_error.
7284         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
7285         * nptl/descr.h (struct xid_command): Add error member.
7286         * nptl/tst-setuid3.c: New file.
7287         * nptl/Makefile (tests): Add it.
7289 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7291         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
7292         New define.
7293         (__lll_trylock): Use __lll_base_trylock.
7294         (__lll_cond_trylock): Likewise.
7296 2014-07-10  Roland McGrath  <roland@hack.frob.com>
7298         * nptl/pthread_create.c (start_thread): Use atomic_or and
7299         lll_futex_wake directly rather than lll_robust_dead.
7300         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7301         (lll_robust_dead): Macro removed.
7302         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
7303         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7304         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7305         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7306         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7307         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7308         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7309         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7310         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7311         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7312         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7313         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7314         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7315         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7316         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7318         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
7319         Use atomic_compare_and_exchange_val_acq directly rather than
7320         lll_robust_trylock.
7321         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
7322         (__lll_robust_trylock, lll_robust_trylock): Removed.
7323         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
7324         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
7325         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
7326         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
7327         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
7328         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
7329         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
7330         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
7331         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
7332         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
7333         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
7334         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
7335         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
7336         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
7338 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7340         * manual/locale.texi (Locale Names): New section documenting
7341         locale name syntax.  Adjust menu and node chaining accordingly.
7342         (Choosing Locale): Reference Locale Names, Locale Categories.
7343         Mention setting LC_ALL=C.  Reflect that name syntax is now
7344         documented.
7345         (Locale Categories): New section title.  Reference Locale Names.
7346         LC_ALL is an environment variable, but not a category.
7347         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
7348         description, now in Locale Name.  Reference that section.  Locale
7349         name syntax is now documented.
7351 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7353         [BZ #17137]
7354         * locale/findlocale.c (name_present, valid_locale_name): New
7355         functions.
7356         (_nl_find_locale): Use the loc_name variable to store name
7357         candidates.  Call name_present and valid_locale_name to check and
7358         validate locale names.  Return an error if the locale is invalid.
7360 2014-07-02  Florian Weimer  <fweimer@redhat.com>
7362         * locale/setlocale.c (setlocale): Use strdup for allocating
7363         composite name copy.
7365 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7367         Sync up with gnulib.
7368         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
7369         [!_LIBC && ENABLE_NLS]: Include gettext.h.
7370         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
7371         and _GL_ARG_NONNULL.
7372         [USE_UNLOCKED_IO]: Include unlocked-io.h.
7373         [!_LIBC]: Include code for Windows and Cygwin.
7374         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
7375         Include prototype for int strerror_r.
7376         [!_LIBC] (is_open): New function.
7377         (flush_stdout): New function.
7378         (print_errno_message): Use it.
7379         (error): Likewise.
7380         (error_at_line): Likewise.
7381         (error_tail) Add function attribute macros.  Use
7382         __builtin_expect.
7384         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
7386         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
7388         * io/ftw.c: Include sys/param.h unconditionally.
7390         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
7392         [BZ #17125]
7393         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
7394         libc_freeres_ptr.
7395         (freecache): New function to free CACHE on exit.
7397         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
7398         initialization.
7400 2014-07-09  David S. Miller  <davem@davemloft.net>
7402         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7404         * sysdeps/sparc/nptl/internaltypes.h: Delete.
7405         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
7406         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
7407         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
7408         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
7409         * sysdeps/sparc/nptl/sem_init.c: Likewise.
7410         * sysdeps/sparc/nptl/sem_post.c: Likewise.
7411         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
7412         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
7413         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
7414         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
7415         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
7416         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
7418 2014-07-09  Andreas Schwab  <schwab@suse.de>
7420         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
7421         output.
7422         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
7423         (do_test): Likewise.
7425         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7427 2014-07-09  Will Newton  <will.newton@linaro.org>
7429         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
7430         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
7431         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
7432         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
7433         * sysdeps/hppa/start.S (_start): Likewise.
7435 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
7437         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
7439         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
7440         defined.
7442 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7444         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
7445         after checking that it is non-NULL.
7447         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
7449 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7451         * sysdeps/powerpc/memmove.c: Remove file.
7452         * sysdeps/powerpc/powerpc32/power4/memcopy.h
7453         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
7454         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7455         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
7456         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
7457         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
7458         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
7459         string memmove instead of removed powerpc one.
7461         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
7462         [weak_alias]: Fix compiler warning due trailing data.
7463         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
7464         [weak_alias]: Likewise.
7465         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
7466         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
7468         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
7469         (__libc_ifunc_impl_list): Add memmove functions.
7471 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
7473         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
7474         Remove code.
7475         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
7476         Likewise
7477         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
7478         Likewise
7479         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
7480         Likewise
7481         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
7482         Likewise
7483         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
7484         Likewise
7485         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
7486         Likewise
7487         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
7488         Likewise
7489         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
7490         Likewise
7491         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
7492         Likewise
7493         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
7494         Likewise
7495         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
7496         Likewise
7497         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
7498         Likewise
7499         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
7500         Likewise
7501         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
7502         Likewise
7503         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
7504         Likewise
7505         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
7506         Likewise
7508 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7510         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
7511         to avoid alignment traps in non-cacheable memory.
7512         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
7514         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
7515         multiarch objects.
7516         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
7517         file: multiarch power7 memmove.
7518         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
7519         multiarch default memmove.
7520         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
7521         multiarch memove for powerpc32/power4.
7523         * string/bcopy.c: Use full path to include memmove.c.
7524         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
7525         multiarch objects.
7526         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
7527         bcopy for powerpc64.
7528         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
7529         bcopy for powerpc64.
7530         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
7531         and memmove implementations.
7532         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
7533         optimized multiarch memmove for POWER7/powerpc64.
7534         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
7535         default multiarch memmove for powerpc64.
7536         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
7537         multiarch for powerpc64.
7538         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
7539         for POWER7/powerpc64.
7540         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
7541         memmove for POWER7/powerpc64.
7543         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
7544         glibc default one.
7546         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
7547         __ELF_NATIVE_CLASS equal to 64.
7549 2014-07-07  Roland McGrath  <roland@hack.frob.com>
7551         * sysdeps/nptl/lowlevellock.h: File removed.
7553         * NEWS: NPTL is no longer an add-on!
7554         * nptl/internaltypes.h: Moved ...
7555         * sysdeps/nptl/internaltypes.h: ... here.
7556         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
7557         * sysdeps/nptl/fork.c: Likewise.
7558         * sysdeps/nptl/gai_misc.h: Likewise.
7559         * sysdeps/nptl/librt-cancellation.c: Likewise.
7560         * sysdeps/nptl/jmp-unwind.c: Likewise.
7561         * sysdeps/nptl/setxid.h: Likewise.
7562         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
7563         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
7564         * sysdeps/unix/sysv/linux/arm/Implies: New file.
7565         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
7566         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
7567         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
7568         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
7569         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
7570         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
7571         * sysdeps/unix/sysv/linux/mips/Implies: New file.
7572         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
7573         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
7574         * sysdeps/unix/sysv/linux/sh/Implies: New file.
7575         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
7576         * sysdeps/unix/sysv/linux/tile/Implies: New file.
7577         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
7578         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
7579         * nptl/Makeconfig: Moved ...
7580         * sysdeps/nptl/Makeconfig: ... here.
7581         * nptl/configure: File removed.
7582         * nptl/ANNOUNCE: File removed.
7583         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
7584         * sysdeps/unix/sysv/linux/configure: Regenerated.
7586         * nptl/Makefile (routines): Add libc_pthread_init,
7587         libc_multiple_threads, register-atfork and unregister-atfork.
7588         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
7589         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
7590         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
7591         pthread-pi-defines.sym, structsem.sym.
7592         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
7593         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
7594         [$(subdir) = nptl] (tests): Add tst-setgetname.
7595         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
7596         * sysdeps/unix/sysv/linux/sigaction.c: Just include
7597         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
7598         [!LIBC_SIGACTION]: Remove aliases.
7599         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
7600         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7601         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7602         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7603         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
7604         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
7605         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
7606         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7607         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7608         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
7609         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
7610         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
7611         __libc_allocate_rtsig_private.
7612         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
7613         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
7614         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
7615         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7616         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
7617         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
7618         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
7619         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
7620         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
7621         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
7622         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
7623         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
7624         * nptl/internaltypes.h: ... here.
7625         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
7626         * sysdeps/nptl/jmp-unwind.c: ... here.
7627         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
7628         * nptl/libc-lowlevellock.c: ... here.
7629         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
7630         * nptl/libc_multiple_threads.c: ... here.
7631         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
7632         * nptl/libc_pthread_init.c: ... here.
7633         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
7634         * nptl/lowlevelbarrier.sym: ... here.
7635         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
7636         * nptl/lowlevelcond.sym: ... here.
7637         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
7638         * nptl/lowlevellock.c: ... here.
7639         * nptl/lowlevellock.h: Moved ...
7640         * sysdeps/nptl/lowlevellock.h: ... here.
7641         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
7642         * nptl/lowlevelrobustlock.c: ... here.
7643         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
7644         * nptl/lowlevelrobustlock.sym: ... here.
7645         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
7646         * nptl/lowlevelrwlock.sym: ... here.
7647         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
7648         * nptl/pt-fork.c: ... here.
7649         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
7650         * nptl/pthread-pi-defines.sym: ... here.
7651         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
7652         * nptl/pthread_attr_getaffinity.c: ... here.
7653         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
7654         * nptl/pthread_attr_setaffinity.c: ... here.
7655         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
7656         * nptl/pthread_mutex_cond_lock.c: ... here.
7657         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7658         Update #include.
7659         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
7660         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
7661         * nptl/pthread_once.c: ... here, replacing old file.
7662         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
7663         * nptl/pthread_yield.c: ... here.
7664         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
7665         * nptl/register-atfork.c: ... here.
7666         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
7667         * nptl/sem_post.c: ... here.
7668         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
7669         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
7670         * nptl/sem_timedwait.c: ... here.
7671         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
7672         * nptl/sem_trywait.c: ... here.
7673         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
7674         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
7675         * nptl/sem_wait.c: ... here.
7676         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
7677         * nptl/structsem.sym: ... here.
7678         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
7679         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
7680         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
7681         * nptl/unregister-atfork.c: ... here.
7682         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
7683         * nptl/unwindbuf.sym: ... here.
7684         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
7685         * sysdeps/nptl/fork.c: ... here.
7686         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
7687         * sysdeps/nptl/fork.h: ... here.
7688         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
7689         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
7690         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
7691         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
7692         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
7693         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
7694         * sysdeps/unix/sysv/linux/getpid.c: ... here.
7695         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
7696         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
7697         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
7698         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
7699         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
7700         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
7702         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
7703         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
7704         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
7705         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
7706         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
7707         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
7708         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
7709         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
7710         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
7711         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
7712         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
7713         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
7714         * sysdeps/unix/sysv/linux/raise.c: ... here.
7715         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
7716         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
7717         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
7718         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
7719         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
7720         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
7721         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
7722         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
7723         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
7724         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
7725         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
7726         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
7727         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
7728         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
7729         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
7731 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
7733         * sysdeps/generic/memcopy.h: Add comment for
7734         MEMCPY_OK_FOR_FWD_MEMMOVE.
7736 2014-07-04  Will Newton  <will.newton@linaro.org>
7738         * string/memchr.c: Merge from gnulib.
7739         [_LIBC]: Remove conditionals.
7740         (__ptr_t): Remove define.
7741         (LONG_MAX_32_BITS): Likewise.
7742         (LONG_MAX): Likewise.
7743         (MEMCHR): Use ANSI prototype and optimize algorithm.
7745         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
7747 2014-07-03  Roland McGrath  <roland@hack.frob.com>
7749         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
7750         (lll_futex_timed_wait_bitset): Fix syscall argument count.
7752         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
7753         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
7754         in a bare environment with no <stdlib.h> installed.
7755         * sysdeps/nptl/configure: Regenerated.
7757         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
7759         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
7760         AC_EGREP_CPP for kernel header checks, so they only succeed if
7761         including <linux/version.h> actually works right.
7762         * sysdeps/unix/sysv/linux/configure: Regenerated.
7764         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
7765         value so it's not diagnosed as unused.
7767         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
7768         thing) with "ifeq ($(subdir),rt)".
7770 2014-07-03  Richard Henderson  <rth@redhat.com>
7772         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
7773         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
7774         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
7776         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
7777         (math_force_eval): New.
7779         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
7780         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
7782         * sysdeps/alpha/fpu/s_round.c: Remove file.
7783         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
7785         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
7786         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
7787         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
7788         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
7789         (_dl_start, print_statistics): Likewise.
7790         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
7791         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
7793         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7794         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7795         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7796         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7797         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7798         (HP_SMALL_TIMING_AVAIL): Define.
7799         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7800         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7801         (HP_SMALL_TIMING_AVAIL): Define.
7802         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7803         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
7805         * sysdeps/aarch64/hp-timing.h: New file.
7807         * sysdeps/generic/hp-timing.h: Remove dead comment.
7808         * sysdeps/generic/hp-timing-common.h: New file.
7809         * sysdeps/alpha/hp-timing.h: Include it.
7810         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
7811         * sysdeps/i386/i686/hp-timing.h: Likewise.
7812         * sysdeps/ia64/hp-timing.h: Likewise.
7813         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
7814         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
7815         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
7816         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
7817         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
7818         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
7819         (hp_timing_t): New.
7821         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
7822         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
7823         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
7824         * elf/rtld.c (_dl_start_final): Likewise.
7825         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
7826         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7827         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7828         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7829         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7830         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7831         (HP_TIMING_DIFF_INIT): Remove.
7832         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7833         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
7834         (HP_TIMING_DIFF_INIT): Remove.
7835         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
7836         * sysdeps/i386/i686/hp-timing.c: Remove file.
7837         * sysdeps/x86_64/hp-timing.c: Remove file.
7838         * sysdeps/ia64/hp-timing.c: Remove file.
7839         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
7840         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
7841         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
7842         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
7844         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
7845         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
7846         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
7847         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7848         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
7849         (HP_TIMING_ACCUM): Remove.
7850         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7851         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
7852         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
7854         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
7855         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
7856         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
7857         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
7858         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
7859         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7860         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
7861         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
7863         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
7865 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
7867         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
7869 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7871         Sync up with gettext.
7872         * intl/loadmsgcat.c: Define O_BINARY if not defined.
7873         [_MSC_VER]: Include malloc.h
7874         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
7875         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
7876         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
7877         TEMP_FAILURE_RETRY.  Cast return of alloca.
7878         [!_LIBC] Call gl_rwlock_init.
7879         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
7881 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7883         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
7884         before checking its value.
7886 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7888         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
7890         * debug/memcpy_chk.c: Don't include pagecopy.h.
7891         * debug/mempcpy_chk.c: Likewise.
7892         * string/memcpy.c: Likewise.
7893         * string/memmove.c: Likewise.
7894         * sysdeps/powerpc/memmove.c: Likewise.
7895         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
7896         definition of PAGE_COPY_FWD_MAYBE here...
7897         * sysdeps/generic/pagecopy.h: ... from here.
7898         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
7900 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7901             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7903         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
7904         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
7905         optimizations.
7906         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7907         (__libc_ifunc_impl_list): Likewise.
7908         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
7909         multiarch strcat for PPC64.
7910         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
7911         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
7913 2014-07-02  Roland McGrath  <roland@hack.frob.com>
7915         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
7917 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7919         * intl/loadmsgcat.c: Remove declaration of
7920         get_sysdep_segment_value.
7921         (get_sysdep_segment_value): Use ISO C style.
7922         (_nl_load_domain): Use ISO C style.  Get rid of redundant
7923         semicolon.  Fix typo and formatting in comment.
7924         (_nl_unload_domain): Use ISO C style.
7926         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
7928 2014-07-02  Will Newton  <will.newton@linaro.org>
7930         * malloc/obstack.c: Merge from gnulib master.
7931         [HAVE_CONFIG_H]: Remove conditional code.
7932         [!_LIBC]: Include config.h.
7933         [!ELIDE_CODE]: Don't include inttypes.h, include
7934         stdint.h unconditionally.
7935         (print_and_abort): Mark as _Noreturn.
7936         (_obstack_allocated_p): Mark as __attribute_pure__.
7937         (obstack_free): Rename to __obstack_free.
7938         [!__attribute__]: Remove conditional code.
7939         * malloc/obstack.h: Merge from gnulib master.
7940         [__cplusplus]: Move conditional down.
7941         [!__attribute_pure__]: Define __attribute_pure__ here
7942         if it is not already defined.
7943         (_obstack_memory_used): Mark as __attribute_pure__.
7944         [!__obstack_free]: Define as obstack_free.
7945         [__GNUC__]: Remove check for ancient NeXT gcc.
7947 2014-07-02  Will Newton  <will.newton@linaro.org>
7948             Paul Eggert  <eggert@cs.ucla.edu>
7950         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
7952 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7954         * resolv/gethnamaddr.c: Add comment warning that the file is
7955         not maintained.
7957 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
7959         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
7960         entries.
7962         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
7963         entry for aio_cancel and aio_cancel64.
7964         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
7965         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
7966         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
7967         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
7968         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
7969         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
7970         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
7971         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
7972         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
7973         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
7974         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
7975         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
7976         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
7978 2014-07-01  Roland McGrath  <roland@hack.frob.com>
7980         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
7981         * nptl/pthread_mutex_lock.c: Likewise.
7982         * nptl/pthread_mutex_timedlock.c: Likewise.
7983         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
7985 2014-07-01  Richard henderson  <rth@redhat.com>
7987         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
7988         (__isnan, __isnanl): Remove.
7989         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
7991         * sysdeps/alpha/fpu/libm-test-ulps: Update.
7993 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7995         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7997 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7999         * resolv/nss_dns/dns-host.c (getanswer_r)
8000         [MULTI_PTRS_ARE_ALIASES]: Remove code.
8002 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
8004         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8005         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
8006         undefine.
8007         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
8008         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
8010 2014-07-01  Roland McGrath <roland@hack.frob.com>
8012         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
8013         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
8015         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
8016         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
8018         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
8019         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
8020         ... here.
8021         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
8022         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
8024         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
8025         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
8026         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
8027         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
8029         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
8030         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
8031         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
8032         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
8033         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
8034         Moved ...
8035         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
8036         ... here.
8037         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
8038         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
8039         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
8040         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
8041         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
8042         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
8043         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
8044         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
8045         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
8046         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
8047         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
8048         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
8049         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
8050         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
8051         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
8052         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
8053         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
8054         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
8055         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
8056         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
8057         ... here.
8058         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
8059         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
8060         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
8061         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
8062         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
8063         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
8064         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
8065         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
8067 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
8069         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
8070         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
8071         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
8072         Add sysdep.
8074 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8078 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8080         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
8081         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
8083         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
8085         * sysdeps/arm/libm-test-ulps: Regenerated.
8087 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8088             Roland McGrath <roland@hack.frob.com>
8090         * test-skeleton.c (signal_handler): Kill the whole process group
8091         before killing the child individually.
8092         (main): Report any failure on `setpgid'.
8094 2014-06-30  Roland McGrath  <roland@hack.frob.com>
8096         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
8097         from _TLS_H to _ARM_NPTL_TLS_H.
8098         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
8099         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
8101 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
8103         [BZ #16539]
8104         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
8105         (__expm1l): Return argument unchanged when small but not
8106         subnormal.
8108         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
8109         include macro name.
8110         (_FP_UNPACK_RAW_1_P): Likewise.
8111         (_FP_PACK_RAW_1): Likewise.
8112         (_FP_PACK_RAW_1_P): Likewise.
8113         (_FP_MUL_MEAT_1_wide): Likewise.
8114         (_FP_MUL_MEAT_DW_1_hard): Likewise.
8115         (_FP_MUL_MEAT_1_hard): Likewise.
8116         (_FP_DIV_MEAT_1_imm): Likewise.
8117         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
8118         (_FP_DIV_MEAT_1_udiv): Likewise.
8119         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
8120         (_FP_UNPACK_RAW_2): Likewise.
8121         (_FP_UNPACK_RAW_2_P): Likewise.
8122         (_FP_PACK_RAW_2): Likewise.
8123         (_FP_PACK_RAW_2_P): Likewise.
8124         (_FP_MUL_MEAT_DW_2_wide): Likewise.
8125         (_FP_MUL_MEAT_2_wide): Likewise.
8126         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
8127         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
8128         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
8129         (_FP_MUL_MEAT_2_gmp): Likewise.
8130         (_FP_DIV_MEAT_2_udiv): Likewise.
8131         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
8132         (_FP_FRAC_SRL_4): Likewise.
8133         (_FP_FRAC_SRST_4): Likewise.
8134         (_FP_FRAC_SRS_4): Likewise.
8135         (_FP_UNPACK_RAW_4): Likewise.
8136         (_FP_UNPACK_RAW_4_P): Likewise.
8137         (_FP_PACK_RAW_4): Likewise.
8138         (_FP_PACK_RAW_4_P): Likewise.
8139         (_FP_MUL_MEAT_DW_4_wide): Likewise.
8140         (_FP_MUL_MEAT_4_wide): Likewise.
8141         (_FP_MUL_MEAT_4_gmp): Likewise.
8142         (umul_ppppmnnn): Likewise.
8143         (_FP_DIV_MEAT_4_udiv): Likewise.
8144         (__FP_FRAC_ADD_4): Likewise.
8145         (__FP_FRAC_SUB_3): Likewise.
8146         (__FP_FRAC_SUB_4): Likewise.
8147         (__FP_FRAC_DEC_3): Likewise.
8148         (__FP_FRAC_DEC_4): Likewise.
8149         (__FP_FRAC_ADDI_4): Likewise.
8150         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
8151         (_FP_FRAC_SRL_8): Likewise.
8152         (_FP_FRAC_SRS_8): Likewise.
8154         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
8155         include macro name.
8156         (FP_UNPACK_RAW_EP): Likewise.
8157         (FP_PACK_RAW_E): Likewise.
8158         (FP_PACK_RAW_EP): Likewise.
8159         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
8160         (_FP_ISSIGNAN): Likewise.
8161         (_FP_ADD_INTERNAL): Likewise.
8162         (_FP_FMA): Likewise.
8163         (_FP_CMP): Likewise.
8164         (_FP_SQRT): Likewise.
8165         (_FP_TO_INT): Likewise.
8166         (_FP_FROM_INT): Likewise.
8167         (FP_EXTEND): Likewise.
8168         (_FP_DIV_MEAT_N_loop): Likewise.
8170 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
8172         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
8173         throughout.
8175 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
8177         [BZ #17097]
8178         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
8179         result with correct sign in case of exponents that produce
8180         overflow except for X very close to 1.
8182 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
8184         mktime: merge #if/#ifdef usage from glibc
8185         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
8186         as that works with both Glibc's and Gnulib's style.
8187         See thread starting at Siddhesh Poyarekar's bug report at:
8188         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
8190 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8192         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
8193         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
8194         * sysdeps/tile/tilegx/memmove.c: Remove file.
8196 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8198         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
8199         abi-name definition.
8200         * scripts/soversions.awk: Do not handle or generate ABI lines.
8201         * shlib-versions: Remove ABI entries.
8202         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
8203         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
8205 2014-06-27  Roland McGrath  <roland@hack.frob.com>
8207         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
8208         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
8209         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
8210         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
8211         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
8212         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
8213         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
8214         Moved ...
8215         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
8216         ... here.
8217         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
8218         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
8219         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
8220         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
8221         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
8222         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
8223         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
8224         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
8225         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
8226         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
8227         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
8228         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
8229         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
8230         Moved ...
8231         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
8232         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
8233         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
8234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
8235         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
8236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
8237         Moved ...
8238         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
8239         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
8240         Moved ...
8241         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
8242         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
8243         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
8244         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
8245         Moved ...
8246         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
8247         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
8248         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
8249         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
8250         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
8251         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
8252         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
8253         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
8254         Moved ...
8255         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
8256         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
8257         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
8258         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
8259         Moved ...
8260         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
8261         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
8262         Moved ...
8263         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
8264         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
8265         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
8266         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
8267         Moved ...
8268         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
8269         ... here.
8270         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
8271         Identical file removed.
8272         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
8273         Moved ...
8274         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
8275         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
8276         Identical file removed.
8277         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
8278         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
8279         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
8280         Moved ...
8281         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
8282         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
8283         Identical file removed.
8284         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
8285         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
8286         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
8287         Identical file removed.
8288         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
8289         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
8290         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
8291         Identical file removed.
8292         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
8293         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
8294         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
8295         Identical file removed.
8296         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
8297         Moved ...
8298         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
8299         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
8300         Identical file removed.
8301         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
8302         Moved ...
8303         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
8304         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
8305         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
8306         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
8307         Identical file removed.
8308         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
8309         Moved ...
8310         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
8311         ... here.
8312         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
8313         Identical file removed.
8314         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
8315         Moved ...
8316         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
8317         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
8318         Identical file removed.
8319         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
8320         Moved ...
8321         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
8322         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
8323         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
8324         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
8325         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
8326         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
8327         Moved ...
8328         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
8329         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
8330         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
8332         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
8333         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
8334         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
8335         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
8336         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
8338 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
8340         [BZ #17092]
8341         * nscd/nscd.c (monitor_child): Return exit status of child
8342         instead of return value from wait syscall.
8344 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
8346         * configure.ac (libc_commonpagesize): Remove variable.
8347         (libc_relro_required): Likewise.
8348         (libc_cv_z_relro): Remove configure test.
8349         * configure: Regenerated.
8350         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
8351         variable.
8352         (libc_relro_required): Likewise.
8353         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
8354         (libc_relro_required): Likewise.
8355         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
8356         (libc_relro_required): Likewise.
8357         * sysdeps/arm/preconfigure: Regenerated.
8358         * sysdeps/ia64/preconfigure: Remove file.
8359         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
8360         variable.
8361         (libc_relro_required): Likewise.
8363         [BZ #16561]
8364         [BZ #16562]
8365         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
8366         (__ieee754_yn): Set FE_TONEAREST mode internally and then
8367         recompute overflowing results in original rounding mode.
8368         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
8369         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
8370         recompute overflowing results in original rounding mode.
8371         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
8372         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8373         recompute overflowing results in original rounding mode.
8374         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
8375         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8376         recompute overflowing results in original rounding mode.
8377         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
8378         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
8379         recompute overflowing results in original rounding mode.
8380         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
8381         (libc_feholdsetround_ctx): New macro.
8382         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
8383         * sysdeps/i386/fpu/libm-test-ulps: Update.
8384         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
8386 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8388         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
8389         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
8390         corresponding .cpsetup call.
8392 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8394         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
8395         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
8396         * sysdeps/arm/Makefile [$(subdir) = csu]
8397         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
8398         (static-only-routines): Add aeabi_read_tp here.
8399         (shared-only-routines): Add libc-aeabi_read_tp here.
8400         (CFLAGS-libc-start.c): Add -fexceptions here.
8401         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
8402         (sysdep_routines, static-only-routines, shared-only-routines):
8403         Don't add to these here.
8404         (CFLAGS-libc-start.c): Likewise.
8406         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
8407         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
8408         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
8409         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
8410         * sysdeps/arm/Makefile [$(subdir) = rt]
8411         (librt-sysdep_routines, librt-shared-only-routines):
8412         Append rt-aeabi_unwind_cpp_pr1 here.
8413         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
8414         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
8415         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
8416         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8417         Append nptl-aeabi_unwind_cpp_pr1 here.
8418         (tests): Filter out tst-cleanupx4 here.
8419         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
8420         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
8421         Don't do those here.
8423 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8425         * scripts/list-sources.sh: Do not handle ports specially.
8427 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8429         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
8430         * sysdeps/arm/feupdateenv.c: Likewise.
8432         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
8434 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8436         * manual/texinfo.tex: Update to version 2014-05-05.10 with
8437         trailing whitespace removed.
8438         * scripts/config.guess: Update to version 2014-03-23.
8439         * scripts/config.sub: Update to version 2014-05-01
8440         * scripts/install-sh: Update to version 2013-12-25.23.
8441         * scripts/move-if-change: Update from gnulib.
8443 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8445         * debug/memmove_chk.c: Remove pagecopy.h include.
8447 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8449         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
8450         identical to gnulib mktime.
8452 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
8454         * configure.ac: Do not test for machine being rs6000.  Do not test
8455         for powerpc*-*soft.
8456         * configure: Regenerated.
8458         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
8459         test.
8460         * configure: Regenerated.
8461         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
8462         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
8463         Remove configure test.
8464         * sysdeps/arm/configure: Regenerated.
8465         * sysdeps/nptl/configure.ac: Do not check
8466         libc_cv_asm_cfi_directives.
8467         * sysdeps/nptl/configure: Regenerated.
8468         * sysdeps/x86_64/nptl/configure.ac: Remove file.
8469         * sysdeps/x86_64/nptl/configure: Remove generated file.
8470         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
8471         unconditional.
8472         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
8474 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8476         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
8477         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
8478         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
8479         it is defined.
8481         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
8482         instead of whether it is defined.
8483         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
8484         * sysdeps/hppa/dl-machine.h: Likewise.
8485         * sysdeps/ia64/dl-machine.h: Likewise.
8486         * sysdeps/m68k/dl-machine.h: Likewise.
8487         * sysdeps/microblaze/dl-machine.h: Likewise.
8488         * sysdeps/mips/dl-machine.: Likewise.
8489         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8490         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8491         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8492         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8493         * sysdeps/sh/dl-machine.h: Likewise.
8494         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8495         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8496         * sysdeps/tile/dl-machine.h: Likewise.
8497         * sysdeps/x86_64/dl-machine.h: Likewise.
8499         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
8500         code.
8501         (verify_persistent_db): Likewise.
8503 2014-06-26  Roland McGrath  <roland@hack.frob.com>
8505         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
8506         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
8507         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
8508         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
8509         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
8510         Moved ...
8511         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
8512         ... here.
8513         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
8514         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
8515         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
8516         Identical file removed.
8517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
8518         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
8519         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
8520         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
8521         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
8522         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
8523         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
8524         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
8525         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
8526         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
8527         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
8528         Moved ...
8529         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
8530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
8531         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
8532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
8533         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
8534         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
8535         Moved ...
8536         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
8537         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
8538         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
8539         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
8540         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
8541         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
8542         Identical file removed.
8543         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
8544         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
8545         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
8546         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
8547         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
8548         Moved ...
8549         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
8550         ... here.
8551         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
8552         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
8553         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
8554         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
8555         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
8556         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
8557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
8558         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
8559         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
8560         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
8561         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
8562         Moved ...
8563         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
8564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
8565         Moved ...
8566         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
8567         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
8568         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
8569         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
8570         Moved ...
8571         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
8572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
8573         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
8575         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
8576         folded into ...
8577         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
8578         * sysdeps/unix/sysv/linux/s390/Versions
8579         (libpthread: GLIBC_2.19): New version set.
8580         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
8581         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
8582         (librt: GLIBC_2.3.3): New version set.
8583         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
8584         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
8585         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
8586         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
8587         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
8588         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
8589         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
8590         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
8591         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
8592         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
8593         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
8594         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
8595         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
8596         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
8597         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
8598         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
8599         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
8600         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
8601         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
8602         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
8603         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
8604         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
8605         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
8606         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
8607         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
8608         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
8609         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
8610         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
8611         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
8612         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
8613         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
8614         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
8615         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
8616         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
8617         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
8618         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
8619         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
8620         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
8621         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
8622         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
8623         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
8624         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
8625         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
8626         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
8627         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
8629         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
8630         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
8631         (__libc_vfork): Define the function under this name.
8632         [!NOT_IN_libc] (__vfork): Make this an alias.
8633         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8634         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
8635         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
8636         (__libc_vfork): Define the function under this name.
8637         [!NOT_IN_libc] (__vfork): Make this an alias.
8638         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
8639         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
8640         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
8641         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
8642         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
8643         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
8645         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
8646         code that was previously under [RESET_PID].
8647         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
8648         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
8649         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
8651         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
8652         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
8653         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
8654         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
8655         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
8656         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
8657         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
8658         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
8659         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
8660         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
8661         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
8662         Moved ...
8663         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
8664         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
8665         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
8666         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
8667         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
8668         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
8669         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
8670         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
8671         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
8672         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
8673         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
8674         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
8675         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
8676         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
8677         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
8678         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
8679         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
8680         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
8681         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
8682         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
8683         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
8684         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
8685         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
8686         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
8687         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
8688         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
8689         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
8690         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
8691         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
8693 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8695         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
8696         that was previously under [RESET_PID].
8697         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
8699 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8701         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
8702         not undefine and redefine.
8703         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
8704         [O_CLOEXEC]: Make code unconditional.
8705         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
8706         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
8707         <kernel-features.h>.
8708         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
8709         conditional variable definition.
8710         (shm_open) [O_CLOEXEC]: Make code unconditional.
8711         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
8712         code.
8714         * configure.ac (USE_REGPARMS): Don't define here.
8715         * configure: Regenerated.
8716         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
8717         * sysdeps/i386/configure: Regenerated.
8719         * nptl/createthread.c: Don't include kernel-features.h.
8720         * nptl/pthread_cancel.c: Likewise.
8721         * nptl/pthread_condattr_setclock.c: Likewise.
8722         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
8723         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
8724         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
8725         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
8726         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
8727         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
8728         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
8729         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
8730         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
8731         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
8732         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
8733         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
8734         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
8735         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
8736         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
8737         * nscd/gai.c: Likewise.
8738         * nss/nss_db/db-open.c: Likewise.
8739         * sysdeps/generic/ldsodefs.h: Likewise.
8740         * sysdeps/sh/nptl/tls.h: Likewise.
8741         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8742         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
8743         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
8744         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
8745         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
8746         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8747         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
8748         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
8749         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
8750         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
8751         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
8752         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
8753         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
8754         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
8755         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8756         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
8757         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
8758         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
8759         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
8760         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
8761         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
8762         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
8763         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
8764         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
8765         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
8766         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
8767         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
8768         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
8769         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
8770         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8771         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
8772         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
8773         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
8774         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
8775         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
8776         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8777         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
8778         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
8779         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
8780         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
8781         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
8782         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
8783         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
8784         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
8785         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
8786         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
8787         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
8788         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
8789         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
8790         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
8791         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
8792         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
8793         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
8794         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8795         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
8796         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
8797         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8798         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
8799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
8800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
8801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
8802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
8803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
8804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
8805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
8806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
8807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
8808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
8809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
8810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
8811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
8812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
8813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
8814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
8815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
8816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
8817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
8818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
8819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
8820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
8821         * sysdeps/unix/sysv/linux/pread.c: Likewise.
8822         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
8823         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
8824         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
8825         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
8826         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
8827         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
8828         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
8829         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
8830         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
8831         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
8832         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
8833         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
8834         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8835         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8836         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8837         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
8838         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
8839         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
8840         * sysdeps/unix/sysv/linux/system.c: Likewise.
8841         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
8842         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
8843         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
8844         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
8845         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
8846         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8847         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8849         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
8850         * configure: Regenerated.
8851         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
8853         * configure.ac (base_machine): Do not set specially for particular
8854         machines here.
8855         * configure: Regenerated.
8856         * sysdeps/powerpc/preconfigure: Move machine and base_machine
8857         settings from configure.ac.
8858         * sysdeps/i386/preconfigure: New file.
8859         * sysdeps/s390/preconfigure: Likewise.
8860         * sysdeps/sh/preconfigure: Likewise.
8861         * sysdeps/sparc/preconfigure: Likewise.
8863 2014-06-25  Roland McGrath  <roland@hack.frob.com>
8865         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
8866         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
8867         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
8868         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
8869         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
8870         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
8871         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
8872         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
8873         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
8874         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
8875         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
8876         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
8877         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
8878         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
8879         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
8880         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
8881         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
8882         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
8883         * sysdeps/sparc/sparc64/Makefile: ... appended here.
8885         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
8886         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
8887         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
8888         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
8889         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
8890         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
8891         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
8892         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
8893         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
8894         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
8895         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
8896         * sysdeps/sparc/sparc32/sem_post.c: ... here.
8897         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
8898         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
8899         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
8900         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
8901         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
8902         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
8903         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
8904         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
8905         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
8906         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
8907         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
8908         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
8909         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
8910         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
8911         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
8912         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
8913         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
8914         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
8915         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
8916         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
8917         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
8918         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
8919         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
8920         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
8921         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
8922         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
8924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
8925         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
8926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
8927         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
8928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
8929         Moved ...
8930         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
8931         ... here.
8932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
8933         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
8934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
8935         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
8936         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
8937         Moved ...
8938         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
8939         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
8940         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
8941         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
8942         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
8943         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
8944         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
8945         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
8946         Moved ...
8947         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
8948         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
8949         Moved ...
8950         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
8951         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
8952         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
8953         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
8954         Moved ...
8955         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
8956         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
8957         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
8958         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
8959         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
8960         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
8961         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
8962         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
8963         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
8964         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
8965         Moved ...
8966         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
8967         ... here.
8968         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
8969         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
8970         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
8971         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
8972         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
8973         Moved ...
8974         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
8975         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
8976         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
8977         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
8978         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
8980         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
8982         Moved ...
8983         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
8984         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
8985         Moved ...
8986         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
8987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
8988         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
8989         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
8990         Moved ...
8991         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
8992         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
8993         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
8994         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
8995         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
8997 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
8999         * timezone/checktab.awk: Update from tzcode 2014e.
9000         * timezone/private.h: Likewise.
9001         * timezone/tzfile.h: Likewise.
9002         * timezone/zdump.c: Likewise.
9003         * timezone/zic.c: Likewise.
9005         * sysdeps/unix/sysv/linux/kernel-features.h
9006         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
9007         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
9008         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
9009         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
9010         Remove conditional code.
9012 2014-06-25  Will Newton  <will.newton@linaro.org>
9014         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
9015         (_dl_arm_cap_flags): Add HWCAP2 values.
9016         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
9017         (_DL_HWCAP_COUNT): Increase to 37.
9018         (_DL_HWCAP_LAST): New define.
9019         (_DL_HWCAP2_LAST): New define.
9020         (_dl_procinfo): Add support for printing
9021         AT_HWCAP2 entries.
9022         (_dl_string_hwcap): Use _dl_hwcap_string.
9024 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9026         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9028 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9030         * README: Do not mention ports directory.
9032         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
9033         Remove macro.
9034         * sysdeps/unix/sysv/linux/futimes.c: Do not include
9035         <kernel-features.h>.
9036         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
9037         conditional variable definition.
9038         (__futimes): Update comment.
9039         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
9040         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
9042         [BZ #16560]
9043         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
9044         arguments close to 0.
9045         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
9046         Likewise.
9047         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
9048         Likewise.
9049         * math/auto-libm-test-in: Add more tests of exp10.
9050         * math/auto-libm-test-out: Regenerated.
9051         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9053         * sysdeps/unix/sysv/linux/kernel-features.h
9054         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
9055         * sysdeps/unix/sysv/linux/readv.c: Do not include
9056         <kernel-features.h>.
9057         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9058         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9059         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9060         unconditional.
9061         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9062         conditional code.
9063         * sysdeps/unix/sysv/linux/writev.c: Do not include
9064         <kernel-features.h>.
9065         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
9066         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
9067         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
9068         unconditional.
9069         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
9070         conditional code.
9072 2014-06-25  Will Newton  <will.newton@linaro.org>
9074         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
9075         comment changes throughout the file.  Remove checks
9076         for HAVE_*_H definitions that are not required.
9077         (__gen_tempname): Call abort if an unknown kind value is
9078         passed.
9080 2014-06-25  Andreas Schwab  <schwab@suse.de>
9082         [BZ #17086]
9083         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
9084         scalbln, scalblnf, scalblnl in libc.
9086 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
9088         [BZ #17086]
9089         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
9090         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
9091         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
9093 2014-06-24  Roland McGrath  <roland@hack.frob.com>
9095         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
9096         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
9097         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
9098         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
9099         Update #include.
9100         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
9101         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
9102         Update #include.
9103         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
9104         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
9105         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
9106         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
9107         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
9108         * sysdeps/x86/bits/pthreadtypes.h: ... here.
9109         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
9110         * sysdeps/x86/bits/semaphore.h: ... here.
9111         * sysdeps/x86/nptl/elide.h: Moved ...
9112         * sysdeps/x86/elide.h: ... here.
9113         * sysdeps/x86_64/nptl/Implies: File removed.
9114         * sysdeps/i386/nptl/Implies: File removed.
9116 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
9118         [BZ #16539]
9119         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
9120         return the argument for normal arguments with exponent below -64.
9121         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
9122         Likewise.
9123         * math/auto-libm-test-in: Add another test of expm1.
9124         * math/auto-libm-test-out: Regenerated.
9126         [BZ #16287]
9127         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
9128         calling __erfcl for arguments at least 16.
9129         * math/auto-libm-test-in: Add more tests of erf.
9130         * math/auto-libm-test-out: Regenerated.
9132         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
9133         individual architectures.
9134         * sysdeps/unix/sysv/linux/configure: Regenerated.
9135         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
9136         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
9137         * sysdeps/unix/sysv/linux/powerpc/configure.ac
9138         (ldd_rewrite_script): Define variable.
9139         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
9140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
9141         file.
9142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
9143         generated file.
9144         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
9145         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
9146         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
9147         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
9148         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
9149         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
9150         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
9151         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
9153 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9155         [BZ #17084]
9156         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
9157         Rename member __data.d to __data.__elision_data.
9159 2014-06-24  Wilco  <wdijkstr@arm.com>
9161         * NEWS: Add 16918 to fixed bug list.
9163 2014-06-24  Wilco  <wdijkstr@arm.com>
9165         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
9167 2014-06-24  Wilco  <wdijkstr@arm.com>
9169         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
9170         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
9171         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
9172         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
9173         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
9174         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
9175         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
9176         Use _FPU_MASK_RM.
9178 2014-06-24  Wilco  <wdijkstr@arm.com>
9180         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
9182 2014-06-24  Wilco  <wdijkstr@arm.com>
9184         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
9185         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
9186         * sysdeps/arm/fesetround.c (fesetround): Remove space.
9187         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
9189 2014-06-24  Wilco  <wdijkstr@arm.com>
9191         [BZ #16918]
9192         * sysdeps/arm/feupdateenv.c (feupdateenv):
9193         Rewrite to reduce FPSCR accesses and fix return value.
9195 2014-06-24  Wilco  <wdijkstr@arm.com>
9197         * sysdeps/arm/fclrexcpt.c (feclearexcept):
9198         Optimize to avoid unnecessary FPSCR writes.
9199         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
9200         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
9201         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
9202         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
9204 2014-06-24  Wilco  <wdijkstr@arm.com>
9206         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
9207         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
9208         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
9209         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
9210         Call libc_fetestexcept_vfp.
9211         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
9212         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
9213         __SOFTFP__ ifdef so that they can be built for softfp.
9215 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
9217         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
9218         argument type signed char.
9220         * Makerules (check-abi): Dump diff of symlist if the test
9221         fails.
9223 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9225         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
9226         using abort.
9228         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9229         Remove unused variable ST.
9231 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9233         [BZ #16354]
9234         [BZ #17061]
9235         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
9236         small arguments before calling __expm1.
9237         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
9238         small arguments before calling __expm1f.
9239         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
9240         small arguments before calling __expm1l.
9241         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
9242         Likewise.
9243         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
9244         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
9245         spurious underflow for some cosh tests.
9246         * math/auto-libm-test-out: Regenerated.
9247         * sysdeps/i386/fpu/libm-test-ulps: Update.
9249         [BZ #17050]
9250         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
9251         (__ieee754_y1): Set errno if return value overflows.
9252         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
9253         (__ieee754_y1f): Set errno if return value overflows.
9254         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
9255         (__ieee754_y1l): Set errno if return value overflows.
9256         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
9257         (__ieee754_y1l): Set errno if return value overflows.
9258         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
9259         * math/auto-libm-test-out: Regenerated.
9261         * math/gen-auto-libm-tests.c: Document use of
9262         ignore-zero-inf-sign.
9263         (input_flag_type): Add value flag_ignore_zero_inf_sign.
9264         (input_flags): Add ignore-zero-inf-sign.
9265         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
9266         * math/gen-libm-test.pl (generate_testfile): Handle
9267         ignore-zero-inf-sign.
9268         * math/auto-libm-test-in: Mark some cpow tests with
9269         ignore-zero-inf-sign and some with xfail-rounding.
9270         * math/auto-libm-test-out: Regenerated.
9271         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
9272         * sysdeps/i386/fpu/libm-test-ulps: Update.
9273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9275         [BZ #16315]
9276         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
9277         overflowing or underflowing operations take place with sign of
9278         result.
9279         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
9280         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
9281         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
9282         (__ieee754_pow): Recompute overflowing and underflowing results in
9283         original rounding mode.
9284         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
9285         (__powl_helper): Allow negative argument X and scale negated value
9286         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
9287         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
9288         overflowing or underflowing operations take place with sign of
9289         result.
9290         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
9291         Include <math.h>.
9292         * math/auto-libm-test-in: Add more tests of pow.
9293         * math/auto-libm-test-out: Regenerated.
9294         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
9295         (pow_tonearest_test_data): Remove.
9296         (pow_test_tonearest): Likewise.
9297         (pow_towardzero_test_data): Likewise.
9298         (pow_test_towardzero): Likewise.
9299         (pow_downward_test_data): Likewise.
9300         (pow_test_downward): Likewise.
9301         (pow_upward_test_data): Likewise.
9302         (pow_test_upward): Likewise.
9303         (main): Don't call removed functions.
9304         * sysdeps/i386/fpu/libm-test-ulps: Update.
9305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9307 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
9310         Moved ...
9311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
9312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9313         Moved ...
9314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
9315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
9316         Moved ...
9317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
9318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
9319         Moved ...
9320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
9321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
9322         File removed.
9323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
9324         File removed.
9325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
9326         File removed.
9327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
9328         File removed.
9329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
9330         File removed.
9331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
9332         File removed.
9333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
9334         File removed.
9335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
9336         File removed.
9337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
9338         File removed.
9339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
9340         File removed.
9341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
9342         File removed.
9343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
9344         File removed.
9345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
9346         Moved ...
9347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
9348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
9349         Moved ...
9350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
9351         ... here.
9352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
9353         Moved ...
9354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
9355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
9356         Moved ...
9357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
9358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
9359         Moved ...
9360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
9361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
9362         Moved ...
9363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
9365         Moved ...
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
9367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
9368         Moved ...
9369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
9371         Moved ...
9372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
9373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
9374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
9375         ... here.
9376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
9377         Moved ...
9378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
9379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
9380         Moved ...
9381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9382         ... here.
9383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
9384         Moved ...
9385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9386         ... here.
9387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
9388         Moved ...
9389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
9390         ... here.
9391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
9392         Moved ...
9393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
9394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
9395         Moved ...
9396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
9397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
9398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
9399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
9400         Moved ...
9401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
9402         ... here.
9403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
9404         Moved ...
9405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
9406         ... here.
9407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
9408         Moved ...
9409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
9410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
9411         Moved ...
9412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
9413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
9414         Moved ...
9415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
9416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9417         Moved ...
9418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
9419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
9420         Moved ...
9421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
9422         ... here.
9423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
9424         Moved ...
9425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
9426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
9427         Moved ...
9428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
9429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
9430         Moved ...
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
9432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
9433         Moved ...
9434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
9435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
9436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
9437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
9438         Moved ...
9439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
9440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
9443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
9444         Moved ...
9445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
9446         ... here.
9447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
9448         Moved ...
9449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
9450         ... here.
9451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
9452         Moved ...
9453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
9454         ... here.
9455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
9456         Moved ...
9457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
9458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
9459         Moved ...
9460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
9461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
9462         Moved ...
9463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
9464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
9465         Moved ...
9466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
9467         ... here.
9468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
9469         Moved ...
9470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
9471         ... here.
9472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
9473         Moved ...
9474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
9475         ... here.
9476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
9477         Moved ...
9478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
9479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
9480         Moved ...
9481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
9483 2014-06-23  Will Newton  <will.newton@linaro.org>
9484             Wilco  <wdijkstr@arm.com>
9486         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
9487         implementation.  Include get-rounding-mode.h.
9488         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
9489         [!libc_feholdsetround_noex_ctx]: Define
9490         libc_feholdsetround_noex_ctx.
9491         [!libc_feholdsetround_noexf_ctx]: Define
9492         libc_feholdsetround_noexf_ctx.
9493         [!libc_feholdsetround_noexl_ctx]: Define
9494         libc_feholdsetround_noexl_ctx.
9495         (libc_feholdsetround_ctx): New function.
9496         (libc_feresetround_ctx): New function.
9497         (libc_feholdsetround_noex_ctx): New function.
9498         (libc_feresetround_noex_ctx): New function.
9500 2014-06-23  Roland McGrath  <roland@hack.frob.com>
9502         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
9503         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
9504         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
9505         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
9506         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
9507         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
9509         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
9510         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
9511         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
9512         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
9513         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
9514         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
9515         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
9516         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
9517         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
9518         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
9519         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
9520         Moved ...
9521         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
9522         ... here.
9523         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
9524         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
9525         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
9526         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
9527         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
9528         Moved ...
9529         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
9533         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
9534         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
9535         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
9537         Moved ...
9538         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
9539         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
9540         Moved ...
9541         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
9542         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
9543         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
9544         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
9545         Moved ...
9546         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
9547         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
9548         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
9549         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
9550         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
9551         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
9552         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
9553         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
9554         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
9556         Moved ...
9557         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
9558         ... here.
9559         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
9560         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
9561         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
9562         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
9563         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
9564         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
9565         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
9566         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
9567         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
9568         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
9569         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
9570         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
9571         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
9572         Moved ...
9573         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
9574         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
9575         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
9576         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
9577         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
9578         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
9579         Moved ...
9580         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
9581         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
9582         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
9583         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
9584         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
9586         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
9587         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
9588         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
9589         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
9593         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
9594         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
9595         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
9596         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
9597         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
9598         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
9599         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
9600         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
9601         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
9602         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
9603         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
9604         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
9605         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
9609         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
9610         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
9611         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
9612         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
9613         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
9615 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
9617         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
9618         (FALLOC_FL_COLLAPSE_RANGE): New macro.
9619         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
9620         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
9621         (IPV6_PMTUDISC_INTERFACE): Likewise.
9622         (IPV6_PMTUDISC_OMIT): Likewise.
9624 2014-06-23  Andreas Schwab  <schwab@suse.de>
9626         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
9627         Remove unused errout label.
9629 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9631         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
9632         macro: hardware supports Vector Crypto instructions.
9634 2014-06-23  Will Newton  <will.newton@linaro.org>
9636         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
9637         rather than __builtin_expect.
9639         * elf/dl-lookup.c (undefined_msg): Remove variable.
9640         (_dl_lookup_symbol_x): Replace undefined_msg with string
9641         literal.
9643         * elf/dl-lookup.c (do_lookup_unique): New function.
9644         (do_lookup_x): Move STB_GNU_UNIQUE handling code
9645         to a separate function.
9647 2014-06-23  Andreas Schwab  <schwab@suse.de>
9649         [BZ #17079]
9650         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
9651         before reading the next line.
9653 2014-06-23  Will Newton  <will.newton@linaro.org>
9655         * test-skeleton.c (signal_handler): Use printf and %m
9656         rather than perror.  Use printf rather than fprintf to
9657         stderr.  Use puts rather than fputs to stderr.
9658         (main): Likewise.
9660 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
9662         * nscd/nscd.c (thread_info_t): Remove typedef.
9663         (thread_info): Remove variable.
9665 2014-06-21  Allan McRae  <allan@archlinux.org>
9667         * NEWS: Mention CVE-2014-4043.
9669 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9671         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
9672         * nptl/smp.h: ... here.
9674         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
9676         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
9677         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
9678         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
9679         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
9681         * nptl/allocatestack.c: Include <stack-aliasing.h>.
9682         * nptl/stack-aliasing.h: New file.
9683         * sysdeps/i386/i686/stack-aliasing.h: New file.
9684         * sysdeps/i386/i686/nptl/Makefile: File removed.
9685         * sysdeps/x86_64/stack-aliasing.h: New file.
9686         * sysdeps/x86_64/nptl/Makefile
9687         (CFLAGS-pthread_create.c): Variable removed.
9689         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
9690         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
9691         old file.
9692         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
9693         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
9694         old file.
9696 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
9698         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9699         (__ASSUME_SIGFRAME_V2): Remove macro.
9700         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
9701         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
9702         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
9703         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
9704         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
9705         Declare as function.  Remove conditional macro definitions.
9706         (__default_rt_sa_restorer): Likewise.
9707         (__default_sa_restorer_v1): Remove declaration.
9708         (__default_sa_restorer_v2): Likewise.
9709         (__default_rt_sa_restorer_v1): Likewise.
9710         (__default_rt_sa_restorer_v2): Likewise.
9711         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
9712         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
9713         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
9715 2014-06-20  Roland McGrath  <roland@hack.frob.com>
9717         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
9718         (libpthread-routines): Add sysdep.
9719         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
9720         * sysdeps/unix/sysv/linux/sparc/Versions
9721         (libpthread: GLIBC_2.3.3): New version set.
9722         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
9723         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
9724         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
9725         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
9726         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
9727         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
9728         Moved ...
9729         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
9730         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
9731         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
9732         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
9733         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
9734         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
9735         * sysdeps/sparc/nptl/sem_init.c: ... here.
9736         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
9737         * sysdeps/sparc/nptl/sem_post.c: ... here.
9738         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
9739         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
9740         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
9741         * sysdeps/sparc/nptl/sem_wait.c: ... here.
9742         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
9743         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
9744         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
9745         (libpthread-routines): Add cpu_relax.
9746         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
9747         File removed.
9748         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
9749         (librt: GLIBC_2.3.3): New version set.
9750         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
9751         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
9752         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
9753         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
9754         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
9755         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
9756         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
9757         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
9758         Moved ...
9759         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
9760         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
9761         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
9762         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
9763         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
9764         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
9765         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
9766         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
9767         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
9768         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
9769         Moved ...
9770         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
9771         Update #include.
9772         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
9773         Moved ...
9774         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
9775         Update #include.
9776         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
9777         Moved ...
9778         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
9779         Update #include.
9780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
9781         Moved ...
9782         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
9783         Update #include.
9784         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
9785         Moved ...
9786         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
9787         Update #include.
9788         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
9789         Moved ...
9790         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
9791         Update #include.
9792         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
9793         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
9794         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
9795         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
9796         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
9797         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
9798         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
9799         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
9800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
9801         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
9802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9803         Moved ...
9804         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
9805         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
9806         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
9807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
9808         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
9810 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9812         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
9813         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
9814         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
9815         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
9816         * nscd/nscd.c: Likewise.
9817         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9818         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9819         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9820         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9822         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
9823         <kernel-features.h>.
9824         (init_mq_netlink): Remove conditional have_sock_cloexec
9825         definitions.  Remove code conditional on have_sock_cloexec < 0.
9826         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
9827         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
9828         * sysdeps/unix/sysv/linux/opensock.c: Do not include
9829         <kernel-features.h>.
9830         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
9831         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
9833 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9835         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9836         Add tests for memset_chk and memset.
9838         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
9839         with AVX2_Usable.
9841 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9843         [BZ #16046]
9844         * elf/tst-dl-iter-static.c: New file.
9845         * elf/Makefile (tests-static): Add tst-dl-iter-static.
9847         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
9848         error.
9850 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9852         * sysdeps/unix/sysv/linux/kernel-features.h
9853         (__ASSUME_F_GETOWN_EX): Remove macro.
9854         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
9855         <kernel-features.h>.
9856         (miss_F_GETOWN_EX): Remove variable or macro.
9857         (do_fcntl): Do not check miss_F_GETOWN_EX.
9858         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
9860         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
9861         Remove macro.
9862         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
9863         [!__ASSUME_AT_RANDOM]: Remove conditional code.
9864         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
9866         * sysdeps/unix/sysv/linux/kernel-features.h
9867         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
9868         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
9869         [ADJ_OFFSET_SS_READ]: Make code unconditional.
9870         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
9872 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
9874         [BZ #17075]
9875         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
9876         Fix calculation of the symbol's value.
9877         * sysdeps/arm/tst-armtlsdescloc.c: New file.
9878         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
9879         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
9880         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
9881         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
9882         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
9883         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
9884         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
9885         (modules-names): Add `tst-armtlsdescmod',
9886         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
9887         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
9888         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9889         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
9890         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
9891         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
9892         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
9893         ($(objpfx)tst-armtlsdescloc): New dependency.
9894         ($(objpfx)tst-armtlsdescextnow): Likewise.
9895         ($(objpfx)tst-armtlsdescextlazy): Likewise.
9896         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
9897         TLS scheme support.
9898         * sysdeps/arm/configure: Regenerate.
9900 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
9902         * include/fcntl.h (__atfct_seterrno): Remove prototype.
9903         (__atfct_seterrno_2): Likewise.
9904         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
9905         <kernel-features.h>.
9906         (__ASSUME_ATFCTS): Do not undefine and redefine.
9907         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
9908         (__have_atfcts): Remove conditional definition.
9909         (__fxstatat([__NR_fstatat64]: Make code unconditional.
9910         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
9911         unreachable if [__ASSUME_ATFCTS].
9912         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
9913         not undefine and redefine.
9914         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
9915         <kernel-features.h>.
9916         (faccessat) [__NR_faccessat]: Make code unconditional.
9917         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
9918         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
9919         <kernel-features.h>.
9920         (fchmodat) [__NR_fchmodat]: Make code unconditional.
9921         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9922         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
9923         <kernel-features.h>.
9924         (fchownat) [__NR_fchownat]: Make code unconditional.
9925         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
9926         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
9927         <kernel-features.h>.
9928         (futimesat) [__NR_futimesat]: Make code unconditional.
9929         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
9930         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
9931         <kernel-features.h>.
9932         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9933         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9934         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
9935         <kernel-features.h>.
9936         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
9937         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9938         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
9939         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
9940         <kernel-features.h>.
9941         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
9942         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9943         * sysdeps/unix/sysv/linux/linkat.c: Do not include
9944         <kernel-features.h>.
9945         (linkat) [__NR_linkat]: Make code unconditional.
9946         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9947         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
9948         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
9949         <kernel-features.h>.
9950         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
9951         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
9952         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
9953         <kernel-features.h>.
9954         (mkdirat) [__NR_mkdirat]: Make code unconditional.
9955         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
9956         * sysdeps/unix/sysv/linux/openat.c: Do not include
9957         <kernel-features.h>.
9958         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
9959         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
9960         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
9961         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
9962         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
9963         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
9964         <kernel-features.h>.
9965         (readlinkat) [__NR_readlinkat]: Make code unconditional.
9966         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
9967         result of INLINE_SYSCALL directly, not via int variable.
9968         * sysdeps/unix/sysv/linux/renameat.c: Do not include
9969         <kernel-features.h>.
9970         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
9971         (renameat) [__NR_renameat]: Make code unconditional.
9972         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
9973         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
9974         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
9975         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
9976         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
9977         (__ASSUME_ATFCTS): Do not undefine and redefine.
9978         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
9979         <kernel-features.h>.
9980         (symlinkat) [__NR_symlinkat]: Make code unconditional.
9981         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9982         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
9983         <kernel-features.h>.
9984         (unlinkat) [__NR_unlinkat]: Make code unconditional.
9985         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
9986         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
9987         (__ASSUME_ATFCTS): Do not undefine and redefine.
9988         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
9989         <kernel-features.h>.
9990         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
9991         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
9992         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
9993         <kernel-features.h>.
9994         (__xmknodat) [__NR_mknodat]: Make code unconditional.
9995         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
9997 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
9999         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
10001 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
10003         [BZ #17069]
10004         * posix/regcomp.c (parse_reg_exp): Deallocate partially
10005         constructed tree before returning error.
10006         * posix/bug-regexp36.c: Expand test case.
10008 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
10010         [BZ #6803]
10011         * math/libm-test.inc (scalbln_test_date):
10012         Add errno expectations.
10013         * math/w_scalblnf.c: New File.
10014         Add wrapper which checks for setting errno to ERANGE.
10015         Add weak_alias for corresponding scalbln function.
10016         * math/w_scalbln.c: Likewise.
10017         * math/w_scalblnl.c: Likewise.
10018         * math/Makefile (libm-calls): Add w_scalbln.
10019         * sysdeps/ieee754/flt-32/s_scalblnf.c:
10020         Remove weak_alias for corresponding scalbln function.
10021         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10022         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10023         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10024         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10025         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
10026         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10027         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
10028         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10029         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
10030         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
10031         Remove long_double_symbol for scalblnl function in libm, libc.
10032         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
10033         Add wrapper which checks for setting errno to ERANGE.
10034         Add long_double_symbol for scalblnl function in libm, libc.
10035         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
10036         Remove long_double_symbol for scalblnl in libm.
10037         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
10038         Add wrapper which checks for setting errno to ERANGE.
10039         Add long_double_symbol for scalblnl function in libm.
10040         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
10041         Do not use wrapper because of own implementation.
10043 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
10045         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
10046         3 bytes for __pad1 for x32.
10047         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
10049 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
10050             H.J. Lu  <hongjiu.lu@intel.com>
10052         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
10053         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
10054         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10055         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10056         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
10058 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
10060         [BZ #17069]
10061         * posix/regcomp.c (parse_expression): Deallocate partially
10062         constructed tree before returning error.
10063         * posix/Makefile.c (tests): Add bug-regex36.
10064         (generated): Add bug-regex36.mtrace.
10065         (tests-special): Add $(objpfx)bug-regex36-mem.out
10066         (bug-regex36-ENV): New variable.
10067         ($(objpfx)bug-regex36-mem.out): New rule.
10068         * posix/bug-regex36.c: New file.
10070 2014-06-19  Will Newton  <will.newton@linaro.org>
10072         * malloc/malloc.c (systrim): If extra is zero then return
10073         early.
10075 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
10077         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
10079 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
10081         * sysdeps/aarch64/strchr.S: New file.
10083 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10085         [BZ #17022]
10086         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
10087         from arguments -2 or below.
10088         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
10089         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
10091 2014-06-18  Andreas Schwab  <schwab@suse.de>
10093         [BZ #17062]
10094         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
10095         of a bracket expr not to run off the end of the string.
10096         * posix/Makefile (tests): Add tst-fnmatch3.
10097         * posix/tst-fnmatch3.c: New file.
10099 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
10101         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
10102         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10103         [$(cross-compiling) = no]: Likewise.
10104         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10105         [$(cross-compiling) = no]: Likewise.
10107 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10109         [BZ #17031]
10110         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
10111         double, adjusted for any remainder from the high double.
10112         * math/libm-test.inc (nearbyint): Add tests.
10113         (rint): Likewise.
10115 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10117         * nptl/sysdeps/powerpc/Makefile: Moved ...
10118         * sysdeps/powerpc/nptl/Makefile: ... here.
10119         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
10120         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
10121         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
10122         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
10123         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
10124         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
10125         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
10126         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
10127         * nptl/sysdeps/powerpc/tls.h: Moved ...
10128         * sysdeps/powerpc/nptl/tls.h: ... here.
10130 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
10132         [BZ #16681]
10133         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
10134         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
10135         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
10136         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
10137         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
10138         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
10139         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
10140         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
10141         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
10143 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
10145         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
10147 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
10149         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
10150         defined operator.
10152         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
10153         $TIMEOUTFACTOR.
10155 2014-06-16  Florian Weimer  <fweimer@redhat.com>
10157         [BZ #17058]
10158         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
10159         non-executed part of the test.
10161 2014-06-16  Andreas Schwab  <schwab@suse.de>
10163         * string/bits/string2.h (strdup, strndup): Update feature guard.
10165 2014-06-14  David S. Miller  <davem@davemloft.net>
10167         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10169 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10171         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
10172         that was previously under [RESET_PID].
10173         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
10175         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
10176         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
10177         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
10178         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10179         (__libc_vfork): New strong alias.
10180         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
10182 2014-06-14 Andi Kleen  <ak@linux.intel.com>
10184         * sysdeps/generic/elide.h: New file.
10186 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
10188         * Makefile (installed-headers): Adjust path of pthread.h header.
10190 2014-06-13  Roland McGrath  <roland@hack.frob.com>
10192         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
10193         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
10194         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
10195         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
10197         * nptl/sysdeps/s390/Makefile: Moved ...
10198         * sysdeps/s390/nptl/Makefile: ... here.
10199         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
10200         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
10201         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
10202         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
10203         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
10204         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
10205         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
10206         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
10207         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
10208         * sysdeps/s390/nptl/pthreaddef.h: ... here.
10209         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
10210         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
10211         * nptl/sysdeps/s390/tls.h: Moved ...
10212         * sysdeps/s390/nptl/tls.h: ... here.
10214         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
10215         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
10217 2014-06-13  David S. Miller  <davem@davemloft.net>
10219         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
10220         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
10221         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
10222         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
10223         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
10224         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
10225         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
10226         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
10227         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
10228         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
10229         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
10230         Remove RESET_PID cpp guards.
10231         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
10232         Remove RESET_PID cpp guards.
10233         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
10235 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
10237         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
10238         __sp to uintptr_t.
10240 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10242         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
10243         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
10244         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
10245         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
10246         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
10247         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
10248         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
10249         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
10250         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
10251         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
10252         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
10253         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
10254         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
10255         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
10256         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
10257         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
10258         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
10259         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
10260         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
10261         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
10263         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
10264         (pthread_rwlock_rdlock): Add elision.
10265         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
10266         (pthread_rwlock_wrlock): Add elision.
10267         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
10268         (pthread_rwlock_trywrlock): Add elision.
10269         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
10270         (pthread_rwlock_tryrdlock): Add elision.
10271         * nptl/pthread_rwlock_unlock.c: Include elide.h.
10272         (pthread_rwlock_tryrdlock): Add elision unlock.
10273         * nptl/sysdeps/pthread/pthread.h:
10274         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
10275         (PTHREAD_RWLOCK_INITIALIZER,
10276         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
10277         Handle new elision field.
10278         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
10279         * sysdeps/arm/nptl/bits/pthreadtypes.h
10280         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10281         * sysdeps/sh/nptl/bits/pthreadtypes.h
10282         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10283         * sysdeps/tile/nptl/bits/pthreadtypes.h
10284         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10285         * sysdeps/a/nptl/bits/pthreadtypes.h
10286         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10287         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10288         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10289         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10290         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10291         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
10292         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10293         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10294         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10295         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10296         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10297         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10298         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10299         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10300         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10301         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
10302         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10303         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
10304         (elision_init): Set try_xbegin to zero when no RTM.
10305         * sysdeps/x86/nptl/bits/pthreadtypes.h
10306         (pthread_rwlock_t): Change __pad1 to __rwelision.
10307         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
10309 2014-06-13  Andi Kleen  <ak@linux.intel.com>
10311         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
10312         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
10313         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
10314         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
10316 2014-06-13  Meador Inge  <meadori@codesourcery.com>
10318         [BZ #16996]
10319         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
10320         that the cached result has been set before returning it.
10322 2014-06-12  Roland McGrath  <roland@hack.frob.com>
10324         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
10325         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
10326         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
10327         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
10328         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
10329         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
10331         * nptl/sysdeps/sparc/Makefile: Moved ...
10332         * sysdeps/sparc/nptl/Makefile: ... here.
10333         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
10334         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
10335         * nptl/sysdeps/sparc/tls.h: Moved ...
10336         * sysdeps/sparc/nptl/tls.h: ... here.
10337         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
10338         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
10339         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
10340         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
10341         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
10342         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
10343         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
10344         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
10345         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
10346         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
10347         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
10348         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
10349         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
10350         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
10351         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
10352         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
10353         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
10354         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
10355         Update #include.
10356         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
10357         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
10358         Update #include.
10359         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
10360         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
10361         Update #include.
10362         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
10363         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
10364         Update #include.
10366         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10368         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
10369         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
10371         * sysdeps/pthread/posix-timer.h: Include <list.h>.
10372         (struct list_links): Type removed.
10373         (struct thread_node, struct timer_node): Replace struct list_links
10374         with struct list_head.
10375         (list_unlink_ip): Likewise.
10376         * sysdeps/pthread/timer_routines.c
10377         (timer_free_list, thread_free_list, thread_active_list): Likewise.
10378         (list_append, list_insbefore): Likewise.
10379         (list_init): Function removed.
10380         (thread_init, init_module): Use INIT_LIST_HEAD instead.
10381         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
10382         * sysdeps/pthread/Makefile: ... here, new file.
10384         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
10385         * sysdeps/nptl/Implies: ... here.
10386         * sysdeps/unix/sysv/linux/Implies: Add nptl.
10387         * nptl/sysdeps/pthread/list.h: Moved ...
10388         * include/list.h: ... here.
10389         * nptl/sysdeps/pthread/createthread.c: Moved ...
10390         * nptl/createthread.c: ... here.
10391         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
10392         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
10393         * nptl/pt-longjmp.c: ... here.
10394         * nptl/sysdeps/pthread/Makefile: Moved ...
10395         * sysdeps/nptl/Makefile: ... here.
10396         * nptl/sysdeps/pthread/Subdirs: Moved ...
10397         * sysdeps/nptl/Subdirs: ... here.
10398         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
10399         * sysdeps/nptl/aio_misc.h: ... here.
10400         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
10401         * sysdeps/nptl/bits/libc-lock.h: ... here.
10402         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
10403         * sysdeps/nptl/bits/libc-lockP.h: ... here.
10404         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
10405         * sysdeps/nptl/bits/stdio-lock.h: ... here.
10406         * nptl/sysdeps/pthread/configure: Moved ...
10407         * sysdeps/nptl/configure: ... here.
10408         * nptl/sysdeps/pthread/configure.ac: Moved ...
10409         * sysdeps/nptl/configure.ac: ... here.
10410         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
10411         * sysdeps/nptl/gai_misc.h: ... here.
10412         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
10413         * sysdeps/nptl/librt-cancellation.c: ... here.
10414         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
10415         * sysdeps/nptl/malloc-machine.h: ... here.
10416         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
10417         * sysdeps/nptl/pthread-functions.h: ... here.
10418         * nptl/sysdeps/pthread/pthread.h: Moved ...
10419         * sysdeps/nptl/pthread.h: ... here.
10420         * nptl/sysdeps/pthread/setxid.h: Moved ...
10421         * sysdeps/nptl/setxid.h: ... here.
10422         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
10423         * sysdeps/nptl/sigfillset.c: ... here.
10424         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
10425         * sysdeps/nptl/tcb-offsets.h: ... here.
10426         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
10427         * sysdeps/nptl/tst-mqueue8x.c: ... here.
10428         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
10429         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
10430         * nptl/sysdeps/pthread/allocalim.h: Moved ...
10431         * sysdeps/pthread/allocalim.h: ... here.
10432         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
10433         * sysdeps/pthread/bits/sigthread.h: ... here.
10434         * nptl/sysdeps/pthread/flockfile.c: Moved ...
10435         * sysdeps/pthread/flockfile.c: ... here.
10436         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
10437         * sysdeps/pthread/ftrylockfile.c: ... here.
10438         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
10439         * sysdeps/pthread/funlockfile.c: ... here.
10440         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
10441         * sysdeps/pthread/posix-timer.h: ... here.
10442         * nptl/sysdeps/pthread/timer_create.c: Moved ...
10443         * sysdeps/pthread/timer_create.c: ... here.
10444         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
10445         * sysdeps/pthread/timer_delete.c: ... here.
10446         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
10447         * sysdeps/pthread/timer_getoverr.c: ... here.
10448         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
10449         * sysdeps/pthread/timer_gettime.c: ... here.
10450         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
10451         * sysdeps/pthread/timer_routines.c: ... here.
10452         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
10453         * sysdeps/pthread/timer_settime.c: ... here.
10454         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
10455         * sysdeps/pthread/tst-timer.c: ... here.
10456         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
10457         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
10459         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
10460         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
10462         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
10463         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
10464         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
10465         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
10466         Update #include target.
10467         * nptl/sysdeps/i386/i686/Makefile: Moved ...
10468         * sysdeps/i386/i686/nptl/Makefile: ... here.
10469         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
10470         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
10471         Update #include target.
10472         * nptl/sysdeps/i386/i686/tls.h: Moved ...
10473         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
10474         * nptl/sysdeps/i386/Makefile: Moved ...
10475         * sysdeps/i386/nptl/Makefile: ... here.
10476         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
10477         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
10478         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
10479         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
10480         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
10481         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
10482         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
10483         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
10484         * sysdeps/i386/nptl/pthreaddef.h: ... here.
10485         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
10486         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
10487         * nptl/sysdeps/i386/tls.h: Moved ...
10488         * sysdeps/i386/nptl/tls.h: ... here.
10490         * sysdeps/sh/Makefile [$(subdir) = csu]
10491         (gen-as-const-headers): Add tcb-offsets.sym.
10492         * nptl/sysdeps/sh/Makefile: File removed.
10493         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
10494         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
10495         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
10496         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
10497         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
10498         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
10499         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
10500         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
10501         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
10502         * sysdeps/sh/nptl/pthreaddef.h: ... here.
10503         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
10504         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
10505         * nptl/sysdeps/sh/tls.h: Moved ...
10506         * sysdeps/sh/nptl/tls.h: ... here.
10507         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
10508         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
10509         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
10510         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
10511         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
10512         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
10513         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
10514         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
10515         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
10516         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
10517         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
10518         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
10519         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
10520         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
10521         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
10522         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
10523         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
10524         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
10525         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
10526         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
10527         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
10528         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
10529         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
10530         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
10531         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
10532         Moved ...
10533         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
10534         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
10535         Moved ...
10536         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
10537         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
10538         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
10539         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
10540         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
10541         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
10542         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
10543         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
10544         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
10545         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
10546         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
10547         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
10548         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
10549         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
10550         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
10551         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
10552         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
10553         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
10554         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
10556 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
10558         * posix/spawn_faction_addopen.c: Include string.h.
10560 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10562         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
10563         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
10564         * nptl/sysdeps/x86_64/Makefile: Moved ...
10565         * sysdeps/x86_64/nptl/Makefile: ... here.
10566         * nptl/sysdeps/x86_64/configure: Moved ...
10567         * sysdeps/x86_64/nptl/configure: ... here.
10568         * nptl/sysdeps/x86_64/configure.ac: Moved ...
10569         * sysdeps/x86_64/nptl/configure.ac: ... here.
10570         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
10571         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
10572         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
10573         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
10574         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
10575         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
10576         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
10577         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
10578         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
10579         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
10580         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
10581         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
10582         * nptl/sysdeps/x86_64/tls.h: Moved ...
10583         * sysdeps/x86_64/nptl/tls.h: ... here.
10584         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
10585         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
10586         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
10587         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
10589         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
10591 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10595 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
10597         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
10598         type.
10599         [POSIX] (off_t): Likewise.
10600         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
10601         [POSIX] (S_ISBLK): Require macro.
10602         [POSIX] (S_ISCHR): Likewise.
10603         [POSIX] (S_ISDIR): Likewise.
10604         [POSIX] (S_ISFIFO): Likewise.
10605         [POSIX] (S_ISREG): Likewise.
10606         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
10607         optional-macro.
10608         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
10609         type.
10610         [POSIX] (time_t): Likewise.
10611         [POSIX] (timer_t): Likewise.
10613 2014-06-11  Florian Weimer  <fweimer@redhat.com>
10615         [BZ #17048]
10616         * posix/spawn_int.h (struct __spawn_action): Make the path string
10617         non-const to support deallocation.
10618         * posix/spawn_faction_addopen.c
10619         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
10620         * posix/spawn_faction_destroy.c
10621         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
10622         path in all spawn_do_open actions.
10623         * posix/tst-spawn.c (do_test): Exercise the copy operation in
10624         posix_spawn_file_actions_addopen.
10626 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
10628         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
10629         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
10630         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
10631         conditional code always true.
10632         (__libc_vfork): New alias.
10634 2014-06-11  Roland McGrath  <roland@hack.frob.com>
10636         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10637         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
10639         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
10641         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10642         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
10644         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
10645         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
10647         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10648         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
10650 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10652         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
10653         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
10654         multiarch strcmp for PPC64.
10655         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
10656         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
10657         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
10658         multiarch optimizations.
10659         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10660         (__libc_ifunc_impl_list): Likewise.
10662 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
10664         * benchtests/scripts/validate_benchout.py: New script.
10665         * benchtests/Makefile (bench-func): Call it.
10666         * benchtests/scripts/benchout.schema.json: New file.
10668 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
10670         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
10671         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
10672         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
10673         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
10674         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
10675         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
10676         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
10677         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
10678         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
10679         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
10680         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
10681         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
10682         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
10683         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
10684         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
10685         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
10686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
10687         Moved ...
10688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
10689         ... here.
10690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
10691         Moved ...
10692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
10693         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
10694         Moved ...
10695         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
10696         ... here.
10697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
10698         Moved ...
10699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
10700         ... here.
10701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
10702         Moved ...
10703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
10704         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
10705         Moved ...
10706         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
10707         ... here.
10708         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
10709         Moved ...
10710         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
10711         ... here.
10712         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
10713         Moved ...
10714         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
10715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
10716         Moved ...
10717         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
10718         ... here.
10719         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
10720         Moved ...
10721         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
10722         ... here.
10723         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
10724         Moved ...
10725         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
10726         ... here.
10727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
10728         Moved ...
10729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
10730         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
10731         Moved ...
10732         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
10733         ... here.
10734         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
10735         Moved ...
10736         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
10737         ... here.
10738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
10739         Moved ...
10740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
10741         ... here.
10742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
10743         Moved ...
10744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
10745         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
10746         Moved ...
10747         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
10748         ... here.
10749         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
10750         Moved ...
10751         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
10752         ... here.
10753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
10754         Moved ...
10755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
10756         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
10757         Moved ...
10758         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
10759         ... here.
10760         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
10761         Moved ...
10762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
10763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
10764         Moved ...
10765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
10766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
10767         Moved ...
10768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
10769         ... here.
10770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
10771         Moved ...
10772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
10773         ... here.
10774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
10775         Moved ...
10776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
10777         ... here.
10778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
10779         Moved ...
10780         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
10781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
10782         Moved ...
10783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
10784         ... here.
10785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
10786         Moved ...
10787         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
10788         ... here.
10789         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
10790         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
10791         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
10792         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
10793         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
10794         Moved ...
10795         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
10796         ... here.
10797         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
10798         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
10799         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
10800         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
10801         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
10802         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
10803         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
10804         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
10805         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
10806         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
10807         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
10808         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
10809         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
10810         Moved ...
10811         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
10812         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
10813         Moved ...
10814         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
10815         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
10816         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
10817         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
10818         Moved ...
10819         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
10820         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
10821         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
10822         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
10823         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
10824         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
10825         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
10827 2014-06-10  Wilco  <wdijkstr@arm.com>
10829         * math/test-fenv-return.c: New file.
10830         * math/Makefile: Add new test test-fenv-return.
10832 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
10834         [BZ #17042]
10835         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
10836         when x - 1 is zero.
10837         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
10838         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
10839         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
10840         0.0L for an argument of 1.0L.
10841         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
10842         Likewise.
10843         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
10844         value when x - 1 is zero.
10845         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
10846         * sysdeps/i386/fpu/libm-test-ulps: Update.
10847         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10849 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
10851         [BZ #15119]
10852         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
10854 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10856         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
10857         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
10859 2014-06-09  Roland McGrath  <roland@hack.frob.com>
10861         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10862         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
10864         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10865         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
10867         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10868         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
10870         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
10871         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
10873         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
10874         if not already defined.
10875         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
10876         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
10877         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
10878         (TLS_INIT_TP): Use it.
10879         (TLS_DEFINE_INIT_TP): New macro.
10880         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
10882 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
10884         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
10885         constant.
10886         [POSIX] (IXANY): Likewise.
10887         [POSIX] (OLCUC): Likewise.
10888         [POSIX || POSIX2008] (CBAUD): Do not allow.
10889         [POSIX || POSIX2008] (DEFECHO): Likewise.
10890         [POSIX || POSIX2008] (ECHOCTL): Likewise.
10891         [POSIX || POSIX2008] (ECHOKE): Likewise.
10892         [POSIX || POSIX2008] (ECHOPRT): Likewise.
10893         [POSIX || POSIX2008] (EXTA): Likewise.
10894         [POSIX || POSIX2008] (EXTB): Likewise.
10895         [POSIX || POSIX2008] (FLUSHO): Likewise.
10896         [POSIX || POSIX2008] (LOBLK): Likewise.
10897         [POSIX || POSIX2008] (PENDIN): Likewise.
10898         [POSIX || POSIX2008] (SWTCH): Likewise.
10899         [POSIX || POSIX2008] (VDISCARD): Likewise.
10900         [POSIX || POSIX2008] (VDSUSP): Likewise.
10901         [POSIX || POSIX2008] (VLNEXT): Likewise.
10902         [POSIX || POSIX2008] (VREPRINT): Likewise.
10903         [POSIX || POSIX2008] (VSTATUS): Likewise.
10904         [POSIX || POSIX2008] (VWERASE): Likewise.
10905         (B*): Change to B[0123456789]*.
10906         * conform/data/time.h-data [POSIX || UNIX98]
10907         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
10908         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
10909         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
10910         [POSIX] (tm_*): Do not allow.
10912 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
10914         * Makefile (install): Don't set LANGUAGE.
10915         * Makefile.in (install): Likewise.
10916         * assert/Makefile (test-assert-ENV): Remove variable.
10917         (test-assert-perr-ENV): Likewise.
10918         * elf/Makefile (neededtest4-ENV): Likewise.
10919         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
10920         [$(cross-compiling) = no]: Don't set LANGUAGE.
10921         * io/ftwtest-sh (LANG): Remove variable.
10922         * libio/Makefile (tst-widetext-ENV): Likewise.
10923         * manual/install.texi (Running make install): Don't refer to
10924         environment settings for make install.
10925         * INSTALL: Regenerated.
10926         * nptl/tst-tls6.sh: Don't set LANG.
10927         * posix/globtest.sh (LANG): Remove variable.
10928         * string/Makefile (tester-ENV): Likewise.
10929         (inl-tester-ENV): Likewise.
10930         (noinl-tester-ENV): Likewise.
10931         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
10932         [$(cross-compiling) = no]: Don't set LANGUAGE.
10933         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
10934         without explicit environment settings.
10936 2014-06-06  Roland McGrath  <roland@hack.frob.com>
10938         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
10939         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
10940         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
10941         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
10943 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
10945         * crypt/crypt-private.h [DOS]: Add some includes taken from the
10946         other files in the crypt directory.
10947         * crypt/crypt.c: Remove duplicate includes.
10948         * crypt/crypt-entry.c: Likewise.
10949         * crypt/crypt_util.c: Likewise.
10951 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
10953         * Makeconfig (run-program-env): New variable.
10954         (run-program-prefix-before-env): Likewise.
10955         (run-program-prefix-after-env): Likewise.
10956         (run-program-prefix): Define in terms of new variables.
10957         (built-program-cmd-before-env): New variable.
10958         (built-program-cmd-after-env): Likewise.
10959         (built-program-cmd): Define in terms of new variables.
10960         (test-program-prefix-before-env): New variable.
10961         (test-program-prefix-after-env): Likewise.
10962         (test-program-prefix): Define in terms of new variables.
10963         (test-program-cmd-before-env): New variable.
10964         (test-program-cmd-after-env): Likewise.
10965         (test-program-cmd): Define in terms of new variables.
10966         * Rules (make-test-out): Use $(run-program-env).
10967         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
10968         (help): Do not mention environment variables.  Mention
10969         --timeoutfactor option.
10970         (timeoutfactor): New variable.
10971         (blacklist_exports): Remove function.
10972         (exports): Remove variable.
10973         (command): Do not include ${exports}.
10974         * manual/install.texi (Configuring and compiling): Do not mention
10975         test wrappers preserving environment variables.  Mention that last
10976         assignment to a variable must take precedence.
10977         * INSTALL: Regenerated.
10978         * benchtests/Makefile (run-bench): Use $(run-program-env).
10979         * catgets/Makefile ($(objpfx)test1.cat): Use
10980         $(built-program-cmd-before-env), $(run-program-env) and
10981         $(built-program-cmd-after-env).
10982         ($(objpfx)test2.cat): Do not specify environment variables
10983         explicitly.
10984         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
10985         $(run-program-env) and $(built-program-cmd-after-env).
10986         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
10987         $(run-program-env) and $(test-program-cmd-after-env).
10988         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
10989         explicitly.
10990         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
10991         run_program_env and test_program_cmd_after_env arguments.
10992         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
10993         * elf/tst-pathopt.sh: Use run_program_env argument.
10994         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
10995         $(test-wrapper-env) and $(run-program-env).
10996         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
10997         run_program_env arguments.
10998         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
10999         * intl/Makefile ($(objpfx)tst-gettext.out): Use
11000         $(test-program-prefix-before-env), $(run-program-env) and
11001         $(test-program-prefix-after-env).
11002         ($(objpfx)tst-gettext2.out): Likewise.
11003         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
11004         run_program_env and test_program_prefix_after_env arguments.
11005         * intl/tst-gettext2.sh: Likewise.
11006         * intl/tst-gettext4.sh: Do not set environment variables
11007         explicitly.
11008         * intl/tst-gettext6.sh: Likewise.
11009         * intl/tst-translit.sh: Likewise.
11010         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
11011         $(test-program-prefix-before-env), $(run-program-env) and
11012         $(test-program-prefix-after-env).
11013         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
11014         run_program_env and test_program_prefix_after_env arguments.
11015         * math/Makefile (run-regen-ulps): Use $(run-program-env).
11016         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
11017         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
11018         explicitly with each use of ${test_wrapper_env}.
11019         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
11020         $(test-program-prefix-before-env), $(run-program-env) and
11021         $(test-program-prefix-after-env).
11022         * posix/tst-getconf.sh: Do not set environment variables
11023         explicitly.
11024         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
11025         run_program_env and test_program_prefix_after_env arguments.
11026         * stdio-common/tst-printf.sh: Do not set environment variables
11027         explicitly.
11028         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
11029         $(test-program-prefix-before-env), $(run-program-env) and
11030         $(test-program-prefix-after-env).
11031         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
11032         run_program_env and test_program_prefix_after_env arguments.
11033         Split $test calls into $test_pre and $test.
11034         * timezone/Makefile (build-testdata): Use
11035         $(built-program-cmd-before-env), $(run-program-env) and
11036         $(built-program-cmd-after-env).
11038 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11040         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
11041         strlen for non SHARED builds.
11043 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11045         * nptl/allocatestack.c (check_list): Inlined function...
11046         (__reclaim_stacks): ... here.
11048 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11050         [BZ #15698]
11051         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
11052         memory overrun.
11054 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
11056         * Rules (make-test-out): Include
11057         LOCPATH=$(common-objpfx)localedata in default environment.
11058         * debug/Makefile (tst-chk1-ENV): Remove variable.
11059         (tst-chk2-ENV): Likewise.
11060         (tst-chk3-ENV): Likewise.
11061         (tst-chk4-ENV): Likewise.
11062         (tst-chk5-ENV): Likewise.
11063         (tst-chk6-ENV): Likewise.
11064         (tst-lfschk1-ENV): Likewise.
11065         (tst-lfschk2-ENV): Likewise.
11066         (tst-lfschk3-ENV): Likewise.
11067         (tst-lfschk4-ENV): Likewise.
11068         (tst-lfschk5-ENV): Likewise.
11069         (tst-lfschk6-ENV): Likewise.
11070         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
11071         (tst-iconv7-ENV): Likewise.
11072         * intl/Makefile (LOCPATH-ENV): Likewise.
11073         (tst-codeset-ENV): Likewise.
11074         (tst-gettext3-ENV): Likewise.
11075         (tst-gettext5-ENV): Likewise.
11076         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
11077         (tst-fopenloc-ENV): Likewise.
11078         (tst-fgetws-ENV): Remove variable.
11079         (tst-ungetwc1-ENV): Likewise.
11080         (tst-ungetwc2-ENV): Likewise.
11081         (bug-ungetwc2-ENV): Likewise.
11082         (tst-swscanf-ENV): Likewise.
11083         (bug-ftell-ENV): Likewise.
11084         (tst-fgetwc-ENV): Likewise.
11085         (tst-fseek-ENV): Likewise.
11086         (tst-ftell-partial-wide-ENV): Likewise.
11087         (tst-ftell-active-handler-ENV): Likewise.
11088         (tst-ftell-append-ENV): Likewise.
11089         * posix/Makefile (tst-fnmatch-ENV): Likewise.
11090         (tst-regexloc-ENV): Likewise.
11091         (bug-regex1-ENV): Likewise.
11092         (tst-regex-ENV): Likewise.
11093         (tst-regex2-ENV): Likewise.
11094         (bug-regex5-ENV): Likewise.
11095         (bug-regex6-ENV): Likewise.
11096         (bug-regex17-ENV): Likewise.
11097         (bug-regex18-ENV): Likewise.
11098         (bug-regex19-ENV): Likewise.
11099         (bug-regex20-ENV): Likewise.
11100         (bug-regex22-ENV): Likewise.
11101         (bug-regex23-ENV): Likewise.
11102         (bug-regex25-ENV): Likewise.
11103         (bug-regex26-ENV): Likewise.
11104         (bug-regex30-ENV): Likewise.
11105         (bug-regex32-ENV): Likewise.
11106         (bug-regex33-ENV): Likewise.
11107         (bug-regex34-ENV): Likewise.
11108         (bug-regex35-ENV): Likewise.
11109         (tst-rxspencer-ENV): Likewise.
11110         (tst-rxspencer-no-utf8-ENV): Likewise.
11111         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
11112         (tst-sscanf-ENV): Likewise.
11113         (tst-swprintf-ENV): Likewise.
11114         (tst-swscanf-ENV): Likewise.
11115         (test-vfprintf-ENV): Likewise.
11116         (scanf13-ENV): Likewise.
11117         (bug14-ENV): Likewise.
11118         (tst-grouping-ENV): Likewise.
11119         * stdlib/Makefile (tst-strtod-ENV): Likewise.
11120         (tst-strtod3-ENV): Likewise.
11121         (tst-strtod4-ENV): Likewise.
11122         (tst-strtod5-ENV): Likewise.
11123         (testmb2-ENV): Likewise./
11124         * string/Makefile (tst-strxfrm-ENV): Likewise.
11125         (tst-strxfrm2-ENV): Likewise.
11126         (bug-strcoll1-ENV): Likewise.
11127         (test-strcasecmp-ENV): Likewise.
11128         (test-strncasecmp-ENV): Likewise.
11129         * time/Makefile (tst-strptime-ENV): Likewise.
11130         (tst-ftime_l-ENV): Likewise.
11131         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
11132         (tst-mbrtowc-ENV): Likewise.
11133         (tst-wcrtomb-ENV): Likewise.
11134         (tst-mbrtowc2-ENV): Likewise.
11135         (tst-c16c32-1-ENV): Likewise.
11136         (tst-mbsnrtowcs-ENV): Likewise.
11138 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
11140         * manual/resource.texi (How to get information about the memory
11141         subsystem?): Fix typo.
11142         Reported by Peon de la Parra Ivan <peon@keba.com>
11144 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
11146         [BZ #16882]
11147         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
11148         (pthread_spin_lock): Branch out of spin loop to proper location.
11149         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
11150         (pthread_spin_lock): Likewise.
11152         * nptl/tst-spin4.c: New test.
11153         * nptl/Makefile (tests): Add tst-spin4.
11155 2014-06-03  Andreas Schwab  <schwab@suse.de>
11157         [BZ #15946]
11158         * resolv/res_send.c (send_dg): Reload file descriptor after
11159         calling reopen.
11161 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
11163         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11165 2014-06-03  Richard Henderson  <rth@redhat.com>
11167         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
11168         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
11169         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
11170         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
11171         in the SAVE_PID block.
11172         (__libc_vfork): New alias.
11173         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
11175         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
11176         child in registers, not on the stack.  Remove RESET_PID conditionals.
11177         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
11179 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11181         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11183 2014-06-03  Wilco  <wdijkstr@arm.com>
11185         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
11186         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
11187         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11188         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
11189         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
11190         Likewise.
11192 2014-06-03  Wilco  <wdijkstr@arm.com>
11194         * sysdeps/aarch64/fpu/math_private.h
11195         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
11196         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
11197         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
11198         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
11199         Fix declarations.
11201 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11203         * crypt/crypt-private.h: Include ufc-crypt.h.
11204         (__b64_from_24bit): Declare extern.
11205         * crypt/crypt_util.c(__b64_from_24bit): New function.
11206         (b64t): New static const variable.
11207         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
11208         (b64t): Remove variable.
11209         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
11210         * crypt/sha256-crypt.c: Include crypt-private.h.
11211         (b64t): Remove variable.
11212         (__sha256_crypt_r): Remove b64_from_24bit and replace
11213         with __b64_from_24bit.
11214         * crypt/sha512-crypt.c: Likewise.
11216 2014-06-02  Roland McGrath  <roland@hack.frob.com>
11218         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
11219         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
11220         Label the code __libc_vfork rather than __vfork.
11221         [!NOT_IN_libc] (vfork): Define as weak alias.
11222         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
11223         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
11224         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
11226 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11228         * malloc/malloc.c (malloc_info): Fix format specifier for
11229         n_mmaps.
11231 2014-06-02  Wilco  <wdijkstr@arm.com>
11233         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
11234         FPCR write.
11236 2014-06-02  Wilco  <wdijkstr@arm.com>
11238         [BZ #17009]
11239         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
11240         Rewrite to reduce FPCR/FPSR accesses.
11242 2014-06-01  David S. Miller  <davem@davemloft.net>
11244         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11246 2014-05-31  David S. Miller  <davem@davemloft.net>
11248         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
11249         to occur in round to nearest mode when |x| >= 2.0
11251 2014-05-30  Richard Henderson  <rth@twiddle.net>
11253         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
11254         (PSEUDO_RET_NOERRNO): Remove.
11255         (ret): Don't redefine.
11256         (ret_NOERRNO): Define in terms of ret.
11257         (ret_ERRVAL): Likewise.
11259         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
11260         use of PSEUDO_RET; perform the error check directly.
11262 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
11264         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
11265         with __int128_t.
11267 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11269         * malloc/malloc (malloc_info): Fix formatting.
11271 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11272             Roland McGrath  <roland@hack.frob.com>
11274         * malloc/malloc (malloc_info): Also print mmapped statistics.
11276 2014-05-30  Roland McGrath  <roland@hack.frob.com>
11278         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
11279         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
11281 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
11283         * malloc/malloc.c (malloc_info): Inline mi_arena.
11285 2014-05-29  Richard Henderson  <rth@twiddle.net>
11287         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
11288         Remove comma before expanding ASM_ARGS_##nr.
11289         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
11290         Make _x0 a strict output; make _x8 a strict input; adjust expansion
11291         of ASM_ARGS_##nr.
11292         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
11293         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
11294         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
11295         (ASM_ARGS_1): Add leading comma.
11297         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
11298         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
11299         to __errno_location.
11300         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
11301         Remove the expected plt for __errno_location.
11303         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11304         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
11305         call to __read_tp.
11307         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11308         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
11309         it and break it down.
11310         (DOCARGS_0, DOCARGS_1): Do nothing.
11311         (DOCARGS_2): Update to store into the new stack frame.
11312         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
11313         (UNDOCARGS_1): Update to restore from the new stack frame.
11314         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
11315         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
11317         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11318         (SINGLE_THREAD_P): New parameter for result regno.
11319         (PSEUDO): Update to match; use cbz instead of beq.
11321         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11322         Use ENTRY to define the _nocancel entry point.  Share the syscall
11323         and syscall error check paths with the cancel path.
11324         (PSEUDO_END): New.
11326         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
11327         whitespace; tabs before and after asm mnemonics.
11329 2014-05-29  Eric Wong  <normalperson@yhbt.net>
11331         [BZ #15132]
11332         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
11333         Call fstat64 or stat64 internally, depending on arguments passed.
11334         Replace stat buffer argument with file descriptor argument.
11335         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
11336         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11337         Pass fd to __internal_statvfs instead of calling fstat64.
11338         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
11339         Pass fd to __internal_statvfs64 instead of calling fstat64.
11340         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
11341         Pass -1 to __internal_statvfs instead of calling stat64.
11342         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
11343         Pass -1 to __internal_statvfs64 instead of calling stat64.
11345 2014-05-28  Roland McGrath  <roland@hack.frob.com>
11347         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
11348         that was previously under [RESET_PID].
11349         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
11351         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
11352         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
11354 2014-05-27  Roland McGrath  <roland@hack.frob.com>
11356         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
11358         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
11359         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
11361 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
11363         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
11365 2014-05-27  Andreas Schwab  <schwab@suse.de>
11367         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
11368         TLS_INIT_TP macro.
11369         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11370         * elf/rtld.c (init_tls, dl_main): Likewise.
11371         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
11372         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
11373         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
11374         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
11375         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
11376         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
11377         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
11378         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
11379         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
11380         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
11381         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
11382         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
11383         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
11384         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
11385         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
11386         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
11387         * sysdeps/generic/tls.h: Update description.
11389 2014-05-27  Will Newton  <will.newton@linaro.org>
11391         [BZ #16990]
11392         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
11393         and restore r2 rather than just restoring.
11395 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11397         [BZ #16724]
11398         * libio/tst-ftell-append.c: New test case.
11399         * libio/Makefile (tests): Add test case.
11400         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
11401         append mode.
11402         * libio/wfileops.c (do_ftell_wide): Likewise.
11404 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11408         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
11409         ...
11410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
11411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
11412         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
11413         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
11414         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
11415         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
11416         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
11417         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
11418         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
11419         Moved ...
11420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
11421         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
11422         Moved ...
11423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
11424         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
11425         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
11426         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
11427         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
11428         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
11429         ...
11430         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
11431         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
11432         Moved ...
11433         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
11434         here.
11435         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
11436         ...
11437         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
11438         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
11439         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
11441         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
11442         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
11443         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
11444         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
11446         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
11447         merge into ...
11448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
11449         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
11450         ...
11451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
11452         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
11453         ...
11454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
11455         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
11456         Moved ...
11457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
11458         here.
11459         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
11460         Moved ...
11461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
11462         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
11463         Moved ...
11464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
11466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
11467         conditional [RESET_PID].
11468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
11469         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
11470         removed.
11471         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
11472         removed.
11474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
11475         <tcb-offsets.h>.
11476         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11477         (__libc_vfork): New strong alias.
11478         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
11479         removed.
11480         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
11481         Removed.
11483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
11484         <tcb-offsets.h>.
11485         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
11486         (__libc_vfork): New strong alias.
11487         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
11488         removed.
11489         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
11490         removed.
11492 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
11494         * malloc/malloc.c (mi_arena): New function.
11495         (malloc_info): Remove nested function mi_arena. Call non-nosted
11496         function mi_arena.
11498 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11500         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
11501         by insrwi.
11502         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
11503         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
11504         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
11505         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
11506         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
11507         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
11508         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
11510 2014-05-26  Andreas Schwab  <schwab@suse.de>
11512         [BZ #16984]
11513         * locale/programs/repertoire.c (repertoire_read): Add slash
11514         between I18NPATH element and file name.
11515         * locale/programs/locfile.c (locfile_read): Likewise.
11517 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11519         * nptl/pthread_mutexattr_settype.c
11520         (__pthread_mutexattr_settype):
11521         Disable lock elision for PTHREAD_MUTEX_NORMAL.
11523 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
11525         * nptl/tst-mutex5 (do_test):
11526         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
11528 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11530         * benchtests/README: Document 'init' directive.
11531         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
11532         BENCH_INIT.
11533         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
11534         (parse_file): Recognize 'init' directive.
11536 2014-05-26  Kyle McMartin  <kyle@redhat.com>
11538         [BZ #16796]
11539         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
11540         alignment of struct pthread.
11542 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
11544         [BZ #16878]
11545         * nscd/netgroupcache.c (addgetnetgrentX): Look for
11546         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11547         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
11548         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
11550 2014-05-25  Richard Henderson  <rth@twiddle.net>
11552         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11553         (SINGLE_THREAD_P_PIC): Remove.
11554         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
11555         (SINGLE_THREAD_P_PIC): Remove.
11557         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
11558         branch to syscall error ...
11559         (PSEUDO): ... here.
11560         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
11561         from __local_syscall_error to .Lsyscall_error.
11562         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
11563         (SYSCALL_ERROR): Update label name.
11565         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11566         Do not use DOARGS/UNDOARGS.
11567         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
11568         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
11569         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
11570         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
11571         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
11573         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
11574         block comment.
11576         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
11577         define if !NOT_IN_libc.
11578         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
11579         define with non-default symbol versions.
11581 2014-05-23  Richard Henderson  <rth@twiddle.net>
11583         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
11584         (vfork, __vfork): Define via compat_symbol.
11586         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
11587         [!HAVE_IFUNC] (vfork_compat): Remove.
11588         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
11590 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11592         [BZ #16978]
11593         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
11594         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
11595         variable.
11597 2014-05-23  Richard Henderson  <rth@twiddle.net>
11599         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
11600         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
11601         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
11602         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
11604         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
11605         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
11606         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
11607         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
11608         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
11609         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
11610         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
11611         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
11612         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
11613         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
11614         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
11615         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
11616         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
11617         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
11618         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
11619         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
11620         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
11621         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
11622         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
11623         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
11624         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
11625         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
11626         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
11627         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
11628         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
11629         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
11630         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
11631         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
11632         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
11633         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
11634         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
11635         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
11636         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
11637         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
11638         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
11639         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
11640         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
11641         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
11642         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
11643         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
11644         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
11645         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
11646         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
11647         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
11648         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
11649         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
11650         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
11651         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
11652         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
11653         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
11654         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
11655         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
11656         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
11657         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
11658         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
11659         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
11661         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
11662         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
11663         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
11664         before exiting on error.
11665         (__libc_vfork): New strong alias.
11666         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
11667         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
11669         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
11670         that was previously under [RESET_PID].
11671         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
11673         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
11675 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
11677         [BZ #16977]
11678         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
11679         value when x - 1 is zero.
11680         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
11681         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
11682         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
11683         0.0L for an argument of 1.0L.
11684         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
11685         Likewise.
11686         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
11687         value when x - 1 is zero.
11688         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
11689         * sysdeps/i386/fpu/libm-test-ulps: Update.
11690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11692 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
11694         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
11695         alphasort and versionsort.
11697 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11699         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
11700         macro.
11701         [copysignf]: Likewise.
11703 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11705         * crypt/md5-crypt.c: Fix formatting.
11707 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
11709         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
11710         (b64_from_24bit): New function.
11712 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11714         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
11715         libc_hidden_builtin_def to ifunc.
11716         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11717         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
11719 2014-05-21  Roland McGrath  <roland@hack.frob.com>
11721         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
11722         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
11724 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
11726         * nscd/Depend (linuxthreads): Remove.
11727         (nptl): Add.
11728         * resolv/Depend (linuxthreads): Remove.
11729         * rt/Depend (linuxthreads): Remove.
11731         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
11732         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
11733         $(common-objpfx)elf/.
11734         (link-libc-before-gnulib): Likewise.
11735         (elfobjdir): Remove variable.
11736         * Makefile (install): Use $(elf-objpfx) instead of
11737         $(common-objpfx)elf/.
11738         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
11739         $(elfobjdir)/.
11740         (link-libc-deps): Likewise.
11741         ($(common-objpfx)libc.so): Likewise.
11742         ($(common-objpfx)linkobj/libc.so): Likewise.
11743         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
11744         instead of $(common-objpfx)elf/.
11745         (symbolic-link-list): Likewise.
11746         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11747         [$(cross-compiling) = no]: Likewise.
11748         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
11749         $(elfobjdir)/.
11750         (static-gnulib-arch): Likewise.
11751         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11752         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
11753         $(common-objpfx)elf/.
11755 2014-05-21  Richard Henderson  <rth@redhat.com>
11757         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11758         (SINGLE_THREAD_P): Use the correct width load.  Fold
11759         into the ldr offset.
11761         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
11762         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
11764 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
11766         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
11767         (libgcc_s_resume): Use __attribute_used__.
11768         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
11769         Likewise.
11771 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11773         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
11774         optimization when used with float constants.
11776         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11778 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
11780         [BZ #16915]
11781         * locale/nl_langinfo_l.c: Make direct reference to every
11782         _nl_current_CATEGORY symbol.
11783         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
11784         (tests-static): Add tst-langinfo-static.
11785         (tests-special): Add tst-langinfo-static.out.
11786         ($(objpfx)tst-langinfo.out): Redirect output.
11787         ($(objpfx)tst-langinfo-static.out): New.
11788         * localedata/tst-langinfo.sh: Send output to stdout.
11789         * localedata/tst-langinfo-static.c: New file.
11791         [BZ #16965]
11792         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
11793         when the shift amount is modulo the limb size.
11795 2014-05-20  Richard Henderson  <rth@redhat.com>
11797         [BZ #16967]
11798         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
11799         Change type of sa_flags from unsigned int to int.
11801         [BZ #16966]
11802         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
11804         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
11806 2014-05-20  Will Newton  <will.newton@linaro.org>
11808         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
11809         Test the return value of the system call in the nocancel case.
11811 2014-05-20  Will Newton  <will.newton@linaro.org>
11812             Yvan Roux  <yvan.roux@linaro.org>
11814         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
11815         #include of asm/ptrace.h.
11816         (PTRACE_GET_THREAD_AREA): Remove #undef.
11817         (PTRACE_GETHBPREGS): Likewise.
11818         (PTRACE_SETHBPREGS): Likewise.
11819         (struct user_regs_struct): New structure.
11820         (struct user_fpsimd_struct): New structure.
11821         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
11822         #include of asm/ptrace.h and second #include of sys/user.h.
11823         (PTRACE_GET_THREAD_AREA): Remove #undef.
11824         (PTRACE_GETHBPREGS): Likewise.
11825         (PTRACE_SETHBPREGS): Likewise.
11826         (ELF_NGREG): Use new struct user_regs_struct.
11827         (elf_fpregset_t): Use new struct user_fpsimd_struct.
11829 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11831         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
11832         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
11834 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11836         [BZ #16958]
11837         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
11838         membar to avoid block loads/stores to overlap previous stores.
11840 2014-05-17  Richard Henderson  <rth@redhat.com>
11842         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
11843         Create the __##syscall_name##_nocancel entry point.
11844         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
11845         Remove; let the sysdep-cancel.h code create it.
11847 2014-05-17  David S. Miller  <davem@davemloft.net>
11849         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
11850         Protect with __USE_GNU.
11851         (TIOCSET_TEMPT): Likewise.
11852         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
11853         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
11854         these are already provided in bits/ioctl-types.h
11856 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11858         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
11859         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
11861         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
11862         Use wait4 regardless of [__NR_waitpid].
11864 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
11866         PR libgcc/60166
11867         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11868         (_FP_NANSIGN_Q): Set the quiet bit.
11870 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
11872         * benchtests/Makefile
11873         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
11874         not $(common-objpfx)math/libm.so.
11875         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
11876         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
11877         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
11878         $(common-objpfx)dlfcn/libdl.so.
11879         ($(objpfx)tst-audit8): Depend on $(libm), not
11880         $(common-objpfx)math/libm.so.
11881         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
11882         not $(common-objpfx)dlfcn/libdl.so.
11883         * math/Makefile
11884         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
11885         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
11886         [$(build-shared) = yes].
11887         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
11888         $(common-objpfx)nptl/libpthread.so.
11889         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
11890         $(common-objpfx)math/libm.so$(libm.so-version) or
11891         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
11892         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
11893         $(common-objpfx)dlfcn/libdl.so.
11894         * setjmp/Makefile (link-libm): Remove variable.
11895         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
11896         * stdio-common/Makefile (link-libm): Remove variable.
11897         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
11898         * stdlib/Makefile (link-libm): Remove variable.
11899         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
11900         ($(objpfx)tst-strtod-round): Likewise.
11901         ($(objpfx)tst-tininess): Likewise.
11902         ($(objpfx)tst-strtod-underflow): Likewise.
11903         ($(objpfx)tst-strtod6): Likewise.
11904         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
11905         $(libdl), not $(common-objpfx)nptl/libpthread.so and
11906         $(common-objpfx)dlfcn/libdl.so.
11908 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11910         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
11911         BSD terminal modes definitions.
11913 2014-05-16  Roland McGrath  <roland@hack.frob.com>
11915         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
11916         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
11918         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
11919         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
11920         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
11921         Don't do #include_next.
11922         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
11923         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
11924         Don't do #include_next.
11925         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
11926         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
11927         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
11928         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
11930 2014-05-16  Allan McRae  <allan@archlinux.org>
11932         * po/sv.po: Update Swedish translation from translation project.
11934         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
11935         in sed expression.
11937 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
11939         [BZ #16917]
11940         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
11941         errno if the TIOCGPTN ioctl fails with an error different than
11942         EINVAL.
11943         * login/tst-ptsname.c: New file.
11944         * login/Makefile (tests): Add tst-ptsname.
11946         [BZ #16943]
11947         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
11948         and prlimit64.
11950 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11952         [BZ #16849]
11953         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
11954         herrno to return EAI_AGAIN.
11956 2014-05-14  Roland McGrath  <roland@hack.frob.com>
11958         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
11959         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
11960         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
11961         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
11962         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
11963         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
11964         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
11965         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
11966         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
11967         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
11968         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
11969         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
11970         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
11971         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
11972         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
11973         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
11974         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
11975         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
11976         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
11977         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
11978         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
11979         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
11980         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
11981         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
11982         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
11983         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
11984         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
11985         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
11986         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
11987         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
11988         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
11989         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
11990         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
11991         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
11992         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
11993         Moved ...
11994         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
11995         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
11996         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
11997         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
11998         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
11999         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
12000         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
12001         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
12002         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
12003         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
12004         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
12005         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
12006         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
12007         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
12008         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
12009         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
12010         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
12011         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
12012         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
12013         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
12014         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
12015         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
12016         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
12017         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
12018         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
12019         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
12020         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
12021         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
12022         Moved ...
12023         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
12024         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
12025         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
12026         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
12027         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
12028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
12029         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
12030         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
12031         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
12032         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
12033         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
12034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
12035         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
12036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
12037         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
12038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
12039         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
12040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
12041         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
12042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
12043         Moved ...
12044         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
12045         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
12046         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
12048         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
12049         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
12050         (libpthread-sysdep_routines): Add elision-related stuff here instead.
12051         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
12052         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
12053         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
12054         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
12055         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
12056         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
12057         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
12058         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
12059         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
12060         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
12061         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
12062         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
12063         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
12064         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
12065         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
12066         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
12067         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
12068         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
12069         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
12070         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
12071         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
12072         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
12073         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
12074         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
12075         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
12076         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
12077         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
12078         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
12080         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
12081         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
12083         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
12084         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
12085         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
12086         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
12087         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
12088         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
12089         Moved ...
12090         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
12091         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
12092         Moved ...
12093         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
12094         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
12095         Moved ...
12096         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
12097         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
12098         Moved ...
12099         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
12100         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
12101         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
12102         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
12103         Moved ...
12104         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
12105         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
12106         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
12107         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
12108         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
12109         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
12110         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
12111         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
12112         Moved ...
12113         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
12114         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12115         Moved ...
12116         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
12117         ... here.
12118         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
12119         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
12120         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
12121         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
12122         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12123         Moved ...
12124         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
12125         ... here.
12126         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
12127         Moved ...
12128         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
12129         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
12130         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
12131         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
12132         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
12133         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
12134         Moved ...
12135         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
12136         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
12137         Moved ...
12138         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
12139         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
12140         Moved ...
12141         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
12142         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
12143         Moved ...
12144         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
12145         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
12146         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
12147         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
12148         Moved ...
12149         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
12150         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
12151         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
12152         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
12153         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
12154         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
12155         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
12156         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
12157         Moved ...
12158         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
12159         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12160         Moved ...
12161         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
12162         ... here.
12163         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
12164         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
12165         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
12166         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
12167         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12168         Moved ...
12169         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
12170         ... here.
12171         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
12172         Moved ...
12173         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
12174         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
12175         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
12176         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
12177         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
12178         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
12179         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
12180         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
12181         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
12182         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
12183         Moved ...
12184         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
12185         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
12186         Moved ...
12187         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
12188         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
12189         Moved ...
12190         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
12191         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
12192         Moved ...
12193         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
12194         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
12195         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
12196         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
12197         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
12198         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
12199         Moved ...
12200         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
12201         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
12202         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
12203         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
12204         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
12205         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
12206         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
12207         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
12208         Moved ...
12209         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
12210         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12211         Moved ...
12212         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
12213         ... here.
12214         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
12215         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
12216         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
12217         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
12218         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12219         Moved ...
12220         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
12221         ... here.
12222         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
12223         Moved ...
12224         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
12225         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
12226         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
12227         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
12228         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
12229         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
12230         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
12231         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
12232         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
12233         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
12234         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
12236         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
12237         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
12239         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
12240         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
12242         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
12243         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
12244         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
12245         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
12246         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
12247         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
12248         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
12249         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
12250         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
12251         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
12252         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
12253         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
12254         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
12255         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
12256         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
12257         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
12258         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
12259         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
12260         Moved ...
12261         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
12262         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
12263         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
12264         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
12265         Moved ...
12266         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
12267         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
12268         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
12269         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
12270         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
12271         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
12272         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
12273         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
12274         Moved ...
12275         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
12276         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
12277         Moved ...
12278         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
12279         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
12280         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
12281         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
12282         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
12283         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
12284         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
12285         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
12286         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
12287         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
12288         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
12289         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
12290         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
12291         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
12292         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
12293         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
12294         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
12296         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
12297         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
12298         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
12299         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
12300         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
12302         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
12303         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
12304         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
12305         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
12306         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
12307         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
12308         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
12309         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
12310         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
12311         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
12313         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
12314         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
12316         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
12317         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
12318         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
12319         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
12320         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
12321         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
12322         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
12323         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
12324         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
12325         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
12326         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
12327         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
12328         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
12329         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
12330         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
12331         Update #include.
12332         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
12333         Likewise.
12334         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12335         Likewise.
12336         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12337         Likewise.
12338         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12339         Likewise.
12340         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
12341         Likewise.
12342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
12343         Likewise.
12344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
12345         Likewise.
12346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
12347         Likewise.
12348         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
12349         Likewise.
12350         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
12351         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
12352         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
12353         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
12354         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
12355         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
12356         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
12357         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
12358         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
12359         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
12360         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
12361         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
12362         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
12363         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
12364         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
12366         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
12367         that was previously under [RESET_PID].
12368         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
12369         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
12370         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
12372         * sysdeps/i386/nptl/Implies: New file.
12373         * sysdeps/x86_64/nptl/Implies: New file.
12374         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
12375         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
12376         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
12377         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
12379         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
12380         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12381         (__libc_vfork): New strong alias.
12382         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
12383         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
12385         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
12386         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12387         (__libc_vfork): New strong alias.
12388         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
12389         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
12391         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
12392         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12393         (__libc_vfork): New strong alias.
12394         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
12395         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
12396         * nptl/pt-vfork.c: New file.
12397         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
12398         (libpthread: GLIBC_2.20): New version set (empty).
12400 2014-05-14  Will Newton  <will.newton@linaro.org>
12402         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
12403         rather than #if.
12405 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12407         [BZ #16564]
12408         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
12409         arguments with exponent 65 or above.
12410         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
12411         arguments 0x1p113L or above.
12412         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
12413         to arguments 0x1p107L or above.
12414         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
12415         positive arguments with exponent 65 or above.
12416         * math/auto-libm-test-in: Add more tests of log1p.
12417         * math/auto-libm-test-out: Regenerated.
12419         [BZ #16928]
12420         * math/s_cacos.c (__cacos): Ensure zero real part of result from
12421         non-finite arguments is +0.
12422         * math/s_cacosf.c (__cacosf): Likewise.
12423         * math/s_cacosl.c (__cacosl): Likewise.
12424         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
12425         * sysdeps/i386/fpu/libm-test-ulps: Update.
12426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12428         [BZ #16927]
12429         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
12430         value.
12431         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
12432         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
12433         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
12434         for explicit high bit of mantissa when testing for argument equal
12435         to 1.
12436         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
12437         * sysdeps/i386/fpu/libm-test-ulps: Update.
12438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12440         [BZ #16516]
12441         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
12442         (__erf): Scale by 16 instead of 8 in potentially underflowing
12443         case.  Ensure exception if result actually underflows.
12444         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
12445         (__erff): Scale by 16 instead of 8 in potentially underflowing
12446         case.  Ensure exception if result actually underflows.
12447         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
12448         (efx8): Remove variable.
12449         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12450         case.  Ensure exception if result actually underflows.
12451         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
12452         (efx8): Remove variable.
12453         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12454         case.  Ensure exception if result actually underflows.
12455         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
12456         (efx8): Remove variable.
12457         (__erfl): Scale by 16 instead of 8 in potentially underflowing
12458         case.  Ensure exception if result actually underflows.
12459         * math/auto-libm-test-in: Add more tests of erf.
12460         * math/auto-libm-test-out: Regenerated.
12462 2014-05-14  Andreas Schwab  <schwab@suse.de>
12464         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
12465         Remove code conditionalized on USE___THREAD.
12467         * config.h.in (HAVE_PT_CHOWN): Define as 0.
12468         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
12469         not definedness.
12471 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
12473         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
12474         Define unconditionally.
12475         (__ASSUME_O_CLOEXEC): Likewise.
12476         (__ASSUME_SOCK_CLOEXEC): Likewise.
12477         (__ASSUME_IN_NONBLOCK): Likewise.
12478         (__ASSUME_PIPE2): Likewise.
12479         (__ASSUME_EVENTFD2): Likewise.
12480         (__ASSUME_SIGNALFD4): Likewise.
12481         (__ASSUME_DUP3): Likewise.
12482         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12483         (__ASSUME_DUP3): Do not define.
12484         (__ASSUME_EVENTFD2): Likewise.
12485         (__ASSUME_IN_NONBLOCK): Likewise.
12486         (__ASSUME_O_CLOEXEC): Likewise.
12487         (__ASSUME_PIPE2): Likewise.
12488         (__ASSUME_SIGNALFD4): Likewise.
12489         (__ASSUME_SOCK_CLOEXEC): Likewise.
12490         (__ASSUME_UTIMES): Undefine.
12491         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12492         (__ASSUME_UTIMES): Do not define.
12493         (__ASSUME_O_CLOEXEC): Likewise.
12494         (__ASSUME_SOCK_CLOEXEC): Likewise.
12495         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
12496         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
12497         0x020621].
12498         (__ASSUME_PIPE2): Likewise.
12499         (__ASSUME_EVENTFD2): Likewise.
12500         (__ASSUME_SIGNALFD4): Likewise.
12501         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
12502         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
12503         Do not define.
12504         (__ASSUME_EVENTFD2): Likewise.
12505         (__ASSUME_SIGNALFD4): Likewise.
12506         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
12507         (__ASSUME_32BITUIDS): Likewise.
12508         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
12509         (__ASSUME_IPC64): Likewise.
12510         (__ASSUME_ST_INO_64_BIT): Likewise.
12511         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
12512         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
12513         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12514         (__ASSUME_UTIMES): Do not define.
12515         (__ASSUME_PSELECT): Likewise.
12516         (__ASSUME_PPOLL): Likewise.
12517         (__ASSUME_O_CLOEXEC): Likewise.
12518         (__ASSUME_SOCK_CLOEXEC): Likewise.
12519         (__ASSUME_IN_NONBLOCK): Likewise.
12520         (__ASSUME_PIPE2): Likewise.
12521         (__ASSUME_EVENTFD2): Likewise.
12522         (__ASSUME_SIGNALFD4): Likewise.
12523         (__ASSUME_DUP3): Likewise.
12524         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12525         (__ASSUME_UTIMES): Likewise.
12526         (__ASSUME_O_CLOEXEC): Likewise.
12527         (__ASSUME_SOCK_CLOEXEC): Likewise.
12528         (__ASSUME_IN_NONBLOCK): Likewise.
12529         (__ASSUME_PIPE2): Likewise.
12530         (__ASSUME_EVENTFD2): Likewise.
12531         (__ASSUME_SIGNALFD4): Likewise.
12532         (__ASSUME_DUP3): Likewise.
12533         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12534         (__ASSUME_UTIMES): Likewise.
12535         (__ASSUME_O_CLOEXEC): Likewise.
12536         (__ASSUME_SOCK_CLOEXEC): Likewise.
12537         (__ASSUME_IN_NONBLOCK): Likewise.
12538         (__ASSUME_PIPE2): Likewise.
12539         (__ASSUME_EVENTFD2): Likewise.
12540         (__ASSUME_SIGNALFD4): Likewise.
12541         (__ASSUME_DUP3): Likewise.
12542         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
12543         Likewise.
12544         (__ASSUME_UTIMES): Likewise.
12545         (__ASSUME_EVENTFD2): Likewise.
12546         (__ASSUME_SIGNALFD4): Likewise.
12547         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12548         (__ASSUME_O_CLOEXEC): Likewise.
12549         (__ASSUME_SOCK_CLOEXEC): Likewise.
12550         (__ASSUME_IN_NONBLOCK): Likewise.
12551         (__ASSUME_PIPE2): Likewise.
12552         (__ASSUME_EVENTFD2): Likewise.
12553         (__ASSUME_SIGNALFD4): Likewise.
12554         (__ASSUME_DUP3): Likewise.
12555         (__ASSUME_UTIMES): Undefine.
12557         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
12558         feclearexcept.  Remove symbol versioning code.
12559         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
12560         symbol versioning code.
12561         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
12562         symbol versioning code.
12563         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
12564         feupdateenv.  Remove symbol versioning code.
12565         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
12566         fegetexceptflag.  Remove symbol versioning code.
12567         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
12568         fesetexceptflag.  Remove symbol versioning code.
12569         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
12570         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
12571         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
12572         (__posix_fadvise64_l32): Remove prototype.
12573         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
12574         code.
12576 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12578         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
12579         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
12580         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
12581         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
12583 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
12585         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
12586         current working directory
12588 2014-05-13  Roland McGrath  <roland@hack.frob.com>
12590         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
12591         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
12592         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
12593         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
12594         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
12595         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
12596         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
12597         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
12598         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
12599         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
12600         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
12601         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
12602         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
12603         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
12604         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
12605         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
12606         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
12607         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
12608         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
12609         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
12610         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
12611         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
12612         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
12613         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
12614         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
12615         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
12616         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
12617         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
12618         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
12619         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
12620         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
12621         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
12622         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
12623         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
12624         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
12625         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
12626         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
12627         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
12628         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
12629         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
12630         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
12631         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
12633         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
12634         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
12636         * sysdeps/unix/sysv/linux/arm/Makefile
12637         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
12638         Add rt-aeabi_unwind_cpp_pr1.
12639         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
12640         Add nptl-aeabi_unwind_cpp_pr1.
12641         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
12642         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
12643         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
12644         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
12645         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
12646         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
12648         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
12649         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
12650         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
12651         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
12653         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
12654         Deconditionalize the code that was previously under [RESET_PID].
12655         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
12657         * sysdeps/generic/exit-thread.h: New file.
12658         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
12659         * include/unistd.h (__exit_thread): Remove declaration.
12660         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
12661         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
12662         * csu/libc-start.c: Include <exit-thread.h>.
12663         (LIBC_START_MAIN): Pass no argument to __exit_thread.
12664         * nptl/pthread_create.c: Include <exit-thread.h>.
12665         (start_thread): Call __exit_thread in place of __exit_thread_inline.
12666         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
12667         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
12668         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
12669         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
12670         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
12671         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
12672         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
12673         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
12674         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
12675         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
12676         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
12677         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
12678         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
12679         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
12680         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
12681         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
12683 2014-05-13  Andreas Schwab  <schwab@suse.de>
12685         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
12687 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
12689         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
12690         (__ASSUME_UTIMES): Do not condition on kernel version.
12691         (__ASSUME_PSELECT): Define unconditionally.
12692         (__ASSUME_PPOLL): Likewise.
12693         (__ASSUME_ATFCTS): Likewise.
12694         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
12695         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
12696         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
12697         (__ASSUME_UTIMENSAT): Define unconditionally.
12698         (__ASSUME_PRIVATE_FUTEX): Likewise.
12699         (__ASSUME_FALLOCATE): Likewise.
12700         (__ASSUME_O_CLOEXEC): Likewise.
12701         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
12702         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
12703         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
12704         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
12705         (__ASSUME_IN_NONBLOCK): Likewise.
12706         (__ASSUME_PIPE2): Likewise.
12707         (__ASSUME_EVENTFD2): Likewise.
12708         (__ASSUME_SIGNALFD4): Likewise.
12709         (__ASSUME_DUP3): Likewise.
12710         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12711         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
12712         (__ASSUME_AT_RANDOM): Likewise.
12713         (__ASSUME_PREADV): Likewise.
12714         (__ASSUME_PWRITEV): Likewise.
12715         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
12716         (__ASSUME_F_GETOWN_EX): Define unconditionally.
12717         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
12718         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
12719         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
12720         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12721         (__ASSUME_O_CLOEXEC): Define unconditionally.
12722         (__ASSUME_PSELECT): Do not undefine conditionally.
12723         (__ASSUME_PPOLL): Likewise.
12724         (__ASSUME_ATFCTS): Likewise.
12725         (__ASSUME_SET_ROBUST_LIST): Likewise.
12726         (__ASSUME_UTIMENSAT): Likewise.
12727         (__ASSUME_FDATASYNC): Define unconditionally.
12728         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12729         (__ASSUME_SIGFRAME_V2): Likewise.
12730         )__ASSUME_EVENTFD2): Likewise.
12731         (__ASSUME_SIGNALFD4): Likewise.
12732         (__ASSUME_PSELECT): Do not undefine conditionally.
12733         (__ASSUME_PPOLL): Likewise.
12734         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
12735         (__ASSUME_PSELECT): Define unconditionally.
12736         (__ASSUME_PPOLL): Likewise.
12737         (__ASSUME_O_CLOEXEC): Likewise.
12738         (__ASSUME_SOCK_CLOEXEC): Likewise.
12739         (__ASSUME_IN_NONBLOCK): Likewise.
12740         (__ASSUME_PIPE2): Likewise.
12741         (__ASSUME_EVENTFD2): Likewise.
12742         (__ASSUME_SIGNALFD4): Likewise.
12743         (__ASSUME_DUP3): Likewise.
12744         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
12745         (__ASSUME_O_CLOEXEC): Likewise.
12746         (__ASSUME_SOCK_CLOEXEC): Likewise.
12747         (__ASSUME_IN_NONBLOCK): Likewise.
12748         (__ASSUME_PIPE2): Likewise.
12749         (__ASSUME_EVENTFD2): Likewise.
12750         (__ASSUME_SIGNALFD4): Likewise.
12751         (__ASSUME_DUP3): Likewise.
12752         * sysdeps/unix/sysv/linux/mips/kernel-features.h
12753         (__ASSUME_EVENTFD2): Likewise.
12754         (__ASSUME_SIGNALFD4): Likewise.
12755         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
12757 2014-05-12  Andreas Schwab  <schwab@suse.de>
12759         [BZ #16932]
12760         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
12761         (_nss_nis_gethostbyname4_r): Return error if item length is larger
12762         than maximum RPC packet size.
12763         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
12764         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
12765         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
12766         (_nss_nis_getservbyport_r): Likewise.
12768 2014-05-12  Will Newton  <will.newton@linaro.org>
12770         * malloc/Makefile (tests): Add tst-mallopt.
12771         * malloc/tst-mallopt.c: New file.
12773 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12775         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
12776         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
12778 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12780         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
12781         (tst-tlsmod6.so): Likewise.
12783 2014-05-09  Roland McGrath  <roland@hack.frob.com>
12785         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
12787 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
12789         [BZ #16064]
12790         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
12791         and <dl-procinfo.h>.
12792         (__fegetenv): Save SSE state in envp->__eip if supported.
12793         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
12794         envp->__eip if supported.
12795         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
12796         and <dl-procinfo.h>.
12797         (__fesetenv): Always set __eip, __cs_selector, __opcode,
12798         __data_offset and __data_selector in environment to 0.  Set SSE
12799         state if supported.
12800         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
12801         test-fenv-sse.
12802         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
12803         -mfpmath=sse.
12804         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
12806 2014-05-09  Will Newton  <will.newton@linaro.org>
12808         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
12809         and libc_relro_required for ARM.
12810         * sysdeps/arm/preconfigure: Regenerate.
12812 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12813             Stefan Liebler  <stli@linux.vnet.ibm.com>
12815         * config.make.in (enable-lock-elision): New Makefile variable.
12816         * configure.ac: Likewise.
12817         * configure: Regenerate.
12818         * sysdeps/s390/configure.ac:
12819         Add check for gcc transactions support.
12820         * sysdeps/s390/configure: Regenerate.
12821         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
12822         Build elision files if enabled.
12823         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
12824         Add lock elision support for s390.
12825         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
12826         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
12827         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
12828         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
12829         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
12830         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
12831         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
12832         Likewise.
12833         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
12834         Likewise.
12835         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
12836         Likewise.
12837         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
12838         Likewise.
12839         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
12840         (__lll_timedlock_elision, __lll_lock_elision)
12841         (__lll_unlock_elision, __lll_trylock_elision)
12842         (lll_timedlock_elision, lll_lock_elision)
12843         (lll_unlock_elision, lll_trylock_elision): Add.
12844         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12845         (pthread_mutex_t): Add lock elision support for s390.
12847 2014-05-14  Wilco  <wdijkstr@arm.com>
12849         * sysdeps/arm/fclrexcpt.c: Cleanup.
12850         * sysdeps/arm/fedisblxcpt.c: Cleanup.
12851         * sysdeps/arm/feenablxcpt.c: Cleanup.
12852         * sysdeps/arm/fegetenv.c: Cleanup.
12853         * sysdeps/arm/fegetexcept.c: Cleanup.
12854         * sysdeps/arm/fegetround.c: Cleanup.
12855         * sysdeps/arm/feholdexcpt.c: Cleanup.
12856         * sysdeps/arm/fesetenv.c: Cleanup.
12857         * sysdeps/arm/fesetround.c: Cleanup.
12858         * sysdeps/arm/feupdateenv.c: Cleanup.
12859         * sysdeps/arm/fgetexcptflg.c: Cleanup.
12860         * sysdeps/arm/fraiseexcpt.c: Cleanup.
12861         * sysdeps/arm/fsetexcptflg.c: Cleanup.
12862         * sysdeps/arm/ftestexcept.c: Cleanup.
12863         * sysdeps/arm/get-rounding-mode.h: Cleanup.
12864         * sysdeps/arm/setfpucw.c: Cleanup.
12866 2014-05-09  Will Newton  <will.newton@linaro.org>
12868         * sysdeps/arm/armv7/strcmp.S: New file.
12869         * NEWS: Mention addition of ARMv7 optimized strcmp.
12871 2014-05-08  Roland McGrath  <roland@hack.frob.com>
12873         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
12874         look for %.ac rather than %.in.
12876         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
12877         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
12878         * sysdeps/mach/hurd/configure: Regenerated.
12879         * sysdeps/unix/sysv/linux/configure: Regenerated.
12881         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
12883 2014-05-07  Steve Ellcey  <sellcey@mips.com>
12885         [BZ# 16922]
12886         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
12887         (LONG_SUB): Ditto.
12888         (PTR_SUB): Ditto.
12890 2014-05-07  Andreas Schwab  <schwab@suse.de>
12892         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
12893         when skipping over non-matching result from nscd.
12895 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
12897         [BZ #16876]
12898         * nptl/sockperf.c (client): Check socket return value.
12900         [BZ #16877]
12901         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
12902         nscd security class.
12904 2014-05-06  Roland McGrath  <roland@hack.frob.com>
12906         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
12907         * sysdeps/arm/unwind.h: ... here.
12909 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
12911         [BZ# 16916]
12912         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
12913         Define.
12915 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12917         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
12918         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
12919         multiarch strncpy for PPC64.
12920         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
12921         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
12922         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
12923         multiarch optimizations.
12924         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12925         (__libc_ifunc_impl_list): Likewise.
12926         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
12927         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
12928         multiarch stpncpy for PPC64.
12929         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
12930         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
12932 2014-05-06  Andreas Schwab  <schwab@suse.de>
12934         [BZ #16912]
12935         * gmon/mcount.c (_MCOUNT_DECL): Use
12936         atomic_compare_and_exchange_bool_acq instead of
12937         catomic_compare_and_exchange_bool_acq.
12939 2014-05-05  Roland McGrath  <roland@hack.frob.com>
12941         * elf/Makefile (others, install-bin): Remove pldd.
12942         (pldd-modules): Variable removed.
12943         ($(objpfx)pldd): Target removed.
12944         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
12945         (others, install-bin): Append pldd here.
12946         ($(objpfx)pldd): New target.
12948         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
12949         to 0, so the first #if test emitted later doesn't see it undefined.
12950         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
12951         * sysdeps/gnu/errlist.c: Regenerated.
12953 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12955         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12956         [libc_hidden_builtin_def]: Define to empty value.
12957         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
12958         [libc_hidden_builtin_def]: Likewise.
12959         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
12960         [libc_hidden_builtin_def]: Likewise.
12961         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
12962         [libc_hidden_builtin_def]: Likewise.
12963         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
12964         __redirect_memcpy and define ifunc as default hidden symbol.
12965         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
12966         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
12968 2014-05-04  Adam Conrad  <adconrad@0c3.net>
12970         * locale/iso-4217.def: Reintroduce XDR currency.
12972 2014-05-04  Allan McRae  <allan@archlinux.org>
12974         * po/eo.po: Update Esperanto translation from translation project.
12976 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
12978         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
12979         and FEATURE_INDEX_MAX to 1.
12980         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
12982 2014-05-01  Steve Ellcey  <sellcey@mips.com>
12984         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
12985         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
12986         * iconvdata/big5.c (ONE_DIRECTION): Define.
12987         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
12988         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
12989         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
12990         * iconvdata/cp932.c (ONE_DIRECTION): Define.
12991         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
12992         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
12993         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
12994         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
12995         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
12996         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
12997         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
12998         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
12999         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
13000         * iconvdata/gbk.c (ONE_DIRECTION): Define.
13001         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
13002         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
13003         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
13004         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
13005         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
13006         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
13007         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
13008         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
13009         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
13010         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
13011         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
13012         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
13013         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
13014         * iconvdata/iso646.c (ONE_DIRECTION): Define.
13015         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
13016         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
13017         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
13018         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
13019         * iconvdata/johab.c (ONE_DIRECTION): Define.
13020         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
13021         * iconvdata/sjis.c (ONE_DIRECTION): Define.
13022         * iconvdata/t.61.c (ONE_DIRECTION): Define.
13023         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
13024         * iconvdata/tscii.c (ONE_DIRECTION): Define.
13025         * iconvdata/uhc.c (ONE_DIRECTION): Define.
13026         * iconvdata/unicode.c (ONE_DIRECTION): Define.
13027         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
13028         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
13029         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
13031 2014-05-01  Roland McGrath  <roland@hack.frob.com>
13033         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
13034         (_IO_JUMPS_OFFSET): Define to 0.
13036         * nptl/sysdeps/pthread/bits/libc-lock.h
13037         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
13038         (__libc_lock_define_initialized_recursive): Always define using
13039         initializer.  Modern compilers treat uninitialized (implicit zero) and
13040         explicit zero initializers the same (i.e. put the datum in bss).
13042 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13044         * nscd/nscd-client.h: Include <string.h>.
13046 2014-05-01  David S. Miller  <davem@davemloft.net>
13048         [BZ #16885]
13049         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
13050         multiple zero bytes exist at the end of a string.
13051         Reported by Aurelien Jarno <aurelien@aurel32.net>
13053         * string/test-strcmp.c (check): Add explicit test for situations where
13054         there are multiple zero bytes after the first.
13056 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
13058         [BZ #16890]
13059         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
13060         when compiling wprintf.
13061         * stdio-common/tstdiomisc.c (t3): New function.
13062         (main): Call it.
13064 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13066         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
13067         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
13068         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
13069         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
13071 2014-05-01  Steve Ellcey  <sellcey@mips.com>
13073         * stdlib/longlong.h: Updated from GCC.
13075 2014-05-01  Will Newton  <will.newton@linaro.org>
13076             Bernard Ogden  <bernie.ogden@linaro.org>
13078         * NEWS: Update fixed bug list.
13080         [BZ #15119]
13081         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
13083 2014-04-30  David S. Miller  <davem@davemloft.net>
13085         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
13086         (libc_feholdexcept_setround_sparc_ctx): New function.
13087         (libc_fesetenv_sparc_ctx): Likewise.
13088         (libc_feupdateenv_sparc_ctx): Likewise.
13089         (libc_feholdsetround_sparc_ctx): Likewise.
13090         (libc_feholdexcept_setround_ctx): Define.
13091         (libc_feholdexcept_setroundf_ctx): Likewise.
13092         (libc_feholdexcept_setroundl_ctx): Likewise.
13093         (libc_fesetenv_ctx): Likewise.
13094         (libc_fesetenvf_ctx): Likewise.
13095         (libc_fesetenvl_ctx): Likewise.
13096         (libc_feupdateenv_ctx): Likewise.
13097         (libc_feupdateenvf_ctx): Likewise.
13098         (libc_feupdateenvl_ctx): Likewise.
13099         (libc_feresetround_ctx): Likewise.
13100         (libc_feresetroundf_ctx): Likewise.
13101         (libc_feresetroundl_ctx): Likewise.
13102         (libc_feholdsetround_ctx): Likewise.
13103         (libc_feholdsetroundf_ctx): Likewise.
13104         (libc_feholdsetroundl_ctx): Likewise.
13106         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13107         with __USE_GNU instead of XOPEN cpp guards.
13109         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
13110         0.
13112         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
13113         with XOPEN cpp guards.
13115 2014-04-30  Julian Brown  <julian@codesourcery.com>
13117         [BZ #16888]
13118         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
13119         handling.
13121 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
13123         [BZ #9894]
13124         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
13125         Change to 2.6.32.
13126         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
13127         * sysdeps/unix/sysv/linux/configure: Regenerated.
13128         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
13129         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
13130         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
13131         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
13132         * README: Update reference to required Linux kernel version.
13133         * manual/install.texi (Linux): Update reference to required Linux
13134         kernel headers version.
13135         * INSTALL: Regenerated.
13137         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
13138         header inclusion.
13139         [POSIX] (limits.h): Likewise.
13140         [POSIX] (math.h): Likewise.
13141         [POSIX] (sys/wait.h): Likewise.
13142         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
13143         function.
13144         [POSIX] (stddef.h): Do not allow header inclusion.
13146 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13148         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
13150 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
13152         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
13153         Return immediately after lll_futex_wake.
13155 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13157         [BZ #16791]
13158         * nscd/nscd-client.h (datahead_init_common): Initialize entire
13159         structure.
13160         (datahead_init_pos): Call datahead_init_common early.
13161         (datahead_init_neg): Likewise.
13163         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
13164         datahead_init_neg): New functions.
13165         * nscd/aicache.c (addhstaiX): Use them.
13166         * nscd/grpcache.c (cache_addgr): Likewise.
13167         * nscd/hstcache.c (cache_addhst): Likewise.
13168         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13169         * nscd/netgroupcache.c (do_notfound): Likewise.
13170         (addgetnetgrentX): Likewise.
13171         (addinnetgrX): Likewise.
13172         * nscd/pwdcache.c (cache_addpw): Likewise.
13173         * nscd/servicescache.c (cache_addserv): Likewise.
13175 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13176             Atsushi Onoe  <atsushi@onoe.org>
13178         [BZ #14308]
13179         [BZ #12994]
13180         [BZ #13651]
13181         * resolv/res_query.c (__libc_res_nsearch): Return if at least
13182         one response is valid.
13183         * resolv/res_send.c (send_dg): Check for validity of other
13184         response if the current response is a referral.
13186 2014-04-29  Steve Ellcey  <sellcey@mips.com>
13188         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
13190 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
13192         [BZ #16823]
13193         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
13194         Always divide by positive zero when computing -Inf result.
13195         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
13196         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
13198 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13200         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
13201         FPSCR if value do not change.
13202         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
13203         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
13204         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
13205         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
13206         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
13207         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
13208         function.
13210 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
13212         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
13213         * sysdeps/unix/sysv/linux/hppa: Move directory from
13214         ports/systeps/unix/sysv/linux/hppa.
13215         * README: Update listing for hppa-*-linux-gnu.
13217 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
13219         [BZ #16754]
13220         * manual/stdio.texi (Hook functions): Fix types of stream hook
13221         functions.
13222         [BZ #16854]
13223         * socket/sys/socket.h: Fix typo in comment.
13225 2014-04-28  Wilco  <wdijkstr@arm.com>
13227         * sysdeps/arm/fenv_private.h: New file.
13228         * sysdeps/arm/math_private.h: New file.
13229         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
13231 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
13233         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
13234         with __int128_t.
13235         (La_x86_64_retval): Likewise.
13237 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
13239         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
13240         fpsr if value didn't change.
13241         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
13242         to fpcr if value didn't change.
13243         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
13244         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
13245         fpsr or fpcr if value didn't change.
13246         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13247         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
13248         fpcr if value didn't change.
13249         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
13250         to fpsr if value didn't change.
13252 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
13254         * nptl/tst-sem3.c: Use test-skeleton.c
13255         (main): Rename to do_test.  Use return instead of
13256         exit.
13257         * nptl/tst-sem4.c: Use test-skeleton.c
13258         (main): Rename to do_test.
13260 2014-04-22  David S. Miller  <davem@davemloft.net>
13262         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
13263         (struct sigaction): New struct member __glibc_reserved0, change
13264         type of sa_flags to int.
13266 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
13268         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
13269         (COUNT_LEADING_ZEROS_0): Define for AArch64.
13271 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13273         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
13274         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
13276 2014-04-22  Will Newton  <will.newton@linaro.org>
13277             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
13279         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
13280         (__longjmp): Add longjmp and longjmp_target SystemTap
13281         probes.
13282         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
13283         (__sigsetjmp): Add setjmp SystemTap probe.
13285 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
13287         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
13288         match manual order.
13290 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13292         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
13294         * sysdeps/powerpc/fpu/fenv_private.h
13295         (libc_feholdexcept_setroundl_ctx): Define to
13296         libc_feholdexcept_setround_ppc_ctx.
13297         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
13298         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
13299         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
13300         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
13302 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13304         * sysdeps/aarch64/math-tests.h: New file.
13306 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
13308         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
13309         New.
13310         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13311         Check and set bit_AVX2_Usable.
13312         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
13313         macro.
13314         (bit_AVX2): Likewise.
13315         (index_AVX2_Usable): Likewise.
13316         (CPUID_AVX2): Likewise.
13317         (HAS_AVX2): Likewise.
13319 2014-04-17  Will Newton  <will.newton@linaro.org>
13321         * manual/setjmp.texi (System V contexts): Add note that
13322         calling setcontext on a context created by a call to a
13323         signal handler is undefined.  Update text to note that
13324         setcontext from a signal handler is possible but not
13325         recommended.
13327         [BZ #16629]
13328         * stdlib/tst-setcontext.c: Include signal.h.
13329         (main): Check that the signal stack before and
13330         after swapcontext is the same.
13332         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
13333         Re-implement to restore registers in user code and avoid
13334         rt_sigreturn system call.
13336 2014-04-17  Wilco  <wdijkstr@arm.com>
13338         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
13339         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
13340         * math/test-fenv.c: Skip exception trap tests on targets which only
13341         support non-stop mode.
13343 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
13344             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13346         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
13347         (libc_feholdsetround_aarch64_ctx)
13348         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
13349         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
13350         (libc_feresetround_ctx, libc_feresetroundf_ctx)
13351         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
13352         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
13353         (libc_feresetround_noexl_ctx): Define.
13355 2014-04-16  Richard Henderson  <rth@redhat.com>
13357         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
13359         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
13360         unwind tables.
13362         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
13363         const from the non-libc, non-ldso copy.
13365         * sysdeps/alpha/libm-test-ulps: Regenerate.
13367 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
13368             Wilco Dijkstra  <wilco.dijkstra@arm.com>
13370         * sysdeps/aarch64/fpu/math_private.h: New file.
13372 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13374         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13376 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
13378         [BZ #16275]
13379         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
13380         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
13381         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
13382         Intel MPX bound registers before _dl_profile_fixup.
13383         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
13384         registers after _dl_profile_fixup.  Save and restore bound
13385         registers bnd0/bnd1 when calling _dl_call_pltexit.
13386         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
13387         (LR_BND_OFFSET): Likewise.
13388         (LRV_BND0_OFFSET): Likewise.
13389         (LRV_BND1_OFFSET): Likewise.
13391 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13393         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
13394         to...
13395         * sysdeps/mach/hurd/i386/tls.h: ... here.
13396         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
13397         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
13398         fields.
13400 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13402         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
13404 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13406         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13408 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
13410         [BZ #14770]
13411         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
13412         * sysdeps/s390/configure: Regenerate.
13414         [BZ #16824]
13415         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
13416         Set round-to-nearest internally to reduce error accumulation.
13418 2014-04-16  Alan Modra  <amodra@gmail.com>
13420         [BZ #16740]
13421         [BZ #16619]
13422         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
13423         * math/libm-test.inc (frexp_test_data): Add tests.
13424         * NEWS: Update fixed bug list.
13426 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13428         * benchtests/Makefile: Depend on libraries in build directory.
13429         (bench-math): Separate out math tests.
13430         (bench-pthread): Separate out pthread tests.
13431         (bench): Include math and pthread tests.
13433 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
13435         [BZ #16831]
13436         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
13437         _dl_debug_initialize.
13439         * configure.ac: Remove SELinux header check.
13440         * configure: Regenerate.
13441         * nscd/selinux.c (perms): Array of const char* to permission names.
13442         (nscd_request_avc_has_perm): Call security_deny_unknown to find
13443         default policy. Call string_to_security_class and string_to_av_perm to
13444         translate strings. Enforce default policy and call avs_has_perm with
13445         results of translated strings.
13447 2014-04-13  David S. Miller  <davem@davemloft.net>
13449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13451 2014-04-12  Allan McRae  <allan@archlinux.org>
13453         [BZ #16838]
13454         * manual/string.texi (Collation Functions): Fix qsort argument
13455         order in example.
13456         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
13458 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
13460         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
13461         Make the test a no-op if there are no exceptions defined.
13463 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
13465         * elf/Makefile (tests): make tst-dlopen-aout conditional on
13466         enable-hardcoded-path-in-tests
13468 2014-04-11  Will Newton  <will.newton@linaro.org>
13470         * benchtests/Makefile (extra-objs): Add json-lib.o.
13471         (bench-func): Tidy up JSON output.
13472         * benchtests/bench-skeleton.c: Include json-lib.h.
13473         (main): Use JSON library functions to do output of
13474         benchmark results.
13475         * benchtests/bench-timing-type.c (main): Output the
13476         timing type simply, leaving formatting to the user.
13477         * benchtests/json-lib.c: New file.
13478         * benchtests/json-lib.h: Likewise.
13480 2014-04-11  Torvald Riegel  <triegel@redhat.com>
13482         [BZ #15215]
13483         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
13484         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
13485         memory barriers.  Add comments.
13486         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
13487         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
13488         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
13489         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
13490         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
13491         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
13493 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
13495         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
13496         * sysdeps/s390/s390-64/configure.ac: ... this ...
13497         * sysdeps/s390/configure.ac: ... to here.
13498         * sysdeps/s390/s390-32/configure: Delete file.
13499         * sysdeps/s390/s390-64/configure: Delete file.
13500         * sysdeps/s390/configure: Regenerate.
13502 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
13504         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
13506 2014-04-11  Will Newton  <will.newton@linaro.org>
13508         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
13509         to zero if it is not defined elsewhere.  (mtrim): Test
13510         the value of MALLOC_DEBUG with #if rather than #ifdef.
13512 2014-04-10 Torvald Riegel  <triegel@redhat.com>
13514         * benchtests/pthread_once-inputs: New file.
13515         * benchtests/pthread_once-source.c: New file.
13516         * benchtests/README: Update documentation.
13518 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
13519             H.J. Lu  <hongjiu.lu@intel.com>
13521         [BZ #16275]
13522         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
13523         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
13524         * sysdeps/x86_64/configure: Regenerated.
13525         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
13526         macro.
13527         (REGISTER_SAVE_RAX): Likewise.
13528         (REGISTER_SAVE_RCX): Likewise.
13529         (REGISTER_SAVE_RDX): Likewise.
13530         (REGISTER_SAVE_RSI): Likewise.
13531         (REGISTER_SAVE_RDI): Likewise.
13532         (REGISTER_SAVE_R8): Likewise.
13533         (REGISTER_SAVE_R9): Likewise.
13534         (REGISTER_SAVE_BND0): Likewise.
13535         (REGISTER_SAVE_BND1): Likewise.
13536         (REGISTER_SAVE_BND2): Likewise.
13537         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
13538         bound registers when calling _dl_fixup.
13540 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13542         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
13543         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
13544         of its definition.
13545         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
13546         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
13547         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
13548         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
13549         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
13550         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
13551         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
13553 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
13555         [BZ #15514]
13556         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
13557         pathconf(_PC_NAME_MAX).
13559 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13561         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
13562         Remove macro usage.
13563         (__PTHREAD_SPINS): Move definition to ...
13564         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13565         (__PTHREAD_SPINS): ... here.
13566         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13567         (__PTHREAD_SPIN): Likewise.
13568         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
13569         (__PTHREAD_SPIN): Likewise.
13570         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
13571         (__PTHREAD_SPIN): Likewise.
13572         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
13573         (__PTHREAD_SPIN): Likewise.
13574         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
13575         (__PTHREAD_SPIN): Likewise.
13576         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
13577         (__PTHREAD_SPIN): Likewise.
13578         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
13579         (__PTHREAD_SPIN): Likewise.
13580         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
13581         (__PTHREAD_SPIN): Likewise.
13582         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
13583         (__PTHREAD_SPIN): Likewise.
13584         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
13585         (__PTHREAD_SPIN): Likewise.
13586         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
13587         (__PTHREAD_SPIN): Likewise.
13588         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
13589         (__PTHREAD_SPIN): Likewise.
13591         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
13592         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
13593         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
13594         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
13595         imply folder.
13596         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
13597         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
13598         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
13599         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
13600         correct imply path.
13601         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
13602         strlen symbol for non multi-arch builds.
13603         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
13604         missing hidden_def and weak_alias.
13606 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
13608         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
13610 2014-04-07  Will Newton  <will.newton@linaro.org>
13612         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
13613         and contents.  [!_LIBC] Remove #ifndef and contents.
13614         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
13615         * string/memccpy.c (__memccpy): Use ANSI prototype.
13616         * string/memfrob.c (memfrob): Likewise.
13617         * string/strcoll.c (STRCOLL): Likewise.
13618         * string/strlen.c (strlen): Likewise.
13619         * string/strtok.c (STRTOK): Likewise.
13620         * string/strcat.c: Remove unused #include of memcopy.h.
13621         (strcat): Use ANSI prototype.
13622         * string/strchr.c: Remove unused #include of memcopy.h.
13623         (strchr): Use ANSI prototype.
13624         * string/strcmp.c: Remove unused #include of memcopy.h.
13625         (strcmp): Use ANSI prototype.
13626         * string/strcpy.c: Remove unused #include of memcopy.h.
13627         (strcpy): Use ANSI prototype.
13629 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13631         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
13632         * config.make.in (config-extra-cppflags): Set it from
13633         libc_extra_cppflags.
13634         * configure.ac (libc_extra_cflags): Make it accumulate over
13635         configure fragments.
13636         (libc_extra_cppflags): New flag.
13637         * configure. Regenerate.
13638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13639         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
13640         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
13641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
13643         [BZ #16815]
13644         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
13645         result for FE_DOWNWARD rounding mode.
13646         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
13647         Likewise.
13648         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13650 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
13652         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
13653         in function argument name.
13655 2014-04-03  David Svoboda  <svoboda@cert.org>
13657         [BZ #5666]
13658         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
13659         explicitly.
13661 2014-04-03  Roland McGrath  <roland@hack.frob.com>
13663         * elf/dl-unmap-segments.h: New file.
13664         * sysdeps/generic/ldsodefs.h
13665         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
13666         * elf/dl-close.c: Include <dl-unmap-segments.h>.
13667         * elf/dl-fptr.c: Likewise.
13668         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
13669         * sysdeps/aarch64/tlsdesc.c: Likewise.
13670         * sysdeps/arm/tlsdesc.c: Likewise.
13671         * sysdeps/i386/tlsdesc.c: Likewise.
13672         * sysdeps/tile/dl-runtime.c: Likewise.
13673         * sysdeps/x86_64/tlsdesc.c: Likewise.
13674         * elf/dl-load.h: New file.
13675         * elf/dl-load.c: Include it.
13676         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
13677         Macros moved to dl-load.h.
13678         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
13679         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
13680         Use _dl_unmap_segments in place of __munmap.
13681         Break out segment-mapping loop into ...
13682         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
13684 2014-04-03  Will Newton  <will.newton@linaro.org>
13686         * elf/dl-lookup.c (do_lookup_x): Remove comment
13687         referring to nested function and move variable
13688         declarations down to before first use.
13690 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
13692         [BZ #16799]
13693         [BZ #16800]
13694         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
13695         with 0 numerator.
13696         * math/s_catanf.c (__catanf): Likewise.
13697         * math/s_catanh.c (__catanh): Likewise.
13698         * math/s_catanhf.c (__catanhf): Likewise.
13699         * math/s_catanhl.c (__catanhl): Likewise.
13700         * math/s_catanl.c (__catanl): Likewise.
13701         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
13702         by positive zero when computing -Inf result.
13703         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
13704         (catanh_test): Likewise.
13705         * sysdeps/i386/fpu/libm-test-ulps: Update.
13706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13708         [BZ #16789]
13709         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
13710         instead of using underflowing value in computing result.
13711         * math/s_clog10.c (__clog10): Likewise.
13712         * math/s_clog10f.c (__clog10f): Likewise.
13713         * math/s_clog10l.c (__clog10l): Likewise.
13714         * math/s_clogf.c (__clogf): Likewise.
13715         * math/s_clogl.c (__clogl): Likewise.
13716         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
13717         (clog10_test): Likewise.
13718         * sysdeps/i386/fpu/libm-test-ulps: Update.
13719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13721 2014-04-02  Alan Modra  <amodra@gmail.com>
13723         [BZ #16739]
13724         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
13725         output when value is near a power of two.  Use int64_t for lx and
13726         remove casts.  Use decimal rather than hex exponent constants.
13727         Don't use long double multiplication when double will suffice.
13728         * math/libm-test.inc (nextafter_test_data): Add tests.
13729         * NEWS: Add 16739 and 16786 to bug list.
13731         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
13733         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
13735 2014-04-01  Will Newton  <will.newton@linaro.org>
13737         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
13738         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
13740 2014-04-01  Florian Weimer  <fweimer@redhat.com>
13742         [BZ #13347]
13743         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
13744         * nptl/tst-setuid2.c: New file.
13745         * nptl/Makefile (xtests): Add tst-setuid2.
13747 2014-04-01  Alan Modra  <amodra@gmail.com>
13749         [BZ #16786]
13750         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
13752 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13754         [BZ #6803]
13755         [BZ #6804]
13756         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
13757         set errno as appropriate.
13758         * math/w_scalbf.c (__scalbf): Likewise.
13759         * math/w_scalbl.c (__scalbl): Likewise.
13760         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
13761         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
13762         * math/libm-test.inc (scalb_test_data): Add errno expectations.
13763         Add more NaN tests.
13765         [BZ #16349]
13766         * math/w_atan2.c: Include <errno.h>.
13767         (__atan2): Set errno for result underflowing to zero.
13768         * math/w_atan2f.c: Include <errno.h>.
13769         (__atan2f): Set errno for result underflowing to zero.
13770         * math/w_atan2l.c: Include <errno.h>.
13771         (__atan2l): Set errno for result underflowing to zero.
13772         * math/auto-libm-test-in: Don't allow missing errno for some atan2
13773         tests.
13774         * math/auto-libm-test-out: Regenerated.
13776 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13778         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
13779         Encode instruction correctly in little endian.
13780         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
13781         Likewise.
13782         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
13783         Likewise.
13784         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
13785         Likewise.
13786         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
13787         Likewise.
13789 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
13791         [BZ #9894]
13792         * sysdeps/unix/sysv/linux/kernel-features.h
13793         [__sparc__ && !__arch64__ && !__sparc_v9__]
13794         (__ASSUME_SET_ROBUST_LIST): Do not define.
13795         [__sparc__ && !__arch64__ && !__sparc_v9__]
13796         (__ASSUME_FUTEX_LOCK_PI): Likewise.
13797         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
13798         Likewise.
13799         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13800         (__ASSUME_FUTEX_LOCK_PI): Undefine.
13801         (__ASSUME_REQUEUE_PI): Likewise.
13802         (__ASSUME_SET_ROBUST_LIST): Likewise.
13803         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13804         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
13805         Undefine.
13806         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13807         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
13808         Likewise.
13809         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
13810         Likewise.
13811         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
13812         Likewise.
13813         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13814         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
13815         Undefine.
13816         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
13817         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
13818         Likewise.
13820         [BZ #16648]
13821         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13822         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
13823         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
13825 2014-03-31  Will Newton  <will.newton@linaro.org>
13827         * benchtests/Makefile (bench): Add ffs and ffsll to list
13828         of tests.
13829         * benchtests/ffs-inputs: New file.
13830         * benchtests/ffsll-inputs: Likewise.
13832 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
13834         [BZ #16770]
13835         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
13836         too large before casting to int.
13837         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
13838         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
13839         * math/libm-test.inc (scalb_test_data): Add more tests.
13841 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13843         * benchtests/Makefile (DETAILED_OPT): New make option.
13844         (bench-func): Run benchmark program with -d if DETAILED_OPT is
13845         set.
13846         * benchtests/bench-skeleton.c: Include stdbool.h.
13847         (main): Store and print timings per input.
13848         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
13849         member to each argument value.
13850         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
13851         (_print_arg_data): Initialize per-input timing to 0.
13853         * benchtests/Makefile (timing-type): New binary.
13854         (bench-clean): Also remove bench-timing-type.
13855         (bench): New target for timing-type.
13856         (bench-func): Print output in JSON format.
13857         * benchtests/bench-skeleton.c (main): Print output in JSON
13858         format.
13859         * benchtests/bench-timing-type.c: New file.
13860         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
13861         (TIMING_PRINT_STATS): Remove.
13862         * benchtests/scripts/bench.py (_print_arg_data): Store variant
13863         name separately.
13865         * benchtests/bench-modf.c: Remove.
13866         * benchtests/modf-inputs: New inputs file.
13868 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
13870         [BZ #16362]
13871         * math/s_clog10.c (M_PI_LOG10E): New macro.
13872         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
13873         imaginary parts are 0.
13874         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
13875         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
13876         imaginary parts are 0.
13877         * math/s_clog10l.c (M_PI_LOG10El): New macro.
13878         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
13879         imaginary parts are 0.
13880         * math/libm-test.inc (clog10_test_data): Update expected results
13881         for when real and imaginary parts are 0.
13883 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
13885         * elf/dl-load.c: Finish conversion of __builtin_expect into
13886         __glibc_{un}likely.
13888 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
13890         [BZ #16348]
13891         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
13892         1+x for argument with exponent below -67.
13893         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
13894         Likewise.
13895         * math/auto-libm-test-in: Add more tests of exp.
13896         * math/auto-libm-test-out: Regenerated.
13898 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13900         [BZ #16759]
13901         * inet/getnetgrent_r.c (get_nonempty_val): New function.
13902         (nscd_getnetgrent): Use it.
13904         [BZ #16760]
13905         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
13906         of stpcpy.
13908 2014-03-27  Andi Kleen  <ak@linux.intel.com>
13910         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
13911         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13912         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13913         (lll_robust_unlock): Remove out of line section. Use cfi
13914         intrinsics.
13915         (LLL_STUB_UNWIND_INFO*): Remove.
13916         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
13917         (lll_robust_lock, lll_cond_lock, lll_timedlock)
13918         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
13919         (lll_robust_unlock): Remove out of line section. Use cfi
13920         intrinsics.
13921         (LLL_STUB_UNWIND_INFO*): Remove.
13923 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13925         [BZ #16758]
13926         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
13927         blank values.
13929 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
13931         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
13933 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
13935         [BZ #16198]
13936         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
13937         fnstenv.
13938         * math/test-fenv-preserve.c: New file.
13939         * math/Makefile (tests): Add test-fenv-preserve.
13941 2014-03-26  Will Newton <will.newton@linaro.org>
13943         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
13945 2014-03-25  Roland McGrath  <roland@hack.frob.com>
13947         * scripts/versionlist.awk: Partition the version sets and emit all
13948         GLIBC_* (sorted) before all others (sorted).
13950 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13952         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
13953         GLIBC_2.2.5 version.
13955 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13957         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
13958         calls.
13960         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
13961         previous change.
13963         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13965 2014-03-25  Andreas Schwab  <schwab@suse.de>
13967         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
13968         label to be used after in6ailist is initialized.
13970 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13972         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
13973         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
13975 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
13977         [BZ #16357]
13978         [BZ #16599]
13979         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
13980         min_plus_half.
13981         (fp_formats): Update initializers.
13982         (init_fp_formats): Initialize new field.
13983         (output_for_one_input_case): Allow underflow for results up to
13984         min_plus_half.
13985         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
13986         * math/auto-libm-test-in: Don't mark some underflows from asin and
13987         atanh as spurious.
13988         * math/auto-libm-test-out: Regenerated.
13989         * sysdeps/i386/fpu/libm-test-ulps: Update.
13990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13992 2014-03-25  Andreas Schwab  <schwab@suse.de>
13994         * libio/Makefile (tst-ftell-partial-wide-ENV)
13995         (tst-ftell-active-handler-ENV): Define.
13997 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
13999         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
14001 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14003         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
14005 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14007         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
14008         * sysdeps/x86_64/fpu/multiarch/e_exp.c
14009         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
14011 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
14013         [BZ #16634]
14014         * elf/dl-load.c (open_verify): Add mode parameter.
14015         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
14016         (open_path): Change from boolean 'secure' to complete flag 'mode'
14017         (_dl_map_object): Adjust.
14018         * elf/Makefile (tests): Add tst-dlopen-aout.
14019         * elf/tst-dlopen-aout.c: New test.
14021 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
14023         [BZ #16714]
14024         * sysdeps/unix/sysv/linux/s390/bits/stat.h
14025         (struct stat): Rename member pad0 to __glibc_reserved0.
14027         [BZ #16712]
14028         * sysdeps/s390/s390-32/bits/wordsize.h
14029         (__WORDSIZE32_SIZE_ULONG): New define.
14030         * sysdeps/s390/s390-64/bits/wordsize.h
14031         (__WORDSIZE32_SIZE_ULONG): Likewise.
14032         * sysdeps/generic/stdint.h (SIZE_MAX):
14033         Define as UL if __WORDSIZE32_SIZE_ULONG.
14035         [BZ #16713]
14036         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
14037         (__glibc_reserved0): New variable.
14038         (sa_flags): Change type to int.
14040         * posix/Makefile (before-compile): Use += before-compile instead
14041         of a :=.
14043         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14044         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14046 2014-03-20  Andreas Schwab  <schwab@suse.de>
14048         [BZ #16743]
14049         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
14050         non-matching result from nscd.
14052 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
14054         * scripts/bench.py: Moved to ...
14055         * benchtests/scripts/bench.py: ... here.
14056         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
14058 2014-03-24  Andreas Schwab  <schwab@suse.de>
14060         [BZ #16002]
14061         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
14062         alloca_account and account alloca use for struct in6ailist.
14064 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
14066         [BZ #16284]
14067         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
14068         rounding mode to recompute results that overflow to infinity or
14069         underflow to zero.
14070         * math/auto-libm-test-in: Don't mark tests as expected to fail for
14071         bug 16284.
14072         * math/auto-libm-test-out: Regenerated.
14073         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
14074         (ccosh_test): Likewise.
14075         (csin_test_data): Use plus_oflow.
14076         (csin_test): Use ALL_RM_TEST.
14077         (csinh_test_data): Use plus_oflow.
14078         (csinh_test): Use ALL_RM_TEST.
14079         * sysdeps/i386/fpu/libm-test-ulps: Update.
14080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14082 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
14084         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
14085         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
14086         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
14088         [BZ #16731]
14089         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
14090         when x - 1 is zero.
14091         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
14092         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
14093         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
14094         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
14095         argument is 1.
14096         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
14097         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
14098         zero.
14099         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
14100         * sysdeps/i386/fpu/libm-test-ulps: Update.
14101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14103 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14105         * scripts/bench.pl: Remove file.
14106         * scripts/bench.py: New benchmark script.
14107         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
14108         * benchtests/README: Mention python dependency.
14109         * scripts/pylintrc: New file.
14110         * scripts/pylint: New file.
14112         * bits/mathdef.h: Use #ifdef instead of #if.
14113         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
14114         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14115         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
14116         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14117         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
14118         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
14120 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14121             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14123         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
14124         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
14125         and strpbrk-ppc64 objects.
14126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14127         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
14128         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
14129         multiarch strpbrk for POWER7.
14130         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
14131         multiarch strpbrk for PPC64.
14132         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
14133         ifunc selector.
14134         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
14135         strpbrk for POWER7.
14137 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14139         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
14140         (atan_test): Likewise.
14141         (atanh_test_data): Use NO_TEST_INLINE for two tests.
14142         (atanh_test): Use ALL_RM_TEST.
14143         (atan2_test_data): Likewise.
14144         (cabs_test): Likewise.
14145         (cacosh_test): Likewise.
14146         (carg_test): Likewise.
14147         (casin_test): Likewise.
14148         (casinh_test): Likewise.
14149         (cbrt_test): Likewise.
14150         (csqrt_test): Likewise.
14151         (erf_test): Likewise.
14152         (erfc_test): Likewise.
14153         (pow10_test): Likewise.
14154         (exp2_test): Likewise.
14155         (hypot_test): Likewise.
14156         (j0_test): Likewise.
14157         (j1_test): Likewise.
14158         (lgamma_test): Likewise.
14159         (gamma_test): Likewise.
14160         (sincos_test): Likewise.
14161         (tanh_test): Likewise.
14162         (y0_test): Likewise.
14163         (y1_test): Likewise.
14164         * sysdeps/i386/fpu/libm-test-ulps: Update.
14165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14167 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14169         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
14170         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
14171         and strcspn-ppc64 objects.
14172         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14173         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
14174         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
14175         multiarch strcspn for POWER7.
14176         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
14177         multiarch strcspn for PPC64.
14178         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
14179         ifunc selector.
14180         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
14181         strcspn for POWER7.
14183 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
14185         * math/gen-libm-test.pl (generate_testfile): Expect only function
14186         name as argument to AUTO_TESTS_* and pass results for all rounding
14187         modes to parse_args.
14188         (parse_auto_input): Separate inputs of automatic tests from
14189         outputs before storing in %auto_tests.
14190         * math/libm-test.inc (acos_test_data): Update call to
14191         AUTO_TESTS_f_f.
14192         (acos_test): Use ALL_RM_TEST.
14193         (acos_tonearest_test_data): Remove.
14194         (acos_test_tonearest): Likewise.
14195         (acos_towardzero_test_data): Likewise.
14196         (acos_test_towardzero): Likewise.
14197         (acos_downward_test_data): Likewise.
14198         (acos_test_downward): Likewise.
14199         (acos_upward_test_data): Likewise.
14200         (acos_test_upward): Likewise.
14201         (acosh_test_data): Update call to AUTO_TESTS_f_f.
14202         (asin_test_data): Likewise.
14203         (asin_test): Use ALL_RM_TEST.
14204         (asin_tonearest_test_data): Remove.
14205         (asin_test_tonearest): Likewise.
14206         (asin_towardzero_test_data): Likewise.
14207         (asin_test_towardzero): Likewise.
14208         (asin_downward_test_data): Likewise.
14209         (asin_test_downward): Likewise.
14210         (asin_upward_test_data): Likewise.
14211         (asin_test_upward): Likewise.
14212         (asinh_test_data): Update call to AUTO_TESTS_f_f.
14213         (atan_test_data): Likewise.
14214         (atanh_test_data): Likewise.
14215         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
14216         (cabs_test_data): Update call to AUTO_TESTS_c_f.
14217         (carg_test_data): Likewise.
14218         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
14219         (ccos_test_data): Update call to AUTO_TESTS_c_c.
14220         (ccosh_test_data): Likewise.
14221         (cexp_test_data): Likewise.
14222         (clog_test_data): Likewise.
14223         (clog10_test_data): Likewise.
14224         (cos_test_data): Update call to AUTO_TESTS_f_f.
14225         (cos_test): Use ALL_RM_TEST.
14226         (cos_tonearest_test_data): Remove.
14227         (cos_test_tonearest): Likewise.
14228         (cos_towardzero_test_data): Likewise.
14229         (cos_test_towardzero): Likewise.
14230         (cos_downward_test_data): Likewise.
14231         (cos_test_downward): Likewise.
14232         (cos_upward_test_data): Likewise.
14233         (cos_test_upward): Likewise.
14234         (cosh_test_data): Update call to AUTO_TESTS_f_f.
14235         (cosh_test): Use ALL_RM_TEST.
14236         (cosh_tonearest_test_data): Remove.
14237         (cosh_test_tonearest): Likewise.
14238         (cosh_towardzero_test_data): Likewise.
14239         (cosh_test_towardzero): Likewise.
14240         (cosh_downward_test_data): Likewise.
14241         (cosh_test_downward): Likewise.
14242         (cosh_upward_test_data): Likewise.
14243         (cosh_test_upward): Likewise.
14244         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
14245         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
14246         (ctan_test_data): Likewise.
14247         (ctan_test): Use ALL_RM_TEST.
14248         (ctan_tonearest_test_data): Remove.
14249         (ctan_test_tonearest): Likewise.
14250         (ctan_towardzero_test_data): Likewise.
14251         (ctan_test_towardzero): Likewise.
14252         (ctan_downward_test_data): Likewise.
14253         (ctan_test_downward): Likewise.
14254         (ctan_upward_test_data): Likewise.
14255         (ctan_test_upward): Likewise.
14256         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
14257         (ctanh_test): Use ALL_RM_TEST.
14258         (ctanh_tonearest_test_data): Remove.
14259         (ctanh_test_tonearest): Likewise.
14260         (ctanh_towardzero_test_data): Likewise.
14261         (ctanh_test_towardzero): Likewise.
14262         (ctanh_downward_test_data): Likewise.
14263         (ctanh_test_downward): Likewise.
14264         (ctanh_upward_test_data): Likewise.
14265         (ctanh_test_upward): Likewise.
14266         (erf_test_data): Update call to AUTO_TESTS_f_f.
14267         (erfc_test_data): Likewise.
14268         (exp_test_data): Likewise.
14269         (exp_test): Use ALL_RM_TEST.
14270         (exp_tonearest_test_data): Remove.
14271         (exp_test_tonearest): Likewise.
14272         (exp_towardzero_test_data): Likewise.
14273         (exp_test_towardzero): Likewise.
14274         (exp_downward_test_data): Likewise.
14275         (exp_test_downward): Likewise.
14276         (exp_upward_test_data): Likewise.
14277         (exp_test_upward): Likewise.
14278         (exp10_test_data): Update call to AUTO_TESTS_f_f.
14279         (exp10_test): Use ALL_RM_TEST.
14280         (exp10_tonearest_test_data): Remove.
14281         (exp10_test_tonearest): Likewise.
14282         (exp10_towardzero_test_data): Likewise.
14283         (exp10_test_towardzero): Likewise.
14284         (exp10_downward_test_data): Likewise.
14285         (exp10_test_downward): Likewise.
14286         (exp10_upward_test_data): Likewise.
14287         (exp10_test_upward): Likewise.
14288         (exp2_test_data): Update call to AUTO_TESTS_f_f.
14289         (expm1_test_data): Likewise.
14290         (expm1_test): Use ALL_RM_TEST.
14291         (expm1_tonearest_test_data): Remove.
14292         (expm1_test_tonearest): Likewise.
14293         (expm1_towardzero_test_data): Likewise.
14294         (expm1_test_towardzero): Likewise.
14295         (expm1_downward_test_data): Likewise.
14296         (expm1_test_downward): Likewise.
14297         (expm1_upward_test_data): Likewise.
14298         (expm1_test_upward): Likewise.
14299         (fma_test_data): Update call to AUTO_TESTS_fff_f.
14300         (fma_test): Use ALL_RM_TEST.
14301         (fma_towardzero_test_data): Remove.
14302         (fma_test_towardzero): Likewise.
14303         (fma_downward_test_data): Likewise.
14304         (fma_test_downward): Likewise.
14305         (fma_upward_test_data): Likewise.
14306         (fma_test_upward): Likewise.
14307         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
14308         (j0_test_data): Update call to AUTO_TESTS_f_f.
14309         (j1_test_data): Likewise.
14310         (jn_test_data): Update call to AUTO_TESTS_if_f.
14311         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
14312         (log_test_data): Update call to AUTO_TESTS_f_f.
14313         (log10_test_data): Likewise.
14314         (log1p_test_data): Likewise.
14315         (log2_test_data): Likewise.
14316         (pow_test_data): Update call to AUTO_TESTS_ff_f.
14317         (pow_tonearest_test_data): Likewise.
14318         (sin_test_data): Update call to AUTO_TESTS_f_f.
14319         (sin_test): Use ALL_RM_TEST.
14320         (sin_tonearest_test_data): Remove.
14321         (sin_test_tonearest): Likewise.
14322         (sin_towardzero_test_data): Likewise.
14323         (sin_test_towardzero): Likewise.
14324         (sin_downward_test_data): Likewise.
14325         (sin_test_downward): Likewise.
14326         (sin_upward_test_data): Likewise.
14327         (sin_test_upward): Likewise.
14328         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
14329         (sinh_test_data): Update call to AUTO_TESTS_f_f.
14330         (sinh_test): Use ALL_RM_TEST.
14331         (sinh_tonearest_test_data): Remove.
14332         (sinh_test_tonearest): Likewise.
14333         (sinh_towardzero_test_data): Likewise.
14334         (sinh_test_towardzero): Likewise.
14335         (sinh_downward_test_data): Likewise.
14336         (sinh_test_downward): Likewise.
14337         (sinh_upward_test_data): Likewise.
14338         (sinh_test_upward): Likewise.
14339         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
14340         (sqrt_test): Use ALL_RM_TEST.
14341         (sqrt_tonearest_test_data): Remove.
14342         (sqrt_test_tonearest): Likewise.
14343         (sqrt_towardzero_test_data): Likewise.
14344         (sqrt_test_towardzero): Likewise.
14345         (sqrt_downward_test_data): Likewise.
14346         (sqrt_test_downward): Likewise.
14347         (sqrt_upward_test_data): Likewise.
14348         (sqrt_test_upward): Likewise.
14349         (tan_test_data): Update call to AUTO_TESTS_f_f.
14350         (tan_test): Use ALL_RM_TEST.
14351         (tan_tonearest_test_data): Remove.
14352         (tan_test_tonearest): Likewise.
14353         (tan_towardzero_test_data): Likewise.
14354         (tan_test_towardzero): Likewise.
14355         (tan_downward_test_data): Likewise.
14356         (tan_test_downward): Likewise.
14357         (tan_upward_test_data): Likewise.
14358         (tan_test_upward): Likewise.
14359         (tanh_test_data): Update call to AUTO_TESTS_f_f.
14360         (tgamma_test_data): Likewise.
14361         (y0_test_data): Likewise.
14362         (y1_test_data): Likewise.
14363         (yn_test_data): Update call to AUTO_TESTS_if_f.
14364         (main): Do not call removed functions.
14366 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14368         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
14369         (ldexp_test_data): Remove.
14370         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
14371         scalbn_test_data.
14372         (scalb_test): Use ALL_RM_TEST.
14374 2014-03-19  Andreas Schwab  <schwab@suse.de>
14376         * nscd/nscd.service: Also invalidate netgroup cache on reload.
14378 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
14380         [BZ #16649]
14381         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14382         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
14383         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
14384         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14385         (__ASSUME_PREADV): Undefine.
14386         (__ASSUME_PWRITEV): Likewise.
14388 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14390         * bits/mman-linux.h: Add comment about non-Linux use.
14391         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
14392         bits/mman-linux.h resting place.
14394         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
14395         * bits/mman-linux.h: ... here.
14397 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14399         * conform/conformtest.pl: Add standard definition when calling C
14400         preprocessor on data files.
14401         (checknamespace): Remove unused variable.
14403 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14405         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
14406         minus_oflow, plus_uflow and minus_uflow in expected results.
14407         * math/libm-test.inc (scalbn_test_data): Add more tests of
14408         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
14409         minus_uflow.
14410         (scalbn_test): Use ALL_RM_TEST.
14411         (scalbln_test_data): Add more tests of negative arguments.  Use
14412         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
14413         (scalbln_test): Use ALL_RM_TEST.
14415 2014-03-18  Roland McGrath  <roland@hack.frob.com>
14417         * scripts/abilist.awk: Ignore symbols marked with .hidden.
14419 2014-03-18  Will Newton  <will.newton@linaro.org>
14421         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
14422         inaccurate comment.
14424 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
14426         * Makerules [!subdir] (check-abi): Exit with error status if a
14427         test failed.
14429 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14431         * math/libm-test.inc (nearbyint_test_data): Include all tests used
14432         for rint.  Include results for all rounding modes.
14433         (nearbyint_test): Use ALL_RM_TEST.
14434         (rint_test_data): Include all tests used for nearbyint.
14436 2014-03-17  Will Newton  <will.newton@linaro.org>
14438         * nptl/sysdeps/pthread/pthread.h: Revert previous
14439         change.
14441         * sysdeps/generic/ldsodefs.h: Revert previous
14442         change.
14444         * libio/genops.c: Revert previous change.
14445         * libio/libioP.h: Likewise.
14446         * stdio-common/vfprintf.c: Likewise.
14448         * sysdeps/generic/math_private.h: Revert previous
14449         change.
14451         * sysdeps/generic/math_private.h: Check whether
14452         HAVE_RM_CTX is defined with #ifdef rather
14453         than #if.
14455         * argp/argp-fmtstream.h: Check whether
14456         __STRICT_ANSI__ is defined with #ifdef rather
14457         than #if.
14458         * argp/argp.h: Likewise.
14460         * libio/genops.c: Check whether
14461         _IO_JUMPS_OFFSET is defined with #ifdef rather
14462         than #if.
14463         * libio/libioP.h: Likewise.
14464         * stdio-common/vfprintf.c: Likewise.
14466         * sysdeps/generic/ldsodefs.h: Check whether
14467         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
14468         than #if.
14470         * nptl/sysdeps/pthread/pthread.h: Check
14471         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
14472         its value.
14474 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
14476         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
14477         setting O_APPEND.
14478         * libio/tst-ftell-active-handler.c (do_append_test): Add a
14479         test case.
14481         [BZ #16680]
14482         * libio/fileops.c (_IO_file_open): Seek to end of file but
14483         don't cache the offset.
14484         (get_file_offset): Remove function.
14485         (do_ftell): Use cached offset when available.
14486         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
14487         don't cache the offset.
14488         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
14489         case.
14490         (do_one_test): Call it.
14491         (do_ftell_test): Fix up expected old offset for a+ mode.
14492         * libio/wfileops.c (do_ftell_wide): Used cached offset when
14493         available.
14495         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
14496         up test status with function return status.
14497         (do_write_test): Likewise.
14498         (do_append_test): Likewise.
14500         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
14501         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
14502         Remove.
14504 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
14506         * math/gen-libm-test.pl (parse_args): Handle results specified for
14507         each rounding mode separately.
14508         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
14509         tests and results from lrint_tonearest_test_data,
14510         lrint_towardzero_test_data, lrint_downward_test_data and
14511         lrint_upward_test_data.
14512         (lrint_test): Use ALL_RM_TEST.
14513         (lrint_tonearest_test_data): Remove.
14514         (lrint_test_tonearest): Likewise.
14515         (lrint_towardzero_test_data): Likewise.
14516         (lrint_test_towardzero): Likewise.
14517         (lrint_downward_test_data): Likewise.
14518         (lrint_test_downward): Likewise.
14519         (lrint_upward_test_data): Likewise.
14520         (lrint_test_upward): Likewise.
14521         (llrint_test_data): Merge in per-rounding-mode tests and results
14522         from llrint_tonearest_test_data, llrint_towardzero_test_data,
14523         llrint_downward_test_data and llrint_upward_test_data.
14524         (llrint_test): Use ALL_RM_TEST.
14525         (llrint_tonearest_test_data): Remove.
14526         (llrint_test_tonearest): Likewise.
14527         (llrint_towardzero_test_data): Likewise.
14528         (llrint_test_towardzero): Likewise.
14529         (llrint_downward_test_data): Likewise.
14530         (llrint_test_downward): Likewise.
14531         (llrint_upward_test_data): Likewise.
14532         (llrint_test_upward): Likewise.
14533         (rint_test_data): Merge in per-rounding-mode tests and results
14534         from rint_tonearest_test_data, rint_towardzero_test_data,
14535         rint_downward_test_data and rint_upward_test_data.  Add
14536         per-rounding-mode results for tests not in those arrays.
14537         (rint_test): Use ALL_RM_TEST.
14538         (rint_tonearest_test_data): Remove.
14539         (rint_test_tonearest): Likewise.
14540         (rint_towardzero_test_data): Likewise.
14541         (rint_test_towardzero): Likewise.
14542         (rint_downward_test_data): Likewise.
14543         (rint_test_downward): Likewise.
14544         (rint_upward_test_data): Likewise.
14545         (rint_test_upward): Likewise.
14546         (main): Don't call removed functions.
14548 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14550         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
14551         "Compiled on ..." crapola.  It is anti-useful.
14553 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
14555         * scripts/evaluate-test.sh: Handle fourth argument to determine
14556         whether test run should stop on failure.
14557         * Makeconfig (stop-on-test-failure): New variable.
14558         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
14559         $(stop-on-test-failure).
14560         * Makefile (tests): Give a summary of results from testing and
14561         exit with failure status if they include an ERROR or FAIL.
14562         (xtests): Likewise.
14563         * manual/install.texi (Configuring and compiling): Mention
14564         stop-on-test-failure=y.
14565         * INSTALL: Regenerated.
14567 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14569         * scripts/versionlist.awk: New file.
14570         * Makerules [$(build-shared) = yes]
14571         (postclean-generated): Add Versions.def, not Versions.def.v and
14572         Versions.def.v.i.
14573         ($(common-objpfx)Versions.def.v.i): Target removed.
14574         ($(common-objpfx)Versions.def): New target.
14575         ($(common-objpfx)Versions.all): Depend on that rather that
14576         $(common-objpfx)Versions.def.v.
14577         * Versions.def: File removed.
14579         * Makeconfig (+gccwarn): Add -Wundef.
14580         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
14581         a dl-sysdep.h breaking its contract.
14582         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
14583         * include/stackinfo.h: New file.
14584         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
14585         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
14586         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
14587         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
14588         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
14589         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
14590         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14591         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14592         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14593         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14594         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14595         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
14596         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14597         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14598         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
14600 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14602         [BZ #16707]
14603         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
14604         implementation.
14605         * math/libm-test.inc (round_test_data): Add more tests.
14607         [BZ #16706]
14608         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
14609         implementation.
14610         * math/libm-test.inc (nearbyint_test_data): Add more tests.
14612         [BZ #16701]
14613         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
14614         implementation.
14615         * math/libm-test.inc (ceil_test_data): Add more tests.
14617         * math/libm-test.inc (trunc_test_data): Add more tests related to
14618         BZ#16414.
14620 2014-03-14  Roland McGrath  <roland@hack.frob.com>
14622         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
14623         with #if rather than #ifdef.
14624         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
14626 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
14628         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
14629         first.  Disable AVX-512 GCC support if assembler doesn't support
14630         it.
14631         * sysdeps/x86_64/configure: Regenerated.
14633 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
14635         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
14636         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
14637         (__old_pthread_attr_setstack): Likewise.
14638         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
14639         [!_STACK_GROWS_DOWN]: Likewise.
14641 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
14643         * config.make.in (have-bash2): Delete.
14644         * configure.ac (libc_cv_have_bash2): Delete.
14645         * configure: Regenerate.
14646         * elf/Makefile (common-ldd-rewrite): Rename to ...
14647         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
14648         (sh-ldd-rewrite): Delete.
14649         (bash-ldd-rewrite): Delete.
14650         (have-bash2): Delete checks.
14651         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
14652         ldd-rewrite.
14654         * config.make.in (have-ksh): Delete.
14655         (KSH): Delete.
14656         * configure.ac (libc_cv_have_ksh): Delete.
14657         * configure: Regenerate.
14659         * elf/Makefile: Delete $(have-ksh) check.
14660         ($(objpfx)sotruss): Change KSH to BASH.
14661         * elf/sotruss.ksh: Rename to ...
14662         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
14663         function style to match POSIX.  Drop ksh vim mode setting.
14665         * manual/time.texi (Specifying the Time Zone with TZ): Change
14666         Tuesday to Thursday.
14668         * debug/tst-longjmp_chk2.c: Update header comment.
14669         (stackoverflow_handler): Add comment.  Call assert on pass value.
14671 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
14673         [BZ #16194]
14674         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
14675         (HAVE_AVX512_ASM_SUPPORT): Likewise.
14676         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
14677         (La_x86_64_vector): Add zmm.
14678         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
14679         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
14680         ($(objpfx)tst-audit10): New target.
14681         ($(objpfx)tst-audit10.out): Likewise.
14682         (tst-audit10-ENV): New.
14683         (AVX512-CFLAGS): Likewise.
14684         (CFLAGS-tst-audit10.c): Likewise.
14685         (CFLAGS-tst-auditmod10a.c): Likewise.
14686         (CFLAGS-tst-auditmod10b.c): Likewise.
14687         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
14688         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
14689         * sysdeps/x86_64/configure: Regenerated.
14690         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
14691         AVX-512 zmm register support.
14692         (_dl_x86_64_save_sse): Likewise.
14693         (_dl_x86_64_restore_sse): Likewise.
14694         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
14695         size vector registers.
14696         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
14697         (ZMM_SIZE): Likewise.
14698         * sysdeps/x86_64/tst-audit10.c: New file.
14699         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
14700         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
14702 2014-03-13  Roland McGrath  <roland@hack.frob.com>
14704         * configure.ac (HAVE_EHDR_START): New check.
14705         * configure: Regenerated.
14706         * config.h.in (HAVE_EHDR_START): New #undef.
14707         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
14708         assuming the lowest-addressed segment maps the start of the file.
14710 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
14712         * INSTALL: Regenerated.
14714 2014-03-13  Will Newton  <will.newton@linaro.org>
14716         * manual/setjmp.texi (System V contexts): Improve
14717         clarity and grammar of documentation.
14719 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
14721         [BZ #16381]
14722         * elf/Makefile (tests): Add tst-pie2.
14723         (tests-pie): Add tst-pie2.
14724         * elf/tst-pie2.c: New file.
14725         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
14726         for ET_EXEC.
14727         * elf/rtld.c (map_doit): Load executable as lt_executable.
14728         (dl_main): Likewise.
14730 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
14732         [BZ #16642]
14733         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14734         (__ASSUME_PSELECT): Undefine.
14736 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14738         [BZ #16689]
14739         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
14740         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
14741         static build.
14742         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
14743         selector for static builds.
14745 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14747         [BZ #16695]
14748         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
14749         key in the buffer.
14751 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14753         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
14754         IFUNC selector for static builds.
14756 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
14758         * sysdeps/mips/math_private.h [__mips_hard_float]
14759         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
14760         libc_feresetround_mips_ctx.
14761         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
14762         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
14763         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
14765         [BZ #16677]
14766         * math/s_nextafter.c (__nextafter): Do not return value from
14767         overflowing computation.
14768         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
14769         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
14770         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
14771         Likewise.
14772         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
14773         Likewise.
14774         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
14775         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
14777 2014-03-11  Roland McGrath  <roland@hack.frob.com>
14779         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
14780         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
14781         Move sfi_sp use from the load-multiple (that no longer sets sp) to
14782         the new mov targetting sp.
14784 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14786         [BZ #16683]
14787         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
14788         Define it for static builds as well.
14789         (NO_BZERO_IMPL): Likewise.
14791 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14793         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
14794         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
14795         multiarch strspn for PPC64.
14796         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
14797         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
14798         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14799         (__libc_ifunc_impl_list): Likewise.
14800         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
14801         multiarch optimizations
14802         * string/strspn.c (strspn): Using macro to redefine symbol name.
14804 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14805             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14807         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
14808         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
14809         multiarch strncat for PPC64.
14810         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
14811         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
14812         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14813         (__libc_ifunc_impl_list): Likewise.
14814         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
14815         multiarch optimizations
14817 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14819         [BZ #16639]
14820         * nscd/nscd.service: Make service type forking.
14822 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14824         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
14825         sign in non default rounding modes.
14826         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
14828 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
14830         * math/libm-test.inc (ALL_RM_TEST): New macro.
14831         (ceil_test): Use ALL_RM_TEST.
14832         (cimag_test): Likewise.
14833         (conj_test): Likewise.
14834         (copysign_test): Likewise.
14835         (cproj_test): Likewise.
14836         (creal_test): Likewise.
14837         (fabs_test): Likewise.
14838         (floor_test): Likewise.
14839         (fmax_test): Likewise.
14840         (fmin_test): Likewise.
14841         (fmod_test): Likewise.
14842         (fpclassify_test): Likewise.
14843         (frexp_test): Likewise.
14844         (ilogb_test): Likewise.
14845         (isfinite_test): Likewise.
14846         (finite_test): Likewise.
14847         (isgreater_test): Likewise.
14848         (isgreaterequal_test): Likewise.
14849         (isinf_test): Likewise.
14850         (isless_test): Likewise.
14851         (islessequal_test): Likewise.
14852         (islessgreater_test): Likewise.
14853         (isnan_test): Likewise.
14854         (isnormal_test): Likewise.
14855         (issignaling_test): Likewise.
14856         (isunordered_test): Likewise.
14857         (logb_test): Likewise.
14858         (logb_downward_test_data): Remove.
14859         (logb_test_downward): Likewise.
14860         (lround_test): Use ALL_RM_TEST.
14861         (llround_test): Likewise.
14862         (modf_test): Likewise.
14863         (nexttoward_test): Likewise.
14864         (remainder_test): Likewise.
14865         (drem_test): Likewise.
14866         (remainder_tonearest_test_data): Likewise.
14867         (remainder_test_tonearest): Likewise.
14868         (drem_test_tonearest): Likewise.
14869         (remainder_towardzero_test_data): Likewise.
14870         (remainder_test_towardzero): Likewise.
14871         (drem_test_towardzero): Likewise.
14872         (remainder_downward_test_data): Likewise.
14873         (remainder_test_downward): Likewise.
14874         (drem_test_downward): Likewise.
14875         (remainder_upward_test_data): Likewise.
14876         (remainder_test_upward): Likewise.
14877         (drem_test_upward): Likewise.
14878         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
14879         (round_test): Use ALL_RM_TEST.
14880         (signbit_test): Likewise.
14881         (trunc_test): Likewise.
14882         (significand_test): Likewise.
14883         (main): Don't call removed functions.
14885 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
14887         [BZ #16674]
14888         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
14889         || __USE_XOPEN2K8].
14890         (ILL_ILLOPN): Likewise.
14891         (ILL_ILLADR): Likewise.
14892         (ILL_ILLTRP): Likewise.
14893         (ILL_PRVOPC): Likewise.
14894         (ILL_PRVREG): Likewise.
14895         (ILL_COPROC): Likewise.
14896         (ILL_BADSTK): Likewise.
14897         (FPE_INTDIV): Likewise.
14898         (FPE_INTOVF): Likewise.
14899         (FPE_FLTDIV): Likewise.
14900         (FPE_FLTOVF): Likewise.
14901         (FPE_FLTUND): Likewise.
14902         (FPE_FLTRES): Likewise.
14903         (FPE_FLTINV): Likewise.
14904         (FPE_FLTSUB): Likewise.
14905         (SEGV_MAPERR): Likewise.
14906         (SEGV_ACCERR): Likewise.
14907         (BUS_ADRALN): Likewise.
14908         (BUS_ADRERR): Likewise.
14909         (BUS_OBJERR): Likewise.
14910         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14911         (TRAP_TRACE): Likewise.
14912         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14913         __USE_XOPEN2K8].
14914         (CLD_KILLED): Likewise.
14915         (CLD_DUMPED): Likewise.
14916         (CLD_TRAPPED): Likewise.
14917         (CLD_STOPPED): Likewise.
14918         (CLD_CONTINUED): Likewise.
14919         (POLL_IN): Likewise.
14920         (POLL_OUT): Likewise.
14921         (POLL_MSG): Likewise.
14922         (POLL_ERR): Likewise.
14923         (POLL_PRI): Likewise.
14924         (POLL_HUP): Likewise.
14925         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
14926         Likewise.
14927         (ILL_ILLOPN): Likewise.
14928         (ILL_ILLADR): Likewise.
14929         (ILL_ILLTRP): Likewise.
14930         (ILL_PRVOPC): Likewise.
14931         (ILL_PRVREG): Likewise.
14932         (ILL_COPROC): Likewise.
14933         (ILL_BADSTK): Likewise.
14934         (FPE_INTDIV): Likewise.
14935         (FPE_INTOVF): Likewise.
14936         (FPE_FLTDIV): Likewise.
14937         (FPE_FLTOVF): Likewise.
14938         (FPE_FLTUND): Likewise.
14939         (FPE_FLTRES): Likewise.
14940         (FPE_FLTINV): Likewise.
14941         (FPE_FLTSUB): Likewise.
14942         (SEGV_MAPERR): Likewise.
14943         (SEGV_ACCERR): Likewise.
14944         (BUS_ADRALN): Likewise.
14945         (BUS_ADRERR): Likewise.
14946         (BUS_OBJERR): Likewise.
14947         (BUS_MCEERR_AR): Likewise.
14948         (BUS_MCEERR_AO): Likewise.
14949         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14950         (TRAP_TRACE): Likewise.
14951         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14952         __USE_XOPEN2K8].
14953         (CLD_KILLED): Likewise.
14954         (CLD_DUMPED): Likewise.
14955         (CLD_TRAPPED): Likewise.
14956         (CLD_STOPPED): Likewise.
14957         (CLD_CONTINUED): Likewise.
14958         (POLL_IN): Likewise.
14959         (POLL_OUT): Likewise.
14960         (POLL_MSG): Likewise.
14961         (POLL_ERR): Likewise.
14962         (POLL_PRI): Likewise.
14963         (POLL_HUP): Likewise.
14964         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
14965         (ILL_ILLOPN): Likewise.
14966         (ILL_ILLADR): Likewise.
14967         (ILL_ILLTRP): Likewise.
14968         (ILL_PRVOPC): Likewise.
14969         (ILL_PRVREG): Likewise.
14970         (ILL_COPROC): Likewise.
14971         (ILL_BADSTK): Likewise.
14972         (FPE_INTDIV): Likewise.
14973         (FPE_INTOVF): Likewise.
14974         (FPE_FLTDIV): Likewise.
14975         (FPE_FLTOVF): Likewise.
14976         (FPE_FLTUND): Likewise.
14977         (FPE_FLTRES): Likewise.
14978         (FPE_FLTINV): Likewise.
14979         (FPE_FLTSUB): Likewise.
14980         (SEGV_MAPERR): Likewise.
14981         (SEGV_ACCERR): Likewise.
14982         (BUS_ADRALN): Likewise.
14983         (BUS_ADRERR): Likewise.
14984         (BUS_OBJERR): Likewise.
14985         (BUS_MCEERR_AR): Likewise.
14986         (BUS_MCEERR_AO): Likewise.
14987         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
14988         (TRAP_TRACE): Likewise.
14989         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
14990         __USE_XOPEN2K8].
14991         (CLD_KILLED): Likewise.
14992         (CLD_DUMPED): Likewise.
14993         (CLD_TRAPPED): Likewise.
14994         (CLD_STOPPED): Likewise.
14995         (CLD_CONTINUED): Likewise.
14996         (POLL_IN): Likewise.
14997         (POLL_OUT): Likewise.
14998         (POLL_MSG): Likewise.
14999         (POLL_ERR): Likewise.
15000         (POLL_PRI): Likewise.
15001         (POLL_HUP): Likewise.
15002         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
15003         Likewise.
15004         (ILL_ILLOPN): Likewise.
15005         (ILL_ILLADR): Likewise.
15006         (ILL_ILLTRP): Likewise.
15007         (ILL_PRVOPC): Likewise.
15008         (ILL_PRVREG): Likewise.
15009         (ILL_COPROC): Likewise.
15010         (ILL_BADSTK): Likewise.
15011         (ILL_BADIADDR): Likewise.
15012         (ILL_BREAK): Likewise.
15013         (FPE_INTDIV): Likewise.
15014         (FPE_INTOVF): Likewise.
15015         (FPE_FLTDIV): Likewise.
15016         (FPE_FLTOVF): Likewise.
15017         (FPE_FLTUND): Likewise.
15018         (FPE_FLTRES): Likewise.
15019         (FPE_FLTINV): Likewise.
15020         (FPE_FLTSUB): Likewise.
15021         (FPE_DECOVF): Likewise.
15022         (FPE_DECDIV): Likewise.
15023         (FPE_DECERR): Likewise.
15024         (FPE_INVASC): Likewise.
15025         (FPE_INVDEC): Likewise.
15026         (SEGV_MAPERR): Likewise.
15027         (SEGV_ACCERR): Likewise.
15028         (SEGV_PSTKOVF): Likewise.
15029         (BUS_ADRALN): Likewise.
15030         (BUS_ADRERR): Likewise.
15031         (BUS_OBJERR): Likewise.
15032         (BUS_MCEERR_AR): Likewise.
15033         (BUS_MCEERR_AO): Likewise.
15034         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15035         (TRAP_TRACE): Likewise.
15036         (TRAP_BRANCH): Likewise.
15037         (TRAP_HWBKPT): Likewise.
15038         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15039         __USE_XOPEN2K8].
15040         (CLD_KILLED): Likewise.
15041         (CLD_DUMPED): Likewise.
15042         (CLD_TRAPPED): Likewise.
15043         (CLD_STOPPED): Likewise.
15044         (CLD_CONTINUED): Likewise.
15045         (POLL_IN): Likewise.
15046         (POLL_OUT): Likewise.
15047         (POLL_MSG): Likewise.
15048         (POLL_ERR): Likewise.
15049         (POLL_PRI): Likewise.
15050         (POLL_HUP): Likewise.
15051         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
15052         (ILL_ILLOPN): Likewise.
15053         (ILL_ILLADR): Likewise.
15054         (ILL_ILLTRP): Likewise.
15055         (ILL_PRVOPC): Likewise.
15056         (ILL_PRVREG): Likewise.
15057         (ILL_COPROC): Likewise.
15058         (ILL_BADSTK): Likewise.
15059         (FPE_INTDIV): Likewise.
15060         (FPE_INTOVF): Likewise.
15061         (FPE_FLTDIV): Likewise.
15062         (FPE_FLTOVF): Likewise.
15063         (FPE_FLTUND): Likewise.
15064         (FPE_FLTRES): Likewise.
15065         (FPE_FLTINV): Likewise.
15066         (FPE_FLTSUB): Likewise.
15067         (SEGV_MAPERR): Likewise.
15068         (SEGV_ACCERR): Likewise.
15069         (BUS_ADRALN): Likewise.
15070         (BUS_ADRERR): Likewise.
15071         (BUS_OBJERR): Likewise.
15072         (BUS_MCEERR_AR): Likewise.
15073         (BUS_MCEERR_AO): Likewise.
15074         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15075         (TRAP_TRACE): Likewise.
15076         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15077         __USE_XOPEN2K8].
15078         (CLD_KILLED): Likewise.
15079         (CLD_DUMPED): Likewise.
15080         (CLD_TRAPPED): Likewise.
15081         (CLD_STOPPED): Likewise.
15082         (CLD_CONTINUED): Likewise.
15083         (POLL_IN): Likewise.
15084         (POLL_OUT): Likewise.
15085         (POLL_MSG): Likewise.
15086         (POLL_ERR): Likewise.
15087         (POLL_PRI): Likewise.
15088         (POLL_HUP): Likewise.
15089         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
15090         (ILL_ILLOPN): Likewise.
15091         (ILL_ILLADR): Likewise.
15092         (ILL_ILLTRP): Likewise.
15093         (ILL_PRVOPC): Likewise.
15094         (ILL_PRVREG): Likewise.
15095         (ILL_COPROC): Likewise.
15096         (ILL_BADSTK): Likewise.
15097         (FPE_INTDIV): Likewise.
15098         (FPE_INTOVF): Likewise.
15099         (FPE_FLTDIV): Likewise.
15100         (FPE_FLTOVF): Likewise.
15101         (FPE_FLTUND): Likewise.
15102         (FPE_FLTRES): Likewise.
15103         (FPE_FLTINV): Likewise.
15104         (FPE_FLTSUB): Likewise.
15105         (SEGV_MAPERR): Likewise.
15106         (SEGV_ACCERR): Likewise.
15107         (BUS_ADRALN): Likewise.
15108         (BUS_ADRERR): Likewise.
15109         (BUS_OBJERR): Likewise.
15110         (BUS_MCEERR_AR): Likewise.
15111         (BUS_MCEERR_AO): Likewise.
15112         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15113         (TRAP_TRACE): Likewise.
15114         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15115         __USE_XOPEN2K8].
15116         (CLD_KILLED): Likewise.
15117         (CLD_DUMPED): Likewise.
15118         (CLD_TRAPPED): Likewise.
15119         (CLD_STOPPED): Likewise.
15120         (CLD_CONTINUED): Likewise.
15121         (POLL_IN): Likewise.
15122         (POLL_OUT): Likewise.
15123         (POLL_MSG): Likewise.
15124         (POLL_ERR): Likewise.
15125         (POLL_PRI): Likewise.
15126         (POLL_HUP): Likewise.
15127         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
15128         (ILL_ILLOPN): Likewise.
15129         (ILL_ILLADR): Likewise.
15130         (ILL_ILLTRP): Likewise.
15131         (ILL_PRVOPC): Likewise.
15132         (ILL_PRVREG): Likewise.
15133         (ILL_COPROC): Likewise.
15134         (ILL_BADSTK): Likewise.
15135         (FPE_INTDIV): Likewise.
15136         (FPE_INTOVF): Likewise.
15137         (FPE_FLTDIV): Likewise.
15138         (FPE_FLTOVF): Likewise.
15139         (FPE_FLTUND): Likewise.
15140         (FPE_FLTRES): Likewise.
15141         (FPE_FLTINV): Likewise.
15142         (FPE_FLTSUB): Likewise.
15143         (SEGV_MAPERR): Likewise.
15144         (SEGV_ACCERR): Likewise.
15145         (BUS_ADRALN): Likewise.
15146         (BUS_ADRERR): Likewise.
15147         (BUS_OBJERR): Likewise.
15148         (BUS_MCEERR_AR): Likewise.
15149         (BUS_MCEERR_AO): Likewise.
15150         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15151         (TRAP_TRACE): Likewise.
15152         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15153         __USE_XOPEN2K8].
15154         (CLD_KILLED): Likewise.
15155         (CLD_DUMPED): Likewise.
15156         (CLD_TRAPPED): Likewise.
15157         (CLD_STOPPED): Likewise.
15158         (CLD_CONTINUED): Likewise.
15159         (POLL_IN): Likewise.
15160         (POLL_OUT): Likewise.
15161         (POLL_MSG): Likewise.
15162         (POLL_ERR): Likewise.
15163         (POLL_PRI): Likewise.
15164         (POLL_HUP): Likewise.
15165         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
15166         (ILL_ILLOPN): Likewise.
15167         (ILL_ILLADR): Likewise.
15168         (ILL_ILLTRP): Likewise.
15169         (ILL_PRVOPC): Likewise.
15170         (ILL_PRVREG): Likewise.
15171         (ILL_COPROC): Likewise.
15172         (ILL_BADSTK): Likewise.
15173         (ILL_DBLFLT): Likewise.
15174         (ILL_HARDWALL): Likewise.
15175         (FPE_INTDIV): Likewise.
15176         (FPE_INTOVF): Likewise.
15177         (FPE_FLTDIV): Likewise.
15178         (FPE_FLTOVF): Likewise.
15179         (FPE_FLTUND): Likewise.
15180         (FPE_FLTRES): Likewise.
15181         (FPE_FLTINV): Likewise.
15182         (FPE_FLTSUB): Likewise.
15183         (SEGV_MAPERR): Likewise.
15184         (SEGV_ACCERR): Likewise.
15185         (BUS_ADRALN): Likewise.
15186         (BUS_ADRERR): Likewise.
15187         (BUS_OBJERR): Likewise.
15188         (BUS_MCEERR_AR): Likewise.
15189         (BUS_MCEERR_AO): Likewise.
15190         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15191         (TRAP_TRACE): Likewise.
15192         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15193         __USE_XOPEN2K8].
15194         (CLD_KILLED): Likewise.
15195         (CLD_DUMPED): Likewise.
15196         (CLD_TRAPPED): Likewise.
15197         (CLD_STOPPED): Likewise.
15198         (CLD_CONTINUED): Likewise.
15199         (POLL_IN): Likewise.
15200         (POLL_OUT): Likewise.
15201         (POLL_MSG): Likewise.
15202         (POLL_ERR): Likewise.
15203         (POLL_PRI): Likewise.
15204         (POLL_HUP): Likewise.
15205         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
15206         (ILL_ILLOPN): Likewise.
15207         (ILL_ILLADR): Likewise.
15208         (ILL_ILLTRP): Likewise.
15209         (ILL_PRVOPC): Likewise.
15210         (ILL_PRVREG): Likewise.
15211         (ILL_COPROC): Likewise.
15212         (ILL_BADSTK): Likewise.
15213         (FPE_INTDIV): Likewise.
15214         (FPE_INTOVF): Likewise.
15215         (FPE_FLTDIV): Likewise.
15216         (FPE_FLTOVF): Likewise.
15217         (FPE_FLTUND): Likewise.
15218         (FPE_FLTRES): Likewise.
15219         (FPE_FLTINV): Likewise.
15220         (FPE_FLTSUB): Likewise.
15221         (SEGV_MAPERR): Likewise.
15222         (SEGV_ACCERR): Likewise.
15223         (BUS_ADRALN): Likewise.
15224         (BUS_ADRERR): Likewise.
15225         (BUS_OBJERR): Likewise.
15226         (BUS_MCEERR_AR): Likewise.
15227         (BUS_MCEERR_AO): Likewise.
15228         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15229         (TRAP_TRACE): Likewise.
15230         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15231         __USE_XOPEN2K8].
15232         (CLD_KILLED): Likewise.
15233         (CLD_DUMPED): Likewise.
15234         (CLD_TRAPPED): Likewise.
15235         (CLD_STOPPED): Likewise.
15236         (CLD_CONTINUED): Likewise.
15237         (POLL_IN): Likewise.
15238         (POLL_OUT): Likewise.
15239         (POLL_MSG): Likewise.
15240         (POLL_ERR): Likewise.
15241         (POLL_PRI): Likewise.
15242         (POLL_HUP): Likewise.
15243         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
15244         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15246         [BZ #16670]
15247         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
15248         before #include of <time.h>.
15249         [!__USE_XOPEN2K] (__need_timespec): Likewise.
15250         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
15251         (test-xfail-UNIX98/sched.h/conform): Likewise.
15253 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15255         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
15256         error absence of trapping exception support.
15257         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15259 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15261         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
15262         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
15263         * timezone/Makefile (testdata): Move definition above include of
15264         Rules.
15265         (test-zones): New variable.
15266         (tests-special): Add zone files.
15267         (build-testdata): Use $(evaluate-test).
15269         * elf/Makefile (tests-special): Rename tests to end with .out.
15270         ($(objpfx)noload-mem): Likewise.
15271         ($(objpfx)tst-leaks1-mem): Likewise.
15272         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
15273         * iconv/Makefile (xtests-special): Change test-iconvconfig to
15274         $(objpfx)test-iconvconfig.out.
15275         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
15276         set -e inside subshell and redirect output to file.
15277         * iconvdata/Makefile (generated): Rename tests to end with .out.
15278         Correct type.
15279         (tests-special): Rename tests to end with .out.
15280         ($(objpfx)mtrace-tst-loading): Likewise.
15281         * intl/Makefile (generated): Likewise.
15282         (tests-special): Likewise.
15283         ($(objpfx)mtrace-tst-gettext): Likewise.
15284         * misc/Makefile (generated): Likewise.
15285         (tests-special): Likewise.
15286         ($(objpfx)tst-error1-mem): Likewise.
15287         * nptl/Makefile (tests-special): Likewise.
15288         ($(objpfx)tst-stack3-mem): Likewise.
15289         (generated): Likewise.
15290         * posix/Makefile (generated): Likewise.
15291         (tests-special): Likewise.
15292         (xtests-special): Likewise.
15293         ($(objpfx)tst-fnmatch-mem): Likewise.
15294         ($(objpfx)bug-regex2-mem): Likewise.
15295         ($(objpfx)bug-regex14-mem): Likewise.
15296         ($(objpfx)bug-regex21-mem): Likewise.
15297         ($(objpfx)bug-regex31-mem): Likewise.
15298         ($(objpfx)tst-vfork3-mem): Likewise.
15299         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
15300         ($(objpfx)tst-pcre-mem): Likewise.
15301         ($(objpfx)tst-boost-mem): Likewise.
15302         ($(objpfx)bug-ga2-mem): Likewise.
15303         ($(objpfx)bug-glob2-mem): Likewise.
15304         * resolv/Makefile (generate): Likewise.
15305         (tests-special): Likewise.
15306         (xtests-special): Likewise.
15307         (generated): Likewise.
15308         ($(objpfx)mtrace-tst-leaks): Likewise.
15309         ($(objpfx)mtrace-tst-leaks2): Likewise.
15311         * scripts/merge-test-results.sh: New file.
15312         * Makefile (tests-special-notdir): New variable.
15313         (tests): Run merge-test-results.sh.
15314         (xtests): Likewise.
15315         * Rules (tests-special-notdir): New variable.
15316         (xtests-special-notdir): Likewise.
15317         (tests): Run merge-test-results.sh
15318         (xtests): Likewise.
15320         * Makeconfig (test-xfail-name): New variable.
15321         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
15322         compute variable name for expected failures.
15323         * conform/Makefile (conformtest-headers-data): New variable.
15324         (conformtest-standards): Likewise.
15325         (conformtest-headers-ISO): Likewise.
15326         (conformtest-headers-ISO99): Likewise.
15327         (conformtest-headers-ISO11): Likewise.
15328         (conformtest-headers-POSIX): Likewise.
15329         (conformtest-headers-XPG3): Likewise.
15330         (conformtest-headers-XPG4): Likewise.
15331         (conformtest-headers-UNIX98): Likewise.
15332         (conformtest-headers-XOPEN2K): Likewise.
15333         (conformtest-headers-POSIX2008): Likewise.
15334         (conformtest-headers-XOPEN2K8): Likewise.
15335         (conformtest-header-list-base): Likewise.
15336         (conformtest-header-list-tests): Likewise.
15337         (conformtest-header-base): Likewise.
15338         (conformtest-header-tests): Likewise.
15339         (tests-special): Add $(conformtest-header-list-tests).  If
15340         [$(fast-check) && !$(cross-compiling)], add
15341         $(conformtest-header-tests) instead of
15342         $(objpfx)run-conformtest.out.
15343         (generated): Add $(conformtest-header-list-base).  If
15344         [$(fast-check) && !$(cross-compiling)], add
15345         $(conformtest-header-base).  Remove previous setting.
15346         ($(conformtest-header-list-tests)): New target.
15347         (test-xfail-run-conformtest): Remove variable.
15348         ($(objpfx)run-conformtest.out): Remove target.
15349         (test-xfail-ISO11/complex.h/conform): New variable.
15350         (test-xfail-ISO11/stdalign.h/conform): Likewise.
15351         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
15352         (test-xfail-XPG3/varargs.h/conform): Likewise.
15353         (test-xfail-XPG4/varargs.h/conform): Likewise.
15354         (test-xfail-UNIX98/varargs.h/conform): Likewise.
15355         (test-xfail-XPG4/ndbm.h/conform): Likewise.
15356         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
15357         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
15358         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
15359         (test-xfail-XPG3/fcntl.h/conform): Likewise.
15360         (test-xfail-XPG3/ftw.h/conform): Likewise.
15361         (test-xfail-XPG3/grp.h/conform): Likewise.
15362         (test-xfail-XPG3/langinfo.h/conform): Likewise.
15363         (test-xfail-XPG3/limits.h/conform): Likewise.
15364         (test-xfail-XPG3/pwd.h/conform): Likewise.
15365         (test-xfail-XPG3/search.h/conform): Likewise.
15366         (test-xfail-XPG3/signal.h/conform): Likewise.
15367         (test-xfail-XPG3/stdio.h/conform): Likewise.
15368         (test-xfail-XPG3/stdlib.h/conform): Likewise.
15369         (test-xfail-XPG3/string.h/conform): Likewise.
15370         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
15371         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
15372         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
15373         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
15374         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
15375         (test-xfail-XPG3/sys/types.h/conform): Likewise.
15376         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
15377         (test-xfail-XPG3/termios.h/conform): Likewise.
15378         (test-xfail-XPG3/time.h/conform): Likewise.
15379         (test-xfail-XPG3/unistd.h/conform): Likewise.
15380         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
15381         (test-xfail-XPG4/fcntl.h/conform): Likewise.
15382         (test-xfail-XPG4/langinfo.h/conform): Likewise.
15383         (test-xfail-XPG4/netdb.h/conform): Likewise.
15384         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
15385         (test-xfail-XPG4/signal.h/conform): Likewise.
15386         (test-xfail-XPG4/stdio.h/conform): Likewise.
15387         (test-xfail-XPG4/stdlib.h/conform): Likewise.
15388         (test-xfail-XPG4/stropts.h/conform): Likewise.
15389         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
15390         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
15391         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
15392         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
15393         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
15394         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
15395         (test-xfail-XPG4/sys/time.h/conform): Likewise.
15396         (test-xfail-XPG4/sys/types.h/conform): Likewise.
15397         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
15398         (test-xfail-XPG4/termios.h/conform): Likewise.
15399         (test-xfail-XPG4/ucontext.h/conform): Likewise.
15400         (test-xfail-XPG4/unistd.h/conform): Likewise.
15401         (test-xfail-XPG4/utmpx.h/conform): Likewise.
15402         (test-xfail-POSIX/sched.h/conform): Likewise.
15403         (test-xfail-POSIX/signal.h/conform): Likewise.
15404         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
15405         (test-xfail-POSIX/tar.h/conform): Likewise.
15406         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
15407         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
15408         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
15409         (test-xfail-UNIX98/netdb.h/conform): Likewise.
15410         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
15411         (test-xfail-UNIX98/sched.h/conform): Likewise.
15412         (test-xfail-UNIX98/signal.h/conform): Likewise.
15413         (test-xfail-UNIX98/stdio.h/conform): Likewise.
15414         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
15415         (test-xfail-UNIX98/stropts.h/conform): Likewise.
15416         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
15417         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
15418         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
15419         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
15420         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
15421         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
15422         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
15423         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
15424         (test-xfail-UNIX98/unistd.h/conform): Likewise.
15425         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
15426         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
15427         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
15428         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
15429         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
15430         (test-xfail-XOPEN2K/math.h/conform): Likewise.
15431         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
15432         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
15433         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
15434         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
15435         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
15436         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
15437         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
15438         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
15439         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
15440         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
15441         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
15442         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
15443         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
15444         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
15445         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
15446         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
15447         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
15448         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
15449         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
15450         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
15451         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
15452         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
15453         (test-xfail-POSIX2008/signal.h/conform): Likewise.
15454         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
15455         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
15456         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
15457         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
15458         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
15459         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
15460         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
15461         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
15462         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
15463         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
15464         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
15465         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
15466         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
15467         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
15468         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
15469         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
15470         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
15471         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
15472         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
15473         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
15474         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
15475         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
15476         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
15477         (conformtest-cc-flags): Likewise.
15478         ($(conformtest-header-tests): New target.
15479         * conform/check-header-lists.sh: New file.
15480         * conform/run-conformtest.sh: Remove.
15482         * conform/conformtest.pl: Allow ' and \ in values given for
15483         constants.
15484         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
15485         inclusion.
15486         [POSIX] (sys/types.h): Likewise.
15487         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
15488         inclusion.
15489         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
15490         inclusion.
15491         * conform/data/signal.h-data (SIGIO): Remove expectation.
15492         [XPG3] (SIGBUS): Do not expect.
15493         [POSIX || XPG3] (SIGPOLL): Likewise.
15494         [POSIX || XPG3] (SIGPROF): Likewise.
15495         [POSIX || XPG3] (SIGSYS): Likewise.
15496         [XPG3] (SIGTRAP): Likewise.
15497         [POSIX || XPG3] (SIGURG): Likewise.
15498         [POSIX || XPG3] (SIGVTALRM): Likewise.
15499         [POSIX || XPG3] (SIGXCPU): Likewise.
15500         [POSIX || XPG3] (SIGXFSZ): Likewise.
15501         [POSIX] (SA_SIGINFO): Expect.
15502         [XPG3] (siginfo_t): Do not expect type or contents.
15503         [POSIX] (si_pid): Do not expect element.
15504         [POSIX] (si_uid): Likewise.
15505         [POSIX] (si_addr): Likewise.
15506         [POSIX] (si_status): Likewise.
15507         [POSIX] (si_band): Likewise.
15508         [XPG4] (si_value): Likewise.
15509         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
15510         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
15511         [POSIX || XPG3] (ILL_ILLADR): Likewise.
15512         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
15513         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
15514         [POSIX || XPG3] (ILL_PRVREG): Likewise.
15515         [POSIX || XPG3] (ILL_COPROC): Likewise.
15516         [POSIX || XPG3] (ILL_BADSTK): Likewise.
15517         [POSIX || XPG3] (FPE_INTDIV): Likewise.
15518         [POSIX || XPG3] (FPE_INTOVF): Likewise.
15519         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
15520         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
15521         [POSIX || XPG3] (FPE_FLTUND): Likewise.
15522         [POSIX || XPG3] (FPE_FLTRES): Likewise.
15523         [POSIX || XPG3] (FPE_FLTINV): Likewise.
15524         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
15525         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
15526         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
15527         [POSIX || XPG3] (BUS_ADRALN): Likewise.
15528         [POSIX || XPG3] (BUS_ADRERR): Likewise.
15529         [POSIX || XPG3] (BUS_OBJERR): Likewise.
15530         [POSIX || XPG3] (CLD_EXITED): Likewise.
15531         [POSIX || XPG3] (CLD_KILLED): Likewise.
15532         [POSIX || XPG3] (CLD_DUMPED): Likewise.
15533         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
15534         [POSIX || XPG3] (CLD_STOPPED): Likewise.
15535         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
15536         [POSIX || XPG3] (POLL_IN): Likewise.
15537         [POSIX || XPG3] (POLL_OUT): Likewise.
15538         [POSIX || XPG3] (POLL_MSG): Likewise.
15539         [POSIX || XPG3] (POLL_ERR): Likewise.
15540         [POSIX || XPG3] (POLL_PRI): Likewise.
15541         [POSIX || XPG3] (POLL_HUP): Likewise.
15542         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
15543         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
15544         (SIG*): Do not allow.
15545         [XPG3] (si_*): Likewise.
15546         [XPG3] (SI_*): Likewise.
15547         [XPG3 || XPG4] (sigev_*): Likewise.
15548         [XPG3 || XPG4] (SIGEV_*): Likewise.
15549         [XPG3 || XPG4] (sival_*): Likewise.
15550         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
15551         [POSIX || XPG3] (BUS_*): Likewise.
15552         [POSIX || XPG3] (CLD_*): Likewise.
15553         [POSIX || XPG3] (FPE_*): Likewise.
15554         [POSIX || XPG3] (ILL_*): Likewise.
15555         [POSIX || XPG3] (POLL_*): Likewise.
15556         [POSIX || XPG3] (SEGV_*): Likewise.
15557         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
15558         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
15559         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
15560         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
15561         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
15562         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
15563         Specify type and value.
15564         (TVERSLEN): Likewise.
15565         (REGTYPE): Likewise.
15566         (AREGTYPE): Likewise.
15567         (LNKTYPE): Likewise.
15568         (SYMTYPE): Likewise.
15569         (CHRTYPE): Likewise.
15570         (BLKTYPE): Likewise.
15571         (DIRTYPE): Likewise.
15572         (FIFOTYPE): Likewise.
15573         (CONTTYPE): Likewise.
15574         (TSUID): Likewise.
15575         (TSGID): Likewise.
15576         (TSVTX): Likewise.
15577         (TUREAD): Likewise.
15578         (TUWRITE): Likewise.
15579         (TUEXEC): Likewise.
15580         (TGREAD): Likewise.
15581         (TGWRITE): Likewise.
15582         (TGEXEC): Likewise.
15583         (TOREAD): Likewise.
15584         (TOWRITE): Likewise.
15585         (TOEXEC): Likewise.
15586         [POSIX] (TSVTX): Expect constant.
15588 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
15590         * Makefile (tests): Change dependencies to ....
15591         (tests-special): ... additions to this variable.
15592         (tests): Depend on $(tests-special).
15593         * Makerules (check-abi-list): New variable.
15594         (check-abi): Depend on $(check-abi-list).
15595         [$(subdir) = elf] (tests-special): Add
15596         $(objpfx)check-abi-libc.out.
15597         [$(build-shared) = yes && subdir] (tests-special): Add
15598         $(check-abi-list).
15599         [$(build-shared) = yes && subdir] (tests): Do not depend on
15600         check-abi.
15601         * Rules (tests): Depend on $(tests-special).
15602         (xtests): Depend on $(xtests-special).
15603         * catgets/Makefile (tests): Change dependencies to ....
15604         (tests-special): ... additions to this variable.
15605         * conform/Makefile (tests): Change dependencies to ....
15606         (tests-special): ... additions to this variable.
15607         * elf/Makefile (tests): Change dependencies to ....
15608         (tests-special): ... additions to this variable.
15609         * grp/Makefile (tests): Change dependencies to ....
15610         (tests-special): ... additions to this variable.
15611         * iconv/Makefile (xtests): Change dependencies to ....
15612         (xtests-special): ... additions to this variable.
15613         * iconvdata/Makefile (tests): Change dependencies to ....
15614         (tests-special): ... additions to this variable.
15615         * intl/Makefile (tests): Change dependencies to ....
15616         (tests-special): ... additions to this variable.  Also add
15617         $(objpfx)tst-gettext.out.
15618         * io/Makefile (tests): Change dependencies to ....
15619         (tests-special): ... additions to this variable.
15620         * libio/Makefile (tests): Change dependencies to ....
15621         (tests-special): ... additions to this variable.
15622         * malloc/Makefile (tests): Change dependencies to ....
15623         (tests-special): ... additions to this variable.
15624         * misc/Makefile (tests): Change dependencies to ....
15625         (tests-special): ... additions to this variable.
15626         * nptl/Makefile (tests): Change dependencies to ....
15627         (tests-special): ... additions to this variable.
15628         * nptl_db/Makefile (tests): Change dependencies to ....
15629         (tests-special): ... additions to this variable.
15630         * posix/Makefile (tests): Change dependencies to ....
15631         (tests-special): ... additions to this variable.
15632         (xtests): Change dependencies to ....
15633         (xtests-special): ... additions to this variable.
15634         * resolv/Makefile (tests): Change dependencies to ....
15635         (tests-special): ... additions to this variable.
15636         (xtests): Change dependencies to ....
15637         (xtests-special): ... additions to this variable.
15638         * stdio-common/Makefile (tests): Change dependencies to ....
15639         (tests-special): ... additions to this variable.
15640         (do-tst-unbputc): Remove target.
15641         (do-tst-printf): Likewise.
15642         * stdlib/Makefile (tests): Change dependencies to ....
15643         (tests-special): ... additions to this variable.
15644         * string/Makefile (tests): Change dependencies to ....
15645         (tests-special): ... additions to this variable.
15646         * sysdeps/x86/Makefile (tests): Change dependencies to ....
15647         (tests-special): ... additions to this variable.
15649         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
15650         whole file.
15651         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
15652         whole file.
15653         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
15654         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
15656         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
15657         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
15658         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
15659         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
15660         * conform/data/libgen.h-data [XPG3]: Likewise.
15661         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
15662         * conform/data/ndbm.h-data [XPG3]: Likewise.
15663         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15664         * conform/data/netdb.h-data [XPG3]: Likewise.
15665         * conform/data/netinet/in.h-data [XPG3]: Likewise.
15666         * conform/data/poll.h-data [XPG3]: Likewise.
15667         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
15668         * conform/data/strings.h-data [XPG3]: Likewise.
15669         * conform/data/stropts.h-data [XPG3]: Likewise.
15670         * conform/data/sys/mman.h-data [XPG3]: Likewise.
15671         * conform/data/sys/resource.h-data [XPG3]: Likewise.
15672         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
15673         Likewise.
15674         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
15675         * conform/data/sys/time.h-data [XPG3]: Likewise.
15676         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
15677         * conform/data/sys/uio.h-data [XPG3]: Likewise.
15678         * conform/data/sys/un.h-data [XPG3]: Likewise.
15679         * conform/data/syslog.h-data [XPG3]: Likewise.
15680         * conform/data/ucontext.h-data [XPG3]: Likewise.
15681         * conform/data/utmpx.h-data [XPG3]: Likewise.
15682         * conform/data/varargs.h-data [UNIX98]: Enable file.
15684         * manual/Makefile (INSTALL_INFO): Remove variable setting.
15686         * math/libm-test.inc (struct test_f_f_data): Move expected results
15687         into structure for each rounding mode.
15688         (struct test_ff_f_data): Likewise.
15689         (struct test_ff_f_data_nexttoward): Likewise.
15690         (struct test_fi_f_data): Likewise.
15691         (struct test_fl_f_data): Likewise.
15692         (struct test_if_f_data): Likewise.
15693         (struct test_fff_f_data): Likewise.
15694         (struct test_c_f_data): Likewise.
15695         (struct test_f_f1_data): Likewise.
15696         (struct test_fF_f1_data): Likewise.
15697         (struct test_ffI_f1_data): Likewise.
15698         (struct test_c_c_data): Likewise.
15699         (struct test_cc_c_data): Likewise.
15700         (struct test_f_i_data): Likewise.
15701         (struct test_ff_i_data): Likewise.
15702         (struct test_f_l_data): Likewise.
15703         (struct test_f_L_data): Likewise.
15704         (struct test_fFF_11_data): Likewise.
15705         (RM_): New macro.
15706         (RM_FE_DOWNWARD): Likewise.
15707         (RM_FE_TONEAREST): Likewise.
15708         (RM_FE_TOWARDZERO): Likewise.
15709         (RM_FE_UPWARD): Likewise.
15710         (RUN_TEST_LOOP_f_f): Update references to expected results.
15711         (RUN_TEST_LOOP_2_f): Likewise.
15712         (RUN_TEST_LOOP_fff_f): Likewise.
15713         (RUN_TEST_LOOP_c_f): Likewise.
15714         (RUN_TEST_LOOP_f_f1): Likewise.
15715         (RUN_TEST_LOOP_fF_f1): Likewise.
15716         (RUN_TEST_LOOP_fI_f1): Likewise.
15717         (RUN_TEST_LOOP_ffI_f1): Likewise.
15718         (RUN_TEST_LOOP_c_c): Likewise.
15719         (RUN_TEST_LOOP_cc_c): Likewise.
15720         (RUN_TEST_LOOP_f_i): Likewise.
15721         (RUN_TEST_LOOP_f_i_tg): Likewise.
15722         (RUN_TEST_LOOP_ff_i_tg): Likewise.
15723         (RUN_TEST_LOOP_f_b): Likewise.
15724         (RUN_TEST_LOOP_f_b_tg): Likewise.
15725         (RUN_TEST_LOOP_f_l): Likewise.
15726         (RUN_TEST_LOOP_f_L): Likewise.
15727         (RUN_TEST_LOOP_fFF_11): Likewise.
15728         * math/gen-libm-test.pl (parse_args): Output four copies of
15729         expected results for each test.
15731         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
15732         (__ASSUME_UTIMES): Remove.
15733         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15734         (__ASSUME_UTIMES): Likewise.
15736         * math/gen-auto-libm-tests.c: Update comment on output format.
15737         (output_for_one_input_case): Generate before-rounding and
15738         after-rounding information as conditions on output flags not
15739         floating-point format.
15740         * math/auto-libm-test-out: Regenerated.
15741         * math/gen-libm-test.pl (cond_value): New function.
15742         (or_cond_value): Use cond_value.
15743         (generate_testfile): Handle conditional exceptions.
15745 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
15747         * math/libm-test.inc (max_valid_error): New variable.
15748         (init_max_error): Take new argument specifying whether function
15749         results are exactly determined.  Set max_valid_error and bound
15750         other variables for errors based on this argument.
15751         (set_max_error): Do not record results above max_valid_error.
15752         (check_float_internal): Only accept errors of up to 0.5ulps if
15753         also at most max_valid_error.
15754         (START): Take new argument EXACT and pass it to init_max_error.
15755         (acos_test): Update call to START.
15756         (acos_test_tonearest): Likewise.
15757         (acos_test_towardzero): Likewise.
15758         (acos_test_downward): Likewise.
15759         (acos_test_upward): Likewise.
15760         (acosh_test): Likewise.
15761         (asin_test): Likewise.
15762         (asin_test_tonearest): Likewise.
15763         (asin_test_towardzero): Likewise.
15764         (asin_test_downward): Likewise.
15765         (asin_test_upward): Likewise.
15766         (asinh_test): Likewise.
15767         (atan_test): Likewise.
15768         (atanh_test): Likewise.
15769         (atan2_test): Likewise.
15770         (cabs_test): Likewise.
15771         (cacos_test): Likewise.
15772         (cacosh_test): Likewise.
15773         (carg_test): Likewise.
15774         (casin_test): Likewise.
15775         (casinh_test): Likewise.
15776         (catan_test): Likewise.
15777         (catanh_test): Likewise.
15778         (cbrt_test): Likewise.
15779         (ccos_test): Likewise.
15780         (ccosh_test): Likewise.
15781         (ceil_test): Likewise.
15782         (cexp_test): Likewise.
15783         (cimag_test): Likewise.
15784         (clog_test): Likewise.
15785         (clog10_test): Likewise.
15786         (conj_test): Likewise.
15787         (copysign_test): Likewise.
15788         (cos_test): Likewise.
15789         (cos_test_tonearest): Likewise.
15790         (cos_test_towardzero): Likewise.
15791         (cos_test_downward): Likewise.
15792         (cos_test_upward): Likewise.
15793         (cosh_test): Likewise.
15794         (cosh_test_tonearest): Likewise.
15795         (cosh_test_towardzero): Likewise.
15796         (cosh_test_downward): Likewise.
15797         (cosh_test_upward): Likewise.
15798         (cpow_test): Likewise.
15799         (cproj_test): Likewise.
15800         (creal_test): Likewise.
15801         (csin_test): Likewise.
15802         (csinh_test): Likewise.
15803         (csqrt_test): Likewise.
15804         (ctan_test): Likewise.
15805         (ctan_test_tonearest): Likewise.
15806         (ctan_test_towardzero): Likewise.
15807         (ctan_test_downward): Likewise.
15808         (ctan_test_upward): Likewise.
15809         (ctanh_test): Likewise.
15810         (ctanh_test_tonearest): Likewise.
15811         (ctanh_test_towardzero): Likewise.
15812         (ctanh_test_downward): Likewise.
15813         (ctanh_test_upward): Likewise.
15814         (erf_test): Likewise.
15815         (erfc_test): Likewise.
15816         (exp_test): Likewise.
15817         (exp_test_tonearest): Likewise.
15818         (exp_test_towardzero): Likewise.
15819         (exp_test_downward): Likewise.
15820         (exp_test_upward): Likewise.
15821         (exp10_test): Likewise.
15822         (exp10_test_tonearest): Likewise.
15823         (exp10_test_towardzero): Likewise.
15824         (exp10_test_downward): Likewise.
15825         (exp10_test_upward): Likewise.
15826         (pow10_test): Likewise.
15827         (exp2_test): Likewise.
15828         (expm1_test): Likewise.
15829         (expm1_test_tonearest): Likewise.
15830         (expm1_test_towardzero): Likewise.
15831         (expm1_test_downward): Likewise.
15832         (expm1_test_upward): Likewise.
15833         (fabs_test): Likewise.
15834         (fdim_test): Likewise.
15835         (floor_test): Likewise.
15836         (fma_test): Likewise.
15837         (fma_test_towardzero): Likewise.
15838         (fma_test_downward): Likewise.
15839         (fma_test_upward): Likewise.
15840         (fmax_test): Likewise.
15841         (fmin_test): Likewise.
15842         (fmod_test): Likewise.
15843         (fpclassify_test): Likewise.
15844         (frexp_test): Likewise.
15845         (hypot_test): Likewise.
15846         (ilogb_test): Likewise.
15847         (isfinite_test): Likewise.
15848         (finite_test): Likewise.
15849         (isgreater_test): Likewise.
15850         (isgreaterequal_test): Likewise.
15851         (isinf_test): Likewise.
15852         (isless_test): Likewise.
15853         (islessequal_test): Likewise.
15854         (islessgreater_test): Likewise.
15855         (isnan_test): Likewise.
15856         (isnormal_test): Likewise.
15857         (issignaling_test): Likewise.
15858         (isunordered_test): Likewise.
15859         (j0_test): Likewise.
15860         (j1_test): Likewise.
15861         (jn_test): Likewise.
15862         (ldexp_test): Likewise.
15863         (lgamma_test): Likewise.
15864         (gamma_test): Likewise.
15865         (lrint_test): Likewise.
15866         (lrint_test_tonearest): Likewise.
15867         (lrint_test_towardzero): Likewise.
15868         (lrint_test_downward): Likewise.
15869         (lrint_test_upward): Likewise.
15870         (llrint_test): Likewise.
15871         (llrint_test_tonearest): Likewise.
15872         (llrint_test_towardzero): Likewise.
15873         (llrint_test_downward): Likewise.
15874         (llrint_test_upward): Likewise.
15875         (log_test): Likewise.
15876         (log10_test): Likewise.
15877         (log1p_test): Likewise.
15878         (log2_test): Likewise.
15879         (logb_test): Likewise.
15880         (logb_test_downward): Likewise.
15881         (lround_test): Likewise.
15882         (llround_test): Likewise.
15883         (modf_test): Likewise.
15884         (nearbyint_test): Likewise.
15885         (nextafter_test): Likewise.
15886         (nexttoward_test): Likewise.
15887         (pow_test): Likewise.
15888         (pow_test_tonearest): Likewise.
15889         (pow_test_towardzero): Likewise.
15890         (pow_test_downward): Likewise.
15891         (pow_test_upward): Likewise.
15892         (remainder_test): Likewise.
15893         (drem_test): Likewise.
15894         (remainder_test_tonearest): Likewise.
15895         (drem_test_tonearest): Likewise.
15896         (remainder_test_towardzero): Likewise.
15897         (drem_test_towardzero): Likewise.
15898         (remainder_test_downward): Likewise.
15899         (drem_test_downward): Likewise.
15900         (remainder_test_upward): Likewise.
15901         (drem_test_upward): Likewise.
15902         (remquo_test): Likewise.
15903         (rint_test): Likewise.
15904         (rint_test_tonearest): Likewise.
15905         (rint_test_towardzero): Likewise.
15906         (rint_test_downward): Likewise.
15907         (rint_test_upward): Likewise.
15908         (round_test): Likewise.
15909         (scalb_test): Likewise.
15910         (scalbn_test): Likewise.
15911         (scalbln_test): Likewise.
15912         (signbit_test): Likewise.
15913         (sin_test): Likewise.
15914         (sin_test_tonearest): Likewise.
15915         (sin_test_towardzero): Likewise.
15916         (sin_test_downward): Likewise.
15917         (sin_test_upward): Likewise.
15918         (sincos_test): Likewise.
15919         (sinh_test): Likewise.
15920         (sinh_test_tonearest): Likewise.
15921         (sinh_test_towardzero): Likewise.
15922         (sinh_test_downward): Likewise.
15923         (sinh_test_upward): Likewise.
15924         (sqrt_test): Likewise.
15925         (sqrt_test_tonearest): Likewise.
15926         (sqrt_test_towardzero): Likewise.
15927         (sqrt_test_downward): Likewise.
15928         (sqrt_test_upward): Likewise.
15929         (tan_test): Likewise.
15930         (tan_test_tonearest): Likewise.
15931         (tan_test_towardzero): Likewise.
15932         (tan_test_downward): Likewise.
15933         (tan_test_upward): Likewise.
15934         (tanh_test): Likewise.
15935         (tgamma_test): Likewise.
15936         (trunc_test): Likewise.
15937         (y0_test): Likewise.
15938         (y1_test): Likewise.
15939         (yn_test): Likewise.
15940         (significand_test): Likewise.
15942         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
15943         individual tests in comment.
15944         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
15945         (prev_max_error): New variable.
15946         (prev_real_max_error): Likewise.
15947         (prev_imag_max_error): Likewise.
15948         (compare_ulp_data): Don't refer to test names in comment.
15949         (find_test_ulps): Remove function.
15950         (find_function_ulps): Likewise.
15951         (find_complex_function_ulps): Likewise.
15952         (init_max_error): Take function name as argument.  Look up ulps
15953         for that function.
15954         (print_ulps): Remove function.
15955         (print_max_error): Use prev_max_error instead of calling
15956         find_function_ulps.
15957         (print_complex_max_error): Use prev_real_max_error and
15958         prev_imag_max_error instead of calling find_complex_function_ulps.
15959         (check_float_internal): Take max_ulp parameter instead of calling
15960         find_test_ulps.  Don't call print_ulps.
15961         (check_float): Update call to check_float_internal.
15962         (check_complex): Update calls to check_float_internal.
15963         (START): Pass argument to init_max_error.
15964         * math/gen-libm-test.pl (%results): Don't include "kind"
15965         information.
15966         (parse_ulps): Don't handle ulps of individual tests.
15967         (print_ulps_file): Likewise.
15968         (output_ulps): Likewise.
15969         * math/README.libm-test: Update.
15970         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
15971         individual tests.
15972         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
15973         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
15974         * sysdeps/arm/libm-test-ulps: Likewise.
15975         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
15976         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
15977         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
15978         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
15979         * sysdeps/microblaze/libm-test-ulps: Likewise.
15980         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
15981         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15982         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
15983         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
15984         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
15985         * sysdeps/sh/libm-test-ulps: Likewise.
15986         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
15987         * sysdeps/tile/libm-test-ulps: Likewise.
15988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15990 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
15992         * math/libm-test.inc (print_complex_max_error): Check separately
15993         whether real and imaginary errors are within allowed range and
15994         pass 0 to print_complex_function_ulps instead of value within
15995         allowed range.
15997 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15999         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
16000         formatting.
16001         (get_handles_fopen): Likewise.
16002         (do_write_test): Likewise.
16004         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
16006         * libio/fileops.c (do_ftell): Use cached offset when
16007         available.
16008         * libio/iofwide.c (do_ftell_wide): Likewise.
16009         * libio/iofdopen.c (_IO_new_fdopen): Don't use
16010         _IO_file_attach.
16011         * libio/wfileops.c (_IO_fwide): Don't cache offset.
16013         [BZ #16532]
16014         * libio/libioP.h (get_file_offset): New function.
16015         * libio/fileops.c (get_file_offset): Likewise.
16016         (do_ftell): Likewise.
16017         (_IO_new_file_seekoff): Split out ftell logic.
16018         * libio/wfileops.c (do_ftell_wide): Likewise.
16019         (_IO_wfile_seekoff): Split out ftell logic.
16020         * libio/tst-ftell-active-handler.c: New test case.
16021         * libio/Makefile (tests): Add it.
16023 2014-03-03  Roland McGrath  <roland@hack.frob.com>
16025         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
16026         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
16028 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
16030         [BZ #16639]
16031         * nscd/connections.c (nscd_init): Call do_exit.
16032         (start_threads): Call do_exit and notify_parent.
16033         (begin_drop_privileges): Call do_exit.
16034         (finish_drop_privileges): Likewise.
16035         * nscd/selinux.c (preserve_capabilities): Likewise.
16036         (install_real_capabilities): Likewise.
16037         (nscd_selinux_enabled): Likewise.
16038         (avc_create_thread): Likewise.
16039         (avc_alloc_lock): Likewise.
16040         (nscd_avc_init): Likewise.
16041         * nscd/nscd.c (parent_fd): New static variable.
16042         (main): Create a pipe between parent and child processes.
16043         Skip closing parent_fd.
16044         (monitor_child): New function.
16045         (do_exit): Likewise.
16046         (notify_parent): Likewise.
16047         * nscd/nscd.h (notify_parent): Likewise.
16048         (do_exit): Likewise.
16050 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
16052         * malloc/malloc.c (__libc_calloc): Revert last change.
16054 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16056         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16058 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16060         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
16061         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
16062         implementation.
16063         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16064         (__libc_ifunc_impl_list): Likewise.
16065         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
16066         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
16067         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
16068         * string/strrchr.c: Define STRRCHR.
16070 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
16072         * benchtest/bench-strtok.c (simple_strtok): Delete.
16073         (strtok_string): Use as benchmark.
16074         * string/strtok (STRTOK): New macro.
16076 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
16078         * manual/threads.texi: Add header and standard comments to all
16079         functions.
16081         * elf/dl-lookup.c (check_match): New function.
16082         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
16083         (do_lookup_x): Remove nested function check_match. Use non-nested
16084         function check_match.
16086 2014-02-28  Roland McGrath  <roland@hack.frob.com>
16088         * csu/Makefile (generated, before-compile): Use += rather than =.
16089         * catgets/Makefile (generated, generated-dirs): Likewise.
16090         * debug/Makefile (generated): Likewise.
16091         * dlfcn/Makefile (generated): Likewise.
16092         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
16093         * iconvdata/Makefile (before-compile, generated): Likewise.
16094         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
16095         * libio/Makefile (generated): Likewise.
16096         * malloc/Makefile (generated): Likewise.
16097         * manual/Makefile (generated, generated-dirs): Likewise.
16098         * misc/Makefile (generated): Likewise.
16099         * posix/Makefile (generated): Likewise.
16100         * resolv/Makefile (generated): Likewise.
16101         * sunrpc/Makefile (generated, generated-dirs): Likewise.
16102         * timezone/Makefile (generated, generated-dirs): Likewise.
16104         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
16106 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16108         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16109         power8 implementation.
16110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
16111         file: POWER8 llround ifunc implementation.
16112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
16113         (__lllround): Add POWER8 implementation.
16114         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
16115         POWER8 llround implementation.
16117         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
16118         power8 implementation.
16119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
16120         file: POWER8 llrint ifunc implementation.
16121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
16122         Add POWER8 implementation.
16123         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
16124         POWER8 llrint implementation.
16126         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
16127         power8 implementation.
16128         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
16129         file: POWER8 finite ifunc implementation.
16130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
16131         Add POWER8 implementation.
16132         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
16133         Likewise.
16134         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
16135         POWER8 finite implementation.
16136         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
16138         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
16139         power8 implementation.
16140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
16141         file: POWER8 isinf ifunc implementation.
16142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
16143         POWER8 implementation.
16144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
16145         Likewise.
16146         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
16147         isinf implementation.
16148         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
16150         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
16151         (INIT_ARCH): Add hwcap2 initialization.
16152         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16153         power8 implementation.
16154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
16155         file: POWER8 isnan ifunc implementation.
16156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
16157         POWER8 implementation.
16158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
16159         Likewise.
16160         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
16161         isnan implementation.
16162         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
16164 2014-02-27  Joey Ye  <joey.ye@arm.com>
16166         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
16167         (_FP_NANFRAC_Q): Set to zero.
16169 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16171         [BZ #16623]
16172         * math/auto-libm-test-in: New test inputs.
16173         * math/auto-libm-test-out: Regenerate.
16174         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
16175         and DA.
16176         (__cos): Likewise.
16177         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
16179 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
16181         * scripts/evaluate-test.sh: Take new argument indicating whether
16182         failure is expected.
16183         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
16184         indicating whether failure is expected.
16185         * conform/Makefile (test-xfail-run-conformtest): New variable.
16186         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
16187         level.
16188         * posix/Makefile (test-xfail-annexc): New variable.
16189         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
16191 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
16193         * argp/Makefile: Include Makeconfig immediately after defining
16194         subdir.
16195         * assert/Makefile: Likewise.
16196         * benchtests/Makefile: Likewise.
16197         * catgets/Makefile: Likewise.
16198         * conform/Makefile: Likewise.
16199         * crypt/Makefile: Likewise.
16200         * csu/Makefile: Likewise.
16201         (all): Remove target.
16202         * ctype/Makefile: Include Makeconfig immediately after defining
16203         subdir.
16204         * debug/Makefile: Likewise.
16205         * dirent/Makefile: Likewise.
16206         * dlfcn/Makefile: Likewise.
16207         * gmon/Makefile: Likewise.
16208         * gnulib/Makefile: Likewise.
16209         * grp/Makefile: Likewise.
16210         * gshadow/Makefile: Likewise.
16211         * hesiod/Makefile: Likewise.
16212         * hurd/Makefile: Likewise.
16213         (all): Remove target.
16214         * iconvdata/Makefile: Include Makeconfig immediately after
16215         defining subdir.
16216         * inet/Makefile: Likewise.
16217         * intl/Makefile: Likewise.
16218         * io/Makefile: Likewise.
16219         * libio/Makefile: Likewise.
16220         (all): Remove target.
16221         * locale/Makefile: Include Makeconfig immediately after defining
16222         subdir.
16223         * login/Makefile: Likewise.
16224         * mach/Makefile: Likewise.
16225         (all): Remove target.
16226         * malloc/Makefile: Include Makeconfig immediately after defining
16227         subdir.
16228         (all): Remove target.
16229         * manual/Makefile: Include Makeconfig immediately after defining
16230         subdir.
16231         * math/Makefile: Likewise.
16232         * misc/Makefile: Likewise.
16233         * nis/Makefile: Likewise.
16234         * nss/Makefile: Likewise.
16235         * po/Makefile: Likewise.
16236         (all): Remove target.
16237         * posix/Makefile: Include Makeconfig immediately after defining
16238         subdir.
16239         * pwd/Makefile: Likewise.
16240         * resolv/Makefile: Likewise.
16241         * resource/Makefile: Likewise.
16242         * rt/Makefile: Likewise.
16243         * setjmp/Makefile: Likewise.
16244         * shadow/Makefile: Likewise.
16245         * signal/Makefile: Likewise.
16246         * socket/Makefile: Likewise.
16247         * soft-fp/Makefile: Likewise.
16248         * stdio-common/Makefile: Likewise.
16249         * stdlib/Makefile: Likewise.
16250         * streams/Makefile: Likewise.
16251         * string/Makefile: Likewise.
16252         * sunrpc/Makefile: Likewise.
16253         (all): Remove target.
16254         * sysvipc/Makefile: Include Makeconfig immediately after defining
16255         subdir.
16256         * termios/Makefile: Likewise.
16257         * time/Makefile: Likewise.
16258         * timezone/Makefile: Likewise.
16259         (all): Remove target.
16260         * wcsmbs/Makefile: Include Makeconfig immediately after defining
16261         subdir.
16262         * wctype/Makefile: Likewise.
16264 2014-02-26  Steve Ellcey  <sellcey@mips.com>
16266         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
16267         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
16268         (libc_feholdexcept_setround_mips): Ditto.
16269         (libc_feholdsetround): New.
16270         (libc_feholdsetroundf): New.
16271         (libc_feholdsetroundl): New.
16272         (libc_feupdateenv_test_mips): New.
16273         (libc_feupdateenv_test): New.
16274         (libc_feupdateenv_testf): New.
16275         (libc_feupdateenv_testl): New.
16276         (libc_feresetround): New.
16277         (libc_feresetroundf): New.
16278         (libc_feresetroundl): New.
16279         (libc_fetestexcept_mips): New.
16280         (libc_fetestexcept): New.
16281         (libc_fetestexceptf): New.
16282         (libc_fetestexceptl): New.
16283         (HAVE_RM_CTX): New.
16284         (libc_feholdexcept_setround_mips_ctx): New.
16285         (libc_feholdexcept_setround_ctx): New.
16286         (libc_feholdexcept_setroundf_ctx): New.
16287         (libc_feholdexcept_setroundl_ctx): New.
16288         (libc_fesetenv_mips_ctx): New.
16289         (libc_fesetenv_ctx): New.
16290         (libc_fesetenv_ctxf): New.
16291         (libc_fesetenv_ctxl): New.
16292         (libc_feupdateenv_mips_ctx): New.
16293         (libc_feupdateenv_ctx): New.
16294         (libc_feupdateenvf_ctx): New.
16295         (libc_feupdateenvl_ctx): New.
16296         (libc_feholdsetround_mips_ctx): New.
16297         (libc_feholdsetround_ctx): New.
16298         (libc_feholdsetroundf_ctx): New.
16299         (libc_feholdsetroundl_ctx): New.
16300         (libc_feresetround_mips_ctx): New.
16301         (libc_feresetround_ctx): New.
16302         (libc_feresetroundf_ctx): New.
16303         (libc_feresetroundl_ctx): New.
16305 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
16307         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
16309         * manual/ipc.texi: New file.
16310         * manual/Makefile (chapters): Add ipc.
16311         * manual/job.texi: Add "Inter-Process Communication" to next.
16312         * manual/process.texi: Add "Inter-Process Communication" to prev.
16314 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16318 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
16320         * malloc/malloc.c (__libc_calloc): Simplify implementation.
16322         * manual/arith.texi: Fix spaces after sentences.
16323         * manual/charset.texi: Likewise.
16324         * manual/errno.texi: Likewise.
16325         * manual/install.texi: Likewise.
16326         * manual/llio.texi: Likewise.
16327         * manual/locale.texi: Likewise.
16328         * manual/maint.texi: Likewise.
16329         * manual/math.texi: Likewise.
16330         * manual/memory.texi: Likewise.
16331         * manual/message.texi: Likewise.
16332         * manual/probes.texi: Likewise.
16333         * manual/resource.texi: Likewise.
16334         * manual/signal.texi: Likewise.
16335         * manual/socket.texi: Likewise.
16336         * manual/stdio.texi: Likewise.
16337         * manual/string.texi: Likewise.
16338         * manual/time.texi: Likewise.
16339         * manual/users.texi: Likewise.
16341 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
16343         [BZ #16632]
16344         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
16345         _DEFAULT_SOURCE is defined.
16347 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
16348             Carlos O'Donell  <carlos@redhat.com>
16350         [BZ #16613]
16351         * elf/dl-tls.c (_dl_count_modids): New function.
16352         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
16353         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
16354         audit library and increment generation counter.
16355         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
16356         * elf/tst-audit9.c: New file.
16357         * elf/tst-auditmod9a.c: New file.
16358         * elf/tst-auditmod9b.c: New file.
16359         * elf/Makefile: Add rules to build and run tst-audit9.
16361 2014-02-25  Florian Weimer  <fweimer@redhat.com>
16363         [BZ #15347]
16364         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
16366 2014-02-25  Will Newton  <will.newton@linaro.org>
16368         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
16369         (__longjmp): Restore sp and lr before restoring callee
16370         saved registers.  Add longjmp and longjmp_target
16371         SystemTap probe point.
16372         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
16373         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
16374         Define to zero to match jmpbuf layout.
16375         * sysdeps/arm/setjmp.S: Include stap-probe.h.
16376         (__sigsetjmp): Save sp and lr before saving callee
16377         saved registers.  Add setjmp SystemTap probe point.
16379 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
16381         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16383 2014-02-24  Andreas Schwab  <schwab@suse.de>
16385         [BZ #15804]
16386         * elf/pldd.c (wait_for_ptrace_stop): New function.
16387         (main): Call it after attaching.
16389 2014-02-22  Roland McGrath  <roland@hack.frob.com>
16391         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
16392         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
16393         Versions files is now verboten.
16394         * hurd/Versions (libc: GLIBC_2.0):
16395         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
16396         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
16397         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
16398         * mach/Versions: Likewise.
16400         * csu/Versions: Remove unused %include.
16401         * resolv/Versions: Likewise.
16403 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
16405         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
16406         ($(objpfx)check-local-headers.out): Likewise.
16407         ($(objpfx)begin-end-check.out): Likewise.
16408         * Makerules (check-abi-%.out): Likewise.
16409         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
16410         ($(objpfx)test2.cat): Likewise.
16411         ($(objpfx)de/libc.cat): Likewise.
16412         ($(objpfx)test-gencat.out): Likewise.
16413         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
16414         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
16415         ($(objpfx)noload-mem): Likewise.
16416         ($(objpfx)tst-pathopt.out): Likewise.
16417         ($(objpfx)tst-rtld-load-self.out): Likewise.
16418         ($(objpfx)tst-array1-cmp.out): Likewise.
16419         ($(objpfx)tst-array1-static-cmp.out): Likewise.
16420         ($(objpfx)tst-array2-cmp.out): Likewise.
16421         ($(objpfx)tst-array3-cmp.out): Likewise.
16422         ($(objpfx)tst-array4-cmp.out): Likewise.
16423         ($(objpfx)tst-array5-cmp.out): Likewise.
16424         ($(objpfx)tst-array5-static-cmp.out): Likewise.
16425         ($(objpfx)check-textrel.out): Likewise.
16426         ($(objpfx)check-execstack.out): Likewise.
16427         ($(objpfx)check-localplt.out): Likewise.
16428         ($(objpfx)order2-cmp.out): Likewise.
16429         ($(objpfx)tst-leaks1-mem): Likewise.
16430         ($(objpfx)tst-leaks1-static-mem): Likewise.
16431         ($(objpfx)tst-initorder-cmp.out): Likewise.
16432         ($(objpfx)tst-initorder2-cmp.out): Likewise.
16433         ($(objpfx)tst-unused-dep.out): Likewise.
16434         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
16435         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
16436         * iconv/Makefile (test-iconvconfig): Likewise.
16437         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
16438         ($(objpfx)iconv-test.out): Likewise.
16439         ($(objpfx)tst-tables.out): Likewise.
16440         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
16441         ($(objpfx)tst-gettext.out): Likewise.
16442         ($(objpfx)tst-translit.out): Likewise.
16443         ($(objpfx)tst-gettext2.out): Likewise.
16444         ($(objpfx)tst-gettext4.out): Likewise.
16445         ($(objpfx)tst-gettext6.out): Likewise.
16446         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
16447         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
16448         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
16449         ($(objpfx)tst-fopenloc-mem.out): Likewise.
16450         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
16451         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
16452         * posix/Makefile ($(objpfx)globtest.out): Likewise.
16453         ($(objpfx)wordexp-tst.out): Likewise.
16454         ($(objpfx)annexc.out): Likewise.
16455         ($(objpfx)tst-fnmatch-mem): Likewise.
16456         ($(objpfx)bug-regex2-mem): Likewise.
16457         ($(objpfx)bug-regex14-mem): Likewise.
16458         ($(objpfx)bug-regex21-mem): Likewise.
16459         ($(objpfx)bug-regex31-mem): Likewise.
16460         ($(objpfx)tst-vfork3-mem): Likewise.
16461         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16462         ($(objpfx)tst-pcre-mem): Likewise.
16463         ($(objpfx)tst-boost-mem): Likewise.
16464         ($(objpfx)tst-getconf.out): Likewise.
16465         ($(objpfx)bug-ga2-mem): Likewise.
16466         ($(objpfx)bug-glob2-mem): Likewise.
16467         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
16468         ($(objpfx)mtrace-tst-leaks2): Likewise.
16469         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
16470         ($(objpfx)tst-printf.out): Likewise.
16471         ($(objpfx)tst-setvbuf1.out): Likewise.
16472         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
16473         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
16474         ($(objpfx)tst-fmtmsg.out): Likewise.
16475         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
16476         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
16478         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
16479         * bits/sigaction.h [__USE_MISC]: Likewise.
16480         * bits/waitstatus.h: Update #endif comments.
16481         * ctype/ctype.h: Likewise.
16482         * dirent/dirent.h: Likewise.
16483         [__USE_MISC]: Remove redundant conditionals.
16484         * grp/grp.h: Update #endif comments.
16485         [__USE_GNU]: Remove redundant conditionals.
16486         [__USE_MISC]: Likewise.
16487         * inet/netinet/in.h [__USE_GNU]: Likewise.
16488         * io/sys/stat.h [__USE_MISC]: Likewise.
16489         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
16490         * libio/bits/stdio.h: Update #endif comments.
16491         [__USE_MISC]: Remove redundant conditionals.
16492         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
16493         * libio/stdio.h: Update #endif comments.
16494         [__USE_MISC]: Remove redundant conditionals.
16495         * math/bits/math-finite.h [__USE_MISC]: Likewise.
16496         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
16497         * math/math.h: Update #else and #endif comments.
16498         [__USE_MISC]: Remove redundant conditionals.
16499         * misc/sys/uio.h: Update #endif comments.
16500         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
16501         * posix/glob.h [__USE_MISC]: Likewise.
16502         * posix/sys/types.h: Update #endif comments.
16503         [__USE_MISC]: Remove redundant conditionals.
16504         * posix/sys/wait.h: Update #endif comments.
16505         [__USE_MISC]: Remove redundant conditionals.
16506         * posix/unistd.h: Update #endif comments.
16507         [__USE_MISC]: Remove redundant conditionals.
16508         * pwd/pwd.h [__USE_GNU]: Likewise.
16509         [__USE_MISC]: Likewise.
16510         * resolv/netdb.h [__USE_GNU]: Likewise.
16511         * signal/signal.h: Update #endif comments.
16512         [__USE_MISC]: Remove redundant conditionals.
16513         * stdlib/stdlib.h: Update #else and #endif comments.
16514         [__USE_MISC]: Remove redundant conditionals.
16515         [__USE_GNU]: Likewise.
16516         * string/bits/string2.h [__USE_MISC]: Likewise.
16517         * string/string.h: Update #endif comments.
16518         [__USE_MISC]: Remove redundant conditionals.
16519         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
16520         Likewise.
16521         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
16522         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
16523         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
16524         Likewise.
16525         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
16526         Likewise.
16527         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
16528         comments.
16529         [__USE_MISC]: Remove redundant conditionals.
16530         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
16531         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
16532         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
16533         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
16534         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
16535         Likewise.
16536         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
16537         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
16538         Likewise.
16539         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
16540         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
16541         Likewise.
16542         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
16543         Likewise.
16544         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
16545         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
16546         Likewise.
16547         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
16548         Likewise.
16549         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
16550         * sysdeps/x86/bits/string.h: Update #endif comments.
16551         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
16552         conditionals.
16553         * time/sys/time.h: Update #endif comments.
16554         * time/time.h: Likewise.
16555         [__USE_MISC]: Remove redundant conditionals.
16557 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
16559         [BZ #16600]
16560         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
16562 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
16564         * Versions.def (librt): Add GLIBC_2.17.
16566 2014-02-21  Adam Conrad  <adconrad@0c3.net>
16568         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
16569         synonym for _SYS_AUXV_H to allow direct inclusion.
16570         * sysdeps/sparc/bits/hwcap.h: Likewise.
16571         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
16572         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
16573         * sysdeps/sparc/sysdep.h: Likewise.
16575 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16577         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
16579 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16581         * benchtests/bench-strrchr.c: Print length instead of position.
16583 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
16585         [BZ #16611]
16586         * sysdeps/unix/sysv/linux/kernel-features.h
16587         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
16588         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
16589         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
16590         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
16591         Likewise.
16592         [__i386__ || __powerpc__ || __sh__ || __sparc__]
16593         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16594         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
16595         (__ASSUME_SENDMMSG): Define instead of using previous
16596         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
16597         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16598         (__ASSUME_SENDMMSG_SYSCALL): Define.
16599         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16600         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
16601         Likewise.
16602         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16603         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16604         Likewise.
16605         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16606         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16607         Likewise.
16608         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
16609         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16610         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16611         [__ASSUME_SENDMMSG]: Change conditionals to
16612         [__ASSUME_SENDMMSG_SOCKETCALL].
16613         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16614         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
16615         Define.
16616         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16617         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
16618         Likewise.
16619         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
16620         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
16621         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
16622         [!__ASSUME_SENDMMSG]: Change conditional to
16623         [!__ASSUME_SENDMMSG_SOCKETCALL].
16624         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16625         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
16626         Define.
16628         [BZ #16610]
16629         * sysdeps/unix/sysv/linux/kernel-features.h
16630         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
16631         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
16632         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
16633         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
16634         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
16635         [__i386__ || __sparc__]
16636         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16637         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
16638         (__ASSUME_RECVMMSG): Define instead of using previous
16639         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
16640         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16641         (__ASSUME_RECVMMSG_SYSCALL): Define.
16642         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16643         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16644         Likewise.
16645         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16646         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16647         Likewise.
16648         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16649         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16650         Likewise.
16651         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
16652         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16653         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16654         [__ASSUME_RECVMMSG]: Change condition to
16655         [__ASSUME_RECVMMSG_SOCKETCALL].
16656         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16657         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16658         Define.
16659         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
16660         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16661         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
16662         Likewise.
16663         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
16664         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
16665         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
16666         [!__ASSUME_RECVMMSG]: Change condition to
16667         [!__ASSUME_RECVMMSG_SOCKETCALL].
16668         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16669         (__ASSUME_RECVMMSG_SYSCALL): Define.
16671         [BZ #16609]
16672         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
16673         __powerpc__ || __s390__ || __sh__ || __sparc__]
16674         (__ASSUME_SOCKETCALL): Define.
16675         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
16676         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
16677         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
16678         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
16679         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
16680         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
16681         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
16682         (__ASSUME_ACCEPT4): Define instead of using previous
16683         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
16684         __powerpc__ || __sparc__ || __s390__)] condition.
16685         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16686         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16687         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
16688         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16689         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16690         [!__ASSUME_ACCEPT4]: Change condition to
16691         [!__ASSUME_ACCEPT4_SOCKETCALL].
16692         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16693         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
16694         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
16695         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16696         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
16697         __ASSUME_ACCEPT4_SYSCALL.
16698         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
16699         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
16700         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
16701         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
16702         __ASSUME_ACCEPT4_SYSCALL.
16703         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
16704         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
16705         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
16706         [__ASSUME_ACCEPT4]: Change condition to
16707         [__ASSUME_ACCEPT4_SOCKETCALL].
16708         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
16709         (__ASSUME_SOCKETCALL): Define.
16710         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
16711         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16712         (__ASSUME_SOCKETCALL): Define.
16713         (__ASSUME_ACCEPT4): Remove.
16714         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
16715         Define.
16716         * sysdeps/unix/sysv/linux/mips/kernel-features.h
16717         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
16718         Likewise.
16719         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16720         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
16722         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
16723         macro.
16724         (HWCAP_ARM_LPAE): Likewise.
16725         (HWCAP_ARM_EVTSTRM): Likewise.
16726         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
16727         Add vpfd32, lpae and evtstrm.
16728         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
16729         Increase to 22.
16731 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
16733         * math/auto-libm-test-in: Add tests of clog10.
16734         * math/auto-libm-test-out: Regenerated.
16735         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
16736         * sysdeps/i386/fpu/libm-test-ulps: Update.
16737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16739 2014-02-18  Andreas Schwab  <schwab@suse.de>
16741         [BZ #16574]
16742         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
16743         Store non-zero if the second buffer was newly allocated.
16744         (send_dg): Likewise.
16745         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
16746         to send_vc and send_dg.
16747         (res_nsend): Pass NULL for ansp2_malloced.
16748         * resolv/res_query.c (__libc_res_nquery): Add parameter
16749         answerp2_malloced and pass it down to __libc_res_nsend.
16750         (res_nquery): Pass additional NULL to __libc_res_nquery.
16751         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
16752         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
16753         second answer buffer if answerp2_malloced was set.
16754         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
16755         (__libc_res_nquerydomain): Add parameter
16756         answerp2_malloced and pass it down to __libc_res_nquery.
16757         (res_nquerydomain): Pass additional NULL to
16758         __libc_res_nquerydomain.
16759         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
16760         additional NULL to __libc_res_nsend and __libc_res_nquery.
16761         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
16762         additional NULL to __libc_res_nsearch.
16763         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
16764         parameter of __libc_res_nsearch to check for separately allocated
16765         second buffer.
16766         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
16767         __libc_res_nquery.
16768         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
16769         additional NULL to __libc_res_nquery.
16770         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
16771         __libc_res_nsearch.
16772         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
16773         * include/resolv.h: Update prototypes of __libc_res_nquery,
16774         __libc_res_nsearch, __libc_res_nsend.
16776 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
16778         * math/auto-libm-test-in: Add tests of fma.
16779         * math/auto-libm-test-out: Regenerated.
16780         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
16781         (fma_towardzero_test_data): Likewise.
16782         (fma_downward_test_data): Likewise.
16783         (fma_upward_test_data): Likewise.
16784         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
16785         mpc_mode.
16786         (rounding_modes): Add values for new field.
16787         (func_calc_method): Add value mpfr_fff_f.
16788         (func_calc_desc): Add mpfr_fff_f union field.
16789         (test_function): Add field exact_args.
16790         (FUNC): Add macro argument EXACT_ARGS.
16791         (FUNC_mpfr_f_f): Update call to FUNC.
16792         (FUNC_mpfr_f_f): Likewise.
16793         (FUNC_mpfr_ff_f): Likewise.
16794         (FUNC_mpfr_if_f): Likewise.
16795         (FUNC_mpc_c_f): Likewise.
16796         (FUNC_mpc_c_c): Likewise.
16797         (test_functions): Add fma.  Update calls to FUNC.
16798         (handle_input_arg): Add argument exact_args.
16799         (add_test): Update call to handle_input_arg.
16800         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
16801         (output_for_one_input_case): Update call to calc_generic_results.
16802         Recalculate exact zero results in each rounding mode.
16804         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
16805         non-negative before setting low bit.
16806         * math/auto-libm-test-in: Mark one asin test possibly having
16807         spurious underflow.
16808         * math/auto-libm-test-out: Regenerated.
16809         * sysdeps/i386/fpu/libm-test-ulps: Update.
16810         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16812 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
16814         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
16815         * sysdeps/unix/sysv/linux/microblaze: Move directory from
16816         ports/sysdeps/unix/sysv/linux/microblaze.
16817         * README: Add missing listing for microblaze*-*-linux-gnu.
16819 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
16821         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
16822         duplicate code
16824 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
16826         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
16827         * sysdeps/unix/sysv/linux/ia64: Move directory from
16828         ports/sysdeps/unix/sysv/linux/ia64.
16829         * README: Update listing for ia64-*-linux-gnu.
16831 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
16832             Joseph Myers  <joseph@codesourcery.com>
16834         * Makeconfig (test-name): New variable.
16835         (evaluate-test): Likewise.
16836         * Makerules (do-test-clean): Remove .test-result files.
16837         (common-mostlyclean): Likewise.
16838         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
16839         * scripts/evaluate-test.sh: New file.
16841 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
16843         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
16844         separate $(objpfx)tst-fopenloc-cmp.out and
16845         $(objpfx)tst-fopenloc-mem.out targets.
16846         (tests): Update dependencies.
16847         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
16848         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
16849         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
16850         (tst-rxspencer-no-utf8-ARGS): New variable.
16851         (tst-rxspencer-no-utf8-ENV): Likewise.
16852         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
16853         instead of $(objpfx)tst-rxspencer-mem.
16854         ($(objpfx)tst-rxspencer-mem): Change target to
16855         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
16856         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
16857         * posix/tst-rxspencer-no-utf8.c: New file.
16859         * elf/Makefile ($(objpfx)order.out): Remove rule.
16860         [$(run-built-tests) = yes] (tests): Depend on
16861         $(objpfx)order-cmp.out.
16862         ($(objpfx)order-cmp.out): New rule.
16863         [$(run-built-tests) = yes] (tests): Depend on
16864         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
16865         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
16866         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
16867         $(objpfx)tst-array5-static-cmp.out.
16868         ($(objpfx)tst-array1.out): Remove rule.
16869         ($(objpfx)tst-array1-cmp.out): New rule.
16870         ($(objpfx)tst-array1-static.out): Remove rule.
16871         ($(objpfx)tst-array1-static-cmp.out): New rule.
16872         ($(objpfx)tst-array2.out): Remove rule.
16873         ($(objpfx)tst-array2-cmp.out): New rule.
16874         ($(objpfx)tst-array3.out): Remove rule.
16875         ($(objpfx)tst-array3-cmp.out): New rule.
16876         ($(objpfx)tst-array4.out): Remove rule.
16877         ($(objpfx)tst-array4-cmp.out): New rule.
16878         ($(objpfx)tst-array5.out): Remove rule.
16879         ($(objpfx)tst-array5-cmp.out): New rule.
16880         ($(objpfx)tst-array5-static.out): Remove rule.
16881         ($(objpfx)tst-array5-static-cmp.out): New rule.
16882         [$(run-built-tests) = yes] (tests): Depend on
16883         $(objpfx)order2-cmp.out.
16884         ($(objpfx)order2.out): Remove rule.
16885         ($(objpfx)order2-cmp.out): New rule.
16886         ($(objpfx)tst-initorder.out): Remove rule.
16887         [$(run-built-tests) = yes] (tests): Depend on
16888         $(objpfx)tst-initorder-cmp.out.
16889         ($(objpfx)tst-initorder-cmp.out): New rule.
16890         ($(objpfx)tst-initorder2.out): Remove rule.
16891         [$(run-built-tests) = yes] (tests): Depend on
16892         $(objpfx)tst-initorder2-cmp.out.
16893         ($(objpfx)tst-initorder2-cmp.out): New rule.
16894         [$(run-built-tests) = yes] (tests): Depend on
16895         $(objpfx)tst-unused-dep-cmp.out.
16896         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
16897         ($(objpfx)tst-unused-dep-cmp.out): New rule.
16898         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
16899         on $(objpfx)tst-setvbuf1-cmp.out.
16900         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
16901         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
16902         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
16903         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
16904         ($(objpfx)tst-svc.out): Remove rule.
16905         ($(objpfx)tst-svc-cmp.out): New rule.
16907 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
16909         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
16910         * ctype/ctype.h [__USE_MISC]: Likewise.
16911         * dirent/dirent.h [__USE_MISC]: Likewise.
16912         * grp/grp.h [__USE_MISC]: Likewise.
16913         * io/fcntl.h [__USE_MISC]: Likewise.
16914         * io/sys/stat.h [__USE_MISC]: Likewise.
16915         * libio/stdio.h [__USE_MISC]: Likewise.
16916         * posix/unistd.h [__USE_MISC]: Likewise.
16917         * pwd/pwd.h [__USE_MISC]: Likewise.
16918         * stdlib.h [__USE_MISC]: Likewise.
16919         * string/bits/string2.h [__USE_MISC]: Likewise.
16920         * string/string.h [__USE_MISC]: Likewise.
16921         * time/time.h [__USE_MISC]: Likewise.
16923 2014-02-13  Andreas Schwab  <schwab@suse.de>
16925         [BZ #16574]
16926         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
16927         second answer buffer if it was separately allocated.
16929 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
16931         * sysdeps/mips/math-tests.h: Include <features.h>.
16932         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16933         (ROUNDING_TESTS_long_double): Do not define.
16934         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
16935         (EXCEPTION_TESTS_long_double): Likewise.
16936         * sysdeps/mips/mips64/libm-test-ulps: Update.
16938         * include/features.h (__USE_BSD): Remove macro definitions.
16939         (__USE_SVID): Likewise.
16940         (_BSD_SOURCE): Likewise.
16941         (_SVID_SOURCE): Likewise.
16942         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
16943         from definition of _DEFAULT_SOURCE.
16944         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
16945         [_DEFAULT_SOURCE].
16946         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
16947         * bits/mman.h [__USE_BSD]: Likewise.
16948         * bits/termios.h [__USE_BSD]: Likewise.
16949         * bits/waitstatus.h [__USE_BSD]: Likewise.
16950         * ctype/ctype.h [__USE_SVID]: Likewise.
16951         * dirent/dirent.h [__USE_BSD]: Likewise.
16952         * grp/grp.h [__USE_SVID]: Likewise.
16953         [__USE_BSD]: Likewise.
16954         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
16955         * io/fcntl.h [__USE_BSD]: Likewise.
16956         * io/ftw.h [__USE_BSD]: Likewise.
16957         * io/sys/stat.h [__USE_BSD]: Likewise.
16958         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
16959         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
16960         * libio/stdio.h [__USE_SVID]: Likewise.
16961         [__USE_BSD]: Likewise.
16962         * math/math.h [__USE_SVID]: Likewise.
16963         [__USE_BSD]: Likewise.
16964         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
16965         * misc/bits/syslog.h [__USE_BSD]: Likewise.
16966         * misc/search.h [__USE_SVID]: Likewise.
16967         * misc/sys/mman.h [__USE_BSD]: Likewise.
16968         * misc/sys/syslog.h [__USE_BSD]: Likewise.
16969         * misc/sys/uio.h [__USE_BSD]: Likewise.
16970         * posix/bits/unistd.h [__USE_BSD]: Likewise.
16971         * posix/glob.h [__USE_BSD]: Likewise.
16972         * posix/regex.h [__USE_BSD]: Likewise.
16973         * posix/sys/types.h [__USE_BSD]: Likewise.
16974         [__USE_SVID]: Likewise.
16975         * posix/sys/utsname.h [__USE_SVID]: Likewise.
16976         * posix/sys/wait.h [__USE_BSD]: Likewise.
16977         [__USE_SVID]: Likewise.
16978         * posix/unistd.h [__USE_BSD]: Likewise.
16979         [__USE_SVID]: Likewise.
16980         * pwd/pwd.h [__USE_SVID]: Likewise.
16981         * resolv/netdb.h [__USE_BSD]: Likewise.
16982         * setjmp/setjmp.h [__USE_BSD]: Likewise.
16983         * signal/signal.h [__USE_BSD]: Likewise.
16984         [__USE_SVID]: Likewise.
16985         * socket/sys/socket.h [__USE_BSD]: Likewise.
16986         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
16987         * stdlib/stdlib.h [__USE_BSD]: Likewise.
16988         [__USE_SVID]: Likewise.
16989         * string/bits/string2.h [__USE_BSD]: Likewise.
16990         [__USE_SVID]: Likewise.
16991         * string/bits/string3.h [__USE_BSD]: Likewise.
16992         * string/endian.h [__USE_BSD]: Likewise.
16993         * string/string.h [__USE_SVID]: Likewise.
16994         [__USE_BSD]: Likewise.
16995         * string/strings.h [__USE_BSD]: Likewise.
16996         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
16997         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
16998         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
16999         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
17000         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
17001         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
17002         Likewise.
17003         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
17004         Likewise.
17005         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
17006         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
17007         Likewise.
17008         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
17009         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
17010         Likewise.
17011         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
17012         Likewise.
17013         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
17014         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
17015         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
17016         Likewise.
17017         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
17018         Likewise.
17019         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
17020         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
17021         * termios/termios.h [__USE_BSD]: Likewise.
17022         * time/sys/time.h [__USE_BSD]: Likewise.
17023         * time/time.h [__USE_BSD]: Likewise.
17024         [__USE_SVID]: Likewise.
17026         * Makefile (subdir_targets): Remove subdir_lint.out.
17028         * stdio-common/Makefile (do-tst-unbputc): Remove target.
17029         (do-tst-printf): Likewise.
17030         (tests): Depend directly on $(objpfx)tst-unbputc.out and
17031         $(objpfx)tst-printf.out.
17033         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
17035         * Makerules (check-abi-%): Change target to
17036         $(objpfx)check-abi-%.out.
17037         (check-abi target): Update dependencies.
17038         (check-abi-pattern variable): Redirect output of diff to $@.
17039         (check-abi variable): Likewise.
17040         * elf/Makefile (check-abi): Update dependencies.
17042         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
17043         unused.
17044         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
17045         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
17046         subnormal range.
17047         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
17048         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
17049         value has largest subnormal exponent.
17050         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
17051         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
17052         * sysdeps/aarch64/soft-fp/sfp-machine.h
17053         (_FP_TININESS_AFTER_ROUNDING): New macro.
17054         * sysdeps/alpha/soft-fp/sfp-machine.h
17055         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17056         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17057         Likewise.
17058         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
17059         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17060         * sysdeps/mips/soft-fp/sfp-machine.h
17061         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17062         * sysdeps/powerpc/soft-fp/sfp-machine.h
17063         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17064         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17065         Likewise.
17066         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
17067         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17068         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
17069         (_FP_TININESS_AFTER_ROUNDING): Likewise.
17070         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
17071         Likewise.
17073 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
17075         [BZ #16545]
17076         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
17077         model 1.
17079 2014-02-12  Richard Henderson  <rth@redhat.com>
17081         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
17082         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
17083         * sysdeps/unix/sysv/linux/alpha: Move directory from
17084         ports/sysdeps/unix/sysv/linux/alpha.
17085         * README: Update listing for alpha-*-linux-gnu.
17087 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
17089         * include/features.h: Update comment documenting feature test
17090         macros.
17091         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
17092         _DEFAULT_SOURCE.
17093         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
17094         (_SVID_SOURCE): Likewise.
17095         (_DEFAULT_SOURCE): Update description of default features.
17096         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
17097         with _GNU_SOURCE.
17098         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
17099         (S_ISVTX): Likewise.
17100         * manual/math.texi (Mathematical Constants): Likewise.
17101         * manual/signal.texi (Interrupted Primitives): Likewise.
17102         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
17103         * math/test-matherr.c (_SVID_SOURCE): Do not define.
17104         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
17105         Don't refer to _SVID_SOURCE in warning text.
17107         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17109         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
17110         already defined.
17111         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
17112         * sysdeps/mips/dl-lookup.c: Remove.
17113         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
17115 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17117         [BZ #16447]
17118         * math/auto-libm-test-in: Add testcase for expl.
17119         * math/auto-libm-test-out: Regenerate.
17120         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
17121         calculation of unsafe.
17122         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
17124 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17126         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
17127         * sysdeps/unix/sysv/linux/aarch64: Move directory from
17128         ports/sysdeps/unix/sysv/linux/aarch64.
17129         * README: Update listing for aarch64*-*-linux-gnu.
17131 2014-02-11  Will Newton  <will.newton@linaro.org>
17133         * manual/probes.texi (Mathematical Function Probes): Use
17134         "triggered" instead of "hit".
17136         * manual/probes.texi (Internal Probes): Add documentation
17137         of setjmp, longjmp and longjmp_target probes.
17139         * include/stap-probe.h: Add comment about probe argument
17140         format.
17142         * malloc/mtrace.c (attribute_hidden): Remove unused macro
17143         definition.  (tr_where, tr_freehook, tr_mallochook,
17144         tr_reallochook, tr_memalignhook): Use ANSI protoype.
17146 2014-02-11  David S. Miller  <davem@davemloft.net>
17148         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
17149         processing int_tests.
17151 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
17153         * sysdeps/mips: Move directory from ports/sysdeps/mips.
17154         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
17155         * sysdeps/unix/sysv/linux/mips: Move directory from
17156         ports/sysdeps/unix/sysv/linux/mips.
17157         * README: Update listing for mips-*-linux-gnu and
17158         mips64-*-linux-gnu.
17160 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
17162         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
17163         * sysdeps/unix/sysv/linux/m68k: Move directory from
17164         ports/sysdeps/unix/sysv/linux/m68k.
17165         * README: Update listing for m68k-*-linux-gnu.
17167 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
17169         * sysdeps/tile: Move directory from ports/sysdeps/tile.
17170         * sysdeps/unix/sysv/linux/generic: Move directory from
17171         ports/sysdeps/unix/sysv/linux/generic.
17172         * sysdeps/unix/sysv/linux/tile: Move directory from
17173         ports/sysdeps/unix/sysv/linux/tile.
17174         * README: Update listing for tile*-*-linux-gnu.
17176 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
17178         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
17179         __builtin_expect.
17180         * benchtests/bench-memmem.c (simple_memmem): Likewise.
17181         * catgets/open_catalog.c (__open_catalog): Likewise.
17182         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
17183         * debug/confstr_chk.c: Likewise.
17184         * debug/fread_chk.c (__fread_chk): Likewise.
17185         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
17186         * debug/getgroups_chk.c: Likewise.
17187         * debug/mbsnrtowcs_chk.c: Likewise.
17188         * debug/mbsrtowcs_chk.c: Likewise.
17189         * debug/mbstowcs_chk.c: Likewise.
17190         * debug/memcpy_chk.c: Likewise.
17191         * debug/memmove_chk.c: Likewise.
17192         * debug/mempcpy_chk.c: Likewise.
17193         * debug/memset_chk.c: Likewise.
17194         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
17195         * debug/strcat_chk.c (__strcat_chk): Likewise.
17196         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
17197         * debug/strncat_chk.c (__strncat_chk): Likewise.
17198         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
17199         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
17200         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
17201         * debug/wcpncpy_chk.c: Likewise.
17202         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
17203         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
17204         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
17205         * debug/wcsncpy_chk.c: Likewise.
17206         * debug/wcsnrtombs_chk.c: Likewise.
17207         * debug/wcsrtombs_chk.c: Likewise.
17208         * debug/wcstombs_chk.c: Likewise.
17209         * debug/wmemcpy_chk.c: Likewise.
17210         * debug/wmemmove_chk.c: Likewise.
17211         * debug/wmempcpy_chk.c: Likewise.
17212         * debug/wmemset_chk.c: Likewise.
17213         * dirent/scandirat.c (SCANDIRAT): Likewise.
17214         * dlfcn/dladdr1.c (dladdr1): Likewise.
17215         * dlfcn/dladdr.c (dladdr): Likewise.
17216         * dlfcn/dlclose.c (dlclose_doit): Likewise.
17217         * dlfcn/dlerror.c (__dlerror): Likewise.
17218         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
17219         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
17220         * dlfcn/dlopen.c (dlopen_doit): Likewise.
17221         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
17222         * dlfcn/dlsym.c (dlsym_doit): Likewise.
17223         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
17224         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
17225         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
17226         Likewise.
17227         * elf/dl-conflict.c: Likewise.
17228         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
17229         * elf/dl-dst.h: Likewise.
17230         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
17231         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
17232         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
17233         * elf/dl-init.c (call_init, _dl_init): Likewise.
17234         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
17235         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
17236         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
17237         Likewise.
17238         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
17239         Likewise.
17240         * elf/dl-minimal.c (__libc_memalign): Likewise.
17241         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
17242         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
17243         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
17244         * elf/dl-sym.c (do_sym): Likewise.
17245         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
17246         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
17247         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
17248         * elf/dl-writev.h (_dl_writev): Likewise.
17249         * elf/ldconfig.c (search_dir): Likewise.
17250         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
17251         (dl_main): Likewise.
17252         * elf/setup-vdso.h (setup_vdso): Likewise.
17253         * grp/compat-initgroups.c (compat_call): Likewise.
17254         * grp/fgetgrent.c (fgetgrent): Likewise.
17255         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
17256         * grp/putgrent.c (putgrent): Likewise.
17257         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
17258         Likewise.
17259         * hurd/hurdinit.c: Likewise.
17260         * iconvdata/8bit-gap.c (struct): Likewise.
17261         * iconvdata/ansi_x3.110.c : Likewise.
17262         * iconvdata/big5.c : Likewise.
17263         * iconvdata/big5hkscs.c : Likewise.
17264         * iconvdata/cp1255.c: Likewise.
17265         * iconvdata/cp1258.c : Likewise.
17266         * iconvdata/cp932.c : Likewise.
17267         * iconvdata/euc-cn.c: Likewise.
17268         * iconvdata/euc-jisx0213.c : Likewise.
17269         * iconvdata/euc-jp.c: Likewise.
17270         * iconvdata/euc-jp-ms.c : Likewise.
17271         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
17272         * iconvdata/gb18030.c : Likewise.
17273         * iconvdata/gbbig5.c (const): Likewise.
17274         * iconvdata/gbgbk.c: Likewise.
17275         * iconvdata/gbk.c : Likewise.
17276         * iconvdata/ibm1364.c : Likewise.
17277         * iconvdata/ibm930.c : Likewise.
17278         * iconvdata/ibm932.c: Likewise.
17279         * iconvdata/ibm933.c : Likewise.
17280         * iconvdata/ibm935.c : Likewise.
17281         * iconvdata/ibm937.c : Likewise.
17282         * iconvdata/ibm939.c : Likewise.
17283         * iconvdata/ibm943.c: Likewise.
17284         * iconvdata/iso_11548-1.c: Likewise.
17285         * iconvdata/iso-2022-cn.c : Likewise.
17286         * iconvdata/iso-2022-cn-ext.c : Likewise.
17287         * iconvdata/iso-2022-jp-3.c: Likewise.
17288         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
17289         * iconvdata/iso-2022-kr.c : Likewise.
17290         * iconvdata/iso646.c (gconv_end): Likewise.
17291         * iconvdata/iso_6937-2.c : Likewise.
17292         * iconvdata/iso_6937.c : Likewise.
17293         * iconvdata/iso8859-1.c: Likewise.
17294         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
17295         * iconvdata/shift_jisx0213.c : Likewise.
17296         * iconvdata/sjis.c : Likewise.
17297         * iconvdata/t.61.c : Likewise.
17298         * iconvdata/tcvn5712-1.c : Likewise.
17299         * iconvdata/tscii.c: Likewise.
17300         * iconvdata/uhc.c : Likewise.
17301         * iconvdata/unicode.c (gconv_end): Likewise.
17302         * iconvdata/utf-16.c (gconv_end): Likewise.
17303         * iconvdata/utf-32.c (gconv_end): Likewise.
17304         * iconvdata/utf-7.c (base64): Likewise.
17305         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
17306         * iconv/gconv_close.c (__gconv_close): Likewise.
17307         * iconv/gconv_open.c (__gconv_open): Likewise.
17308         * iconv/gconv_simple.c (internal_ucs4_loop_single)
17309         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
17310         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
17311         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
17312         (ucs4le_internal_loop_single): Likewise.
17313         * iconv/iconv.c (iconv): Likewise.
17314         * iconv/iconv_close.c: Likewise.
17315         * iconv/loop.c (SINGLE): Likewise.
17316         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
17317         * include/atomic.h: Likewise.
17318         * inet/inet6_option.c (option_alloc): Likewise.
17319         * intl/bindtextdom.c (set_binding_values): Likewise.
17320         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
17321         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
17322         * intl/localealias.c (read_alias_file): Likewise.
17323         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
17324         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
17325         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
17326         * libio/fmemopen.c (fmemopen): Likewise.
17327         * libio/iofgets.c (_IO_fgets): Likewise.
17328         * libio/iofgets_u.c (fgets_unlocked): Likewise.
17329         * libio/iofgetws.c (fgetws): Likewise.
17330         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
17331         * libio/iogetdelim.c (_IO_getdelim): Likewise.
17332         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
17333         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
17334         * locale/findlocale.c (_nl_find_locale): Likewise.
17335         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
17336         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
17337         Likewise.
17338         * locale/setlocale.c (setlocale): Likewise.
17339         * login/programs/pt_chown.c (main): Likewise.
17340         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
17341         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
17342         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
17343         (mmap, mmap64, mremap, munmap): Likewise.
17344         * math/e_exp2l.c: Likewise.
17345         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
17346         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
17347         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
17348         * math/s_catan.c (__catan): Likewise.
17349         * math/s_catanf.c (__catanf): Likewise.
17350         * math/s_catanh.c (__catanh): Likewise.
17351         * math/s_catanhf.c (__catanhf): Likewise.
17352         * math/s_catanhl.c (__catanhl): Likewise.
17353         * math/s_catanl.c (__catanl): Likewise.
17354         * math/s_ccosh.c (__ccosh): Likewise.
17355         * math/s_ccoshf.c (__ccoshf): Likewise.
17356         * math/s_ccoshl.c (__ccoshl): Likewise.
17357         * math/s_cexp.c (__cexp): Likewise.
17358         * math/s_cexpf.c (__cexpf): Likewise.
17359         * math/s_cexpl.c (__cexpl): Likewise.
17360         * math/s_clog10.c (__clog10): Likewise.
17361         * math/s_clog10f.c (__clog10f): Likewise.
17362         * math/s_clog10l.c (__clog10l): Likewise.
17363         * math/s_clog.c (__clog): Likewise.
17364         * math/s_clogf.c (__clogf): Likewise.
17365         * math/s_clogl.c (__clogl): Likewise.
17366         * math/s_csin.c (__csin): Likewise.
17367         * math/s_csinf.c (__csinf): Likewise.
17368         * math/s_csinh.c (__csinh): Likewise.
17369         * math/s_csinhf.c (__csinhf): Likewise.
17370         * math/s_csinhl.c (__csinhl): Likewise.
17371         * math/s_csinl.c (__csinl): Likewise.
17372         * math/s_csqrt.c (__csqrt): Likewise.
17373         * math/s_csqrtf.c (__csqrtf): Likewise.
17374         * math/s_csqrtl.c (__csqrtl): Likewise.
17375         * math/s_ctan.c (__ctan): Likewise.
17376         * math/s_ctanf.c (__ctanf): Likewise.
17377         * math/s_ctanh.c (__ctanh): Likewise.
17378         * math/s_ctanhf.c (__ctanhf): Likewise.
17379         * math/s_ctanhl.c (__ctanhl): Likewise.
17380         * math/s_ctanl.c (__ctanl): Likewise.
17381         * math/w_pow.c: Likewise.
17382         * math/w_powf.c: Likewise.
17383         * math/w_powl.c: Likewise.
17384         * math/w_scalb.c (sysv_scalb): Likewise.
17385         * math/w_scalbf.c (sysv_scalbf): Likewise.
17386         * math/w_scalbl.c (sysv_scalbl): Likewise.
17387         * misc/error.c (error_tail): Likewise.
17388         * misc/pselect.c (__pselect): Likewise.
17389         * nis/nis_callback.c (__nis_create_callback): Likewise.
17390         * nis/nis_call.c (__nisfind_server): Likewise.
17391         * nis/nis_creategroup.c (nis_creategroup): Likewise.
17392         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
17393         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
17394         * nis/nis_getservlist.c (nis_getservlist): Likewise.
17395         * nis/nis_lookup.c (nis_lookup): Likewise.
17396         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
17397         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
17398         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
17399         * nis/nis_xdr.c (xdr_endpoint): Likewise.
17400         * nis/nss_compat/compat-grp.c (getgrent_next_file)
17401         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
17402         * nis/nss_compat/compat-initgroups.c (add_group)
17403         (internal_getgrent_r): Likewise.
17404         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
17405         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
17406         * nis/nss_compat/compat-spwd.c (getspent_next_file)
17407         (internal_getspnam_r): Likewise.
17408         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
17409         (_nss_nis_getaliasbyname_r): Likewise.
17410         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
17411         (_nss_nis_getntohost_r): Likewise.
17412         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
17413         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
17414         (_nss_nis_getgrgid_r): Likewise.
17415         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
17416         (internal_nis_gethostent_r, internal_gethostbyname2_r)
17417         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
17418         (_nss_nis_gethostbyname4_r): Likewise.
17419         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
17420         (initgroups_netid): Likewise.
17421         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
17422         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
17423         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
17424         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
17425         (_nss_nis_getprotobynumber_r): Likewise.
17426         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
17427         (_nss_nis_getsecretkey): Likewise.
17428         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
17429         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
17430         (_nss_nis_getpwuid_r): Likewise.
17431         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
17432         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
17433         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
17434         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
17435         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
17436         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
17437         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
17438         Likewise.
17439         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
17440         (_nss_nisplus_getntohost_r): Likewise.
17441         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
17442         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
17443         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
17444         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
17445         Likewise.
17446         * nis/nss_nisplus/nisplus-initgroups.c
17447         (_nss_nisplus_initgroups_dyn): Likewise.
17448         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
17449         (_nss_nisplus_getnetbyaddr_r): Likewise.
17450         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
17451         (_nss_nisplus_getprotobynumber_r): Likewise.
17452         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
17453         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
17454         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
17455         Likewise.
17456         * nis/nss_nisplus/nisplus-service.c
17457         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
17458         (_nss_nisplus_getservbyport_r): Likewise.
17459         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
17460         (_nss_nisplus_getspnam_r): Likewise.
17461         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
17462         Likewise.
17463         * nscd/aicache.c (addhstaiX): Likewise.
17464         * nscd/cache.c (cache_search, prune_cache): Likewise.
17465         * nscd/connections.c (register_traced_file, send_ro_fd)
17466         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
17467         (main_loop_epoll): Likewise.
17468         * nscd/grpcache.c (addgrbyX): Likewise.
17469         * nscd/hstcache.c (addhstbyX): Likewise.
17470         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17471         * nscd/mem.c (gc, mempool_alloc): Likewise.
17472         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
17473         (addinnetgrX): Likewise.
17474         * nscd/nscd-client.h (__nscd_acquire_maplock)
17475         (__nscd_drop_map_ref): Likewise.
17476         * nscd/nscd_getai.c (__nscd_getai): Likewise.
17477         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
17478         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
17479         Likewise.
17480         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
17481         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17482         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
17483         (__nscd_get_map_ref): Likewise.
17484         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
17485         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
17486         Likewise.
17487         * nscd/pwdcache.c (addpwbyX): Likewise.
17488         * nscd/selinux.c (preserve_capabilities): Likewise.
17489         * nscd/servicescache.c (addservbyX): Likewise.
17490         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
17491         * posix/fnmatch.c (fnmatch): Likewise.
17492         * posix/getopt.c (_getopt_internal_r): Likewise.
17493         * posix/glob.c (glob, glob_in_dir): Likewise.
17494         * posix/wordexp.c (exec_comm_child): Likewise.
17495         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
17496         (getanswer_r, gaih_getanswer_slice): Likewise.
17497         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
17498         * resolv/res_init.c: Likewise.
17499         * resolv/res_mkquery.c (res_nmkquery): Likewise.
17500         * resolv/res_query.c (__libc_res_nquery): Likewise.
17501         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
17502         Likewise.
17503         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
17504         * stdio-common/perror.c (perror): Likewise.
17505         * stdio-common/printf_fp.c (___printf_fp): Likewise.
17506         * stdio-common/tmpnam.c (tmpnam): Likewise.
17507         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
17508         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
17509         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
17510         Likewise.
17511         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
17512         * stdlib/putenv.c (putenv): Likewise.
17513         * stdlib/setenv.c (__add_to_environ): Likewise.
17514         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
17515         * stdlib/strtol_l.c (INTERNAL): Likewise.
17516         * string/memmem.c (memmem): Likewise.
17517         * string/strerror.c (strerror): Likewise.
17518         * string/strnlen.c (__strnlen): Likewise.
17519         * string/test-memmem.c (simple_memmem): Likewise.
17520         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
17521         * sunrpc/pm_getport.c (__get_socket): Likewise.
17522         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
17523         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
17524         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
17525         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
17526         Likewise.
17527         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
17528         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
17529         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
17530         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
17531         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
17532         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
17533         Likewise.
17534         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
17535         Likewise.
17536         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
17537         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
17538         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
17539         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
17540         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
17541         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
17542         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
17543         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
17544         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
17545         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
17546         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
17547         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
17548         Likewise.
17549         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
17550         Likewise.
17551         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
17552         Likewise.
17553         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
17554         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
17555         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
17556         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
17557         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
17558         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
17559         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
17560         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
17561         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
17562         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
17563         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
17564         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17565         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
17566         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
17567         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
17568         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
17569         Likewise.
17570         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
17571         Likewise.
17572         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
17573         Likewise.
17574         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
17575         Likewise.
17576         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
17577         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
17578         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
17579         Likewise.
17580         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
17581         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
17582         * sysdeps/posix/opendir.c (__opendirat): Likewise.
17583         * sysdeps/posix/sleep.c: Likewise.
17584         * sysdeps/posix/tempname.c: Likewise.
17585         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
17586         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17587         Likewise.
17588         * sysdeps/powerpc/powerpc32/dl-machine.h
17589         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
17590         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17591         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17592         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
17593         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
17594         Likewise.
17595         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
17596         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
17597         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17598         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
17599         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
17600         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
17601         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
17602         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
17603         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
17604         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
17605         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
17606         (elf_machine_lazy_rel): Likewise.
17607         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17608         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
17609         (elf_machine_lazy_rel): Likewise.
17610         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
17611         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
17612         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
17613         * sysdeps/unix/grantpt.c (grantpt): Likewise.
17614         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
17615         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
17616         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
17617         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17618         Likewise.
17619         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
17620         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
17621         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
17622         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
17623         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
17624         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
17625         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
17626         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
17627         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
17628         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
17629         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
17630         Likewise.
17631         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
17632         (__posix_fallocate64_l64): Likewise.
17633         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
17634         (posix_fallocate): Likewise.
17635         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
17636         Likewise.
17637         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17638         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
17639         (getifaddrs_internal): Likewise.
17640         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
17641         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
17642         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
17643         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
17644         * sysdeps/unix/sysv/linux/posix_fallocate64.c
17645         (__posix_fallocate64_l64): Likewise.
17646         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
17647         Likewise.
17648         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
17649         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
17650         (__get_clockfreq): Likewise.
17651         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
17652         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
17653         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
17654         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
17655         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17656         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
17657         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
17658         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
17659         Likewise.
17660         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
17661         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
17662         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
17663         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
17664         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
17665         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
17666         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
17667         Likewise.
17668         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17669         (posix_fallocate): Likewise.
17670         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
17671         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
17672         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
17673         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
17674         (elf_machine_rela, elf_machine_rela_relative)
17675         (elf_machine_lazy_rel): Likewise.
17676         * time/asctime.c (asctime_internal): Likewise.
17677         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
17678         * time/tzset.c (__tzset_parse_tz): Likewise.
17679         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
17680         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
17681         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
17682         * wcsmbs/wcsmbsload.h: Likewise.
17684         [BZ #15894]
17685         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
17687         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
17688         (arena_get2): Remove THREAD_STATS conditionals.
17689         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
17690         (__malloc_stats, int): Likewise.
17692 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
17694         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
17695         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
17697         * manual/setjmp.texi: Fix typos/grammar errors.
17699         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
17700         Only return early when n is <= 0.  Delete unused return statement.
17702         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
17703         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
17704         * debug/tst-longjmp_chk3.c: New file.
17706         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
17707         (test_main): Replace code with set_fortify_handler call.
17708         * debug/test-strcpy_chk.c: Likewise.
17709         * debug/tst-chk1.c: Likewise.
17710         * debug/tst-longjmp_chk.c: Likewise.
17711         * test-skeleton.c: Include fcntl.h & paths.h
17712         (set_fortify_handler): Define.
17714         * debug/tst-longjmp_chk.c: Add header comment and include
17715         ../test-skeleton.c.
17716         (do_test): Mark static.
17717         (TEST_FUNCTION): Define.
17719         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
17720         (IP_PMTUDISC_INTERFACE): Likewise.
17721         (IP_MULTICAST_IF): Likewise.
17722         (IP_MULTICAST_TTL): Likewise.
17723         (IP_MULTICAST_LOOP): Likewise.
17724         (IP_ADD_MEMBERSHIP): Likewise.
17725         (IP_DROP_MEMBERSHIP): Likewise.
17726         (IP_UNBLOCK_SOURCE): Likewise.
17727         (IP_BLOCK_SOURCE): Likewise.
17728         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
17729         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
17730         (IP_MSFILTER): Likewise.
17731         (MCAST_JOIN_GROUP): Likewise.
17732         (MCAST_BLOCK_SOURCE): Likewise.
17733         (MCAST_UNBLOCK_SOURCE): Likewise.
17734         (MCAST_LEAVE_GROUP): Likewise.
17735         (MCAST_JOIN_SOURCE_GROUP): Likewise.
17736         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
17737         (MCAST_MSFILTER): Likewise.
17738         (IP_MULTICAST_ALL): Likewise.
17739         (IP_UNICAST_IF): Likewise.
17741         * timezone/Makefile: Delete $(have-ksh) check.
17742         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
17743         * timezone/tzselect.ksh: Add +x mode bits.
17745         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
17746         (ANON_INODE_FS_MAGIC): Likewise.
17747         (BDEVFS_MAGIC): Likewise.
17748         (BINFMTFS_MAGIC): Likewise.
17749         (BTRFS_TEST_MAGIC): Likewise.
17750         (CRAMFS_MAGIC_WEND): Likewise.
17751         (DEBUGFS_MAGIC): Likewise.
17752         (ECRYPTFS_SUPER_MAGIC): Likewise.
17753         (EXT3_SUPER_MAGIC): Likewise.
17754         (EXT4_SUPER_MAGIC): Likewise.
17755         (FUTEXFS_SUPER_MAGIC): Likewise.
17756         (HOSTFS_SUPER_MAGIC): Likewise.
17757         (HUGETLBFS_MAGIC): Likewise.
17758         (MINIX3_SUPER_MAGIC): Likewise.
17759         (MTD_INODE_FS_MAGIC): Likewise.
17760         (NILFS_SUPER_MAGIC): Likewise.
17761         (OPENPROM_SUPER_MAGIC): Likewise.
17762         (PIPEFS_MAGIC): Likewise.
17763         (PSTOREFS_MAGIC): Likewise.
17764         (QNX6_SUPER_MAGIC): Likewise.
17765         (RAMFS_MAGIC): Likewise.
17766         (REISERFS_SUPER_MAGIC_STRING): Likewise.
17767         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
17768         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
17769         (SECURITYFS_MAGIC): Likewise.
17770         (SELINUX_MAGIC): Likewise.
17771         (SMACK_MAGIC): Likewise.
17772         (SOCKFS_MAGIC): Likewise.
17773         (SQUASHFS_MAGIC): Likewise.
17774         (STACK_END_MAGIC): Likewise.
17775         (TMPFS_MAGIC): Likewise.
17776         (USBDEVICE_SUPER_MAGIC): Likewise.
17777         (V9FS_MAGIC): Likewise.
17778         (XENFS_SUPER_MAGIC): Likewise.
17779         (CRAMFS_MAGIC): Fix typo in comment.
17780         (EXT2_SUPER_MAGIC): Update comment.
17781         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
17783 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
17785         * sysdeps/arm: Move directory from ports/sysdeps/arm.
17786         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
17787         * sysdeps/unix/sysv/linux/arm: Move directory from
17788         ports/sysdeps/unix/sysv/linux/arm.
17789         * README: Update listing for arm-*-linux-gnueabi.
17791         * README: Remove mention of am33.
17793 2014-02-07  Roland McGrath  <roland@hack.frob.com>
17795         * bits/sigset.h (__sigemptyset): Use a statement expression rather
17796         than the comma operator, to avoid "rhs of comma has no effect"
17797         compiler warnings.
17798         (__sigfillset, __sigandset, __sigorset): Likewise.
17799         * include/signal.h (__sigemptyset): Likewise.
17800         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
17802 2014-02-07  Allan McRae  <allan@archlinux.org>
17804         * version.h (RELEASE): Set to "development".
17805         (VERSION): Set to "2.19.90"
17806         * NEWS: Add 2.20 section.
17808 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
17810         [BZ #16529]
17811         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
17813 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17815         * manual/contrib.texi: Update entry for Carlos O'Donell,
17816         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
17818 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
17820         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
17822         * sysdeps/unix/sysv/linux/kernel-features.h
17823         [__LINUX_KERNEL_VERSION >= 0x020621]
17824         (__ASSUME_PROC_PID_TASK_COMM): Define.
17826 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17828         [BZ #16398]
17829         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
17830         conversion when destination buffer does not have enough space.
17831         * libio/tst-ftell-partial-wide.c: New test case.
17832         * libio/Makefile (tests): Add tst-ftell-partial-wide.
17834         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
17835         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
17836         Leonard and Allan McRae.
17838 2014-02-04  David S. Miller  <davem@davemloft.net>
17840         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
17841         32-bit.
17843 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
17846         New file
17847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
17848         New file
17849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
17850         New file.
17851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
17852         New file.
17853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
17854         New file.
17855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
17856         New file.
17857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
17858         New file.
17859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
17860         New file.
17861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
17862         New file.
17863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
17864         New file.
17865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
17866         New file.
17867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
17868         New file.
17869         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
17870         New file.
17872 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17874         * nptl/shlib-versions: Change powerpc*le start to 2.17.
17875         * shlib-versions: Likewise.
17877 2014-02-04  Roland McGrath  <roland@hack.frob.com>
17878             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17880         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
17881         (abilist-pattern): New variable, set to %-le.abilist.
17883         * Makerules (abilist-pattern): New variable.
17884         (vpath): Use $(abilist-pattern) in place of %.abilist.
17885         (check-abi-% pattern rule): Likewise.
17886         (check-abi, update-abi): Likewise.
17888 2014-02-04  Eric Wong  <normalperson@yhbt.net>
17890         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17892 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
17894         * manual/startup.texi: Add next, previous, and top entries for
17895         the `Program Arguments' and `Environment Variables' nodes.
17897 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
17899         * manual/macros.texi: Add comments before MTASC-safety macros.
17901         * manual/users.texi: Document MTASC-safety properties.
17903         * manual/threads.texi (pthread_key_create, pthread_key_delete)
17904         (pthread_getspecific, pthread_setspecific): Format with
17905         @deftypefun, and add @safety note.
17906         * manual/signal.texi: Move comments that analyze the above
17907         functions to their home place.
17909 2014-02-03  Allan McRae  <allan@archlinux.org>
17911         * po/sl.po: Update Slovenian translation from translation project.
17913 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
17915         * manual/time.texi (timegm): Add missing blank after @c.
17916         Reported by Joseph Myers <joseph@codesourcery.com>.
17918 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
17920         * manual/check-safety.sh: New.
17921         * manual/Makefile ($(objpfx)stamp-summary): Run it.
17923         * manual/terminal.texi: Document MTASC-safety properties.
17925         * manual/filesys.texi: Document MTASC-safety properties.
17927         * manual/errno.texi: Document MTASC-safety properties.
17929         * manual/intro.texi: Document safety identifiers and
17930         conditionals.
17932         * manual/string.texi (wcstok): Fix prototype.
17933         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
17935         * manual/time.texi: Document MTASC-safety properties.
17937         * manual/string.texi: Document MTASC-safety properties.
17939         * manual/threads.texi: Document MTASC-safety properties.
17941         * manual/stdio.texi: Document MTASC-safety properties.
17943         * manual/syslog.texi: Document MTASC-safety properties.
17945         * manual/sysinfo.texi: Document MTASC-safety properties.
17947         * manual/startup.texi: Document MTASC-safety properties.
17949         * manual/socket.texi: Document MTASC-safety properties.
17951         * manual/signal.texi: Document MTASC-safety properties.
17953 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
17955         * manual/setjmp.texi: Document MTASC-safety properties.
17957         * manual/search.texi: Document MTASC-safety properties.
17959         * manual/resource.texi: Document MTASC-safety properties.
17961         * manual/process.texi: Document MTASC-safety properties.
17963         * manual/platform.texi: Document MTASC-safety properties.
17965         * manual/pipe.texi: Document MTASC-safety properties.
17967         * manual/pattern.texi: Document MTASC-safety properties.
17969         * manual/message.texi: Document MTASC-safety properties.
17971         [BZ #12751]
17972         * manual/memory.texi: Document MTASC-safety properties.
17974         * manual/math.texi: Document MTASC-safety properties.
17976         * manual/locale.texi: Document MTASC-safety properties.
17978         * manual/llio.texi: Document MTASC-safety properties.
17980         * manual/libdl.texi: New.
17982         * manual/lang.texi: Document MTASC-safety properties.
17984         * manual/job.texi: Document MTASC-safety properties.
17986         * manual/getopt.texi: Document MTASC-safety properties.
17988         * manual/ctype.texi: Document MTASC-safety properties.
17990 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
17992         [BZ #16046]
17993         * csu/libc-tls.c (static_map): Remove variable.
17994         (__libc_setup_tls): Use main executable's link map for TLS data.
17995         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
17996         casing for LM_ID_BASE and GL(dl_nns).
17997         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
17998         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
17999         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
18000         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
18001         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
18002         member.
18003         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
18004         l_phnum members.
18006 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
18008         * manual/debug.texi: Document MTASC-safety properties.
18010 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
18012         [BZ #16510]
18013         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
18014         of __x86_64__ when disabling x87 inline functions.
18016 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
18018         * manual/charset.texi: Document MTASC-safety properties.
18020         * manual/crypt.texi: Document MTASC-safety properties.
18022         * manual/conf.texi: Document MTASC-safety properties.
18024         * manual/arith.texi: Document MTASC-safety properties.
18026         * manual/argp.texi: Document MTASC-safety properties.
18028         * manual/macros.texi: Introduce macros to document multi
18029         thread, asynchronous signal and asynchronous cancellation
18030         safety properties.
18031         * manual/intro.texi: Introduce the properties themselves.
18033 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18035         * sysdeps/sh/sh4/Makefile: New file.
18037 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
18039         * math/gen-libm-test.pl ($srcdir): New variable.
18040         ($auto_input): Use it.
18042 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18044         [BZ #16506]
18045         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
18046         access beyond array bounds when parsing netgroups file.
18048         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
18049         the old buffer before realloc.
18051 2014-01-27  Allan McRae  <allan@archlinux.org>
18053         * po/fr.po: Update French translation from translation project.
18055 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18057         * sysdeps/sh/libm-test-ulps: Regenerate.
18059 2014-01-24  David S. Miller  <davem@davemloft.net>
18061         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
18063 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18065         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
18066         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
18068 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18070         [BZ #16474]
18071         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
18072         string pointers after reallocation.
18074 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18076         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
18077         __SH4A__ instead of __SH_FPU_ANY__.
18079 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18081         * sysdeps/sh/fpu_control.h: New file.
18082         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
18083         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
18084         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
18085         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
18086         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
18087         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
18088         * sysdeps/sh/sys/ucontext.h: Remove.
18089         * sysdeps/sh/sys: Remove directory.
18091 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18093         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
18094         s390/sys/ucontext.h.
18095         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
18096         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
18098 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
18100         [BZ #15605]
18101         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
18103 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18105         [BZ#16431]
18106         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
18107         Adjust the vDSO correctly for internal calls.
18108         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
18110 2014-01-20  Allan McRae  <allan@archlinux.org>
18112         * po/ca.po: Update Catalan translation from translation project.
18114 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
18116         * sysdeps/s390/sotruss-lib.c: New file.
18118 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18120         [BZ#16430]
18121         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
18122         (__GI___gettimeofday): Alias for a different internal symbol to avoid
18123         local calls issues by not having a PLT stub required for IFUNC calls.
18124         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
18126 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
18128         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
18129         * math/test-fpucw-static.c: Likewise.
18131 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
18133         [BZ #16453]
18134         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
18136 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18138         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
18139         implementation for powerpc.
18141 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
18143         [BZ #14782]
18144         * sysdeps/posix/system.c (__libc_system): Do not enable
18145         asynchronous cancellation.
18147 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18149         [BZ #16427]
18150         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
18151         handling only for numbers special also in the IEEE case.
18153 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18155         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18157 2014-01-11  Allan McRae  <allan@archlinux.org>
18159         * po/bg.po: Update Bulgarian translation from translation project.
18161         * po/de.po: Update German translation from translation project.
18163 2014-01-10  Roland McGrath  <roland@hack.frob.com>
18165         * sysdeps/generic/gcc-compat.h: New file.
18167 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18169         * benchtests/asin-inputs: Correct slow inputs.
18170         * benchtests/acos-inputs: Likewise.
18172 2014-01-10  Allan McRae  <allan@archlinux.org>
18174         * po:sv.po: Update Swedish translation from translation project.
18176         * po/vi.po: Update Vietnamese translation from translation project.
18178         * po/eo.po: Update Esperanto translation from translation project.
18180         * po/cs.po: Update Czech translation from translation project.
18182         * po/nl.po: Update Dutch translation from translation project.
18184         * po/pl.po: Update Polish translation from translation project.
18186         * po/ru.po: Update Russian translation from translation project.
18188         * po/uk.po: Update Ukrainian translation from translation project.
18190 2014-01-08  Brooks Moses  <bmoses@google.com>
18192         * elf/dl-load.c: Fix comment typo.
18194 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
18196         * po/header.pot: Rename to...
18197         * po/pot.header: ... this.
18198         * po/Makefile: Use pot.header.
18200 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
18201             Maxim Kuvyrkov  <maxim@kugelworks.com>
18203         [BZ #16394]
18204         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
18205         SRC and DEST against LEN.
18207 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18209         [BZ #16414]
18210         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
18211         implementation.
18212         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
18214 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18216         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18218 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
18220         [BZ #16408]
18221         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
18222         for large positive arguments.
18224 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
18226         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18228         * math/auto-libm-test-in: Mark various tests with
18229         xfail-rounding:ldbl-128ibm.
18230         * math/auto-libm-test-out: Regenerated.
18232         [BZ #16407]
18233         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
18234         Increase overflow threshold.
18236 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
18238         [BZ #14286]
18239         * stdio-common/vfprintf.c: Check for integer overflow.
18241 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18243         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
18244         the first argument and return value of __tls_get_addr_internal.
18246 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18248         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
18249         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
18251 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18253         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
18254         * sysdeps/s390/rtld-global-offsets.sym: New file.
18255         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
18256         GLIBC_2.19 symbol.
18257         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
18258         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
18259         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
18260         ... this.
18261         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
18262         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
18263         ... this.
18264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18265         Regenerate.
18266         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18267         Regenerate.
18268         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
18269         halfs of GPRs for high_gprs contexts.
18270         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
18271         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
18272         field.
18273         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
18274         uc_flags field.
18275         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
18276         64 bit versions:
18277         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
18278         for high GPRs (uc_high_gprs) and for future extensions
18279         (__reserved).
18280         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
18281         for future extensions (__reserved).
18282         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
18283         64 bit versions:
18284         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
18285         SC_HIGHGPRS offset definition.
18286         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
18287         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
18289         * Versions.def: Add GLIBC_2.19 for libpthread.
18290         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
18291         siglongjmp for libpthread with GLIBC_2.19 symver.
18292         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
18293         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
18294         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
18295         * sysdeps/s390/__longjmp.c: New file.
18296         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
18297         * sysdeps/s390/longjmp.c: New file.
18298         * sysdeps/s390/setjmp.S: New file.
18299         * sysdeps/s390/sigjmp.S: New file.
18300         * sysdeps/s390/v1-longjmp.c: New file.
18301         * sysdeps/s390/v1-setjmp.h: New file.
18302         * sysdeps/s390/v1-sigjmp.c: New file.
18303         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
18304         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
18305         GLIBC_2.19 version.
18306         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
18307         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
18308         versioned symbols for ____longjmp_chk.
18309         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
18310         Likewise.
18311         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
18312         Regenerate.
18313         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18314         Regenerate.
18315         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
18316         Regenerate.
18317         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18318         Regenerate.
18319         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
18320         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
18321         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
18322         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
18323         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
18324         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
18325         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
18326         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
18327         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
18328         * sysdeps/s390/rtld-__longjmp.c: New file.
18329         * sysdeps/s390/rtld-setjmp.S: New file.
18331 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
18333         [BZ #16400]
18334         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18335         Return -__logl (x) for small positive arguments without evaluating
18336         a polynomial.
18338 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
18340         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
18341         Rename to ...
18342         (__ptrace_peeksiginfo_args): ... this.
18343         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18344         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18345         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18347 2014-01-06  Allan McRae  <allan@archlinux.org>
18349         * inet/netinet/in.h: Fix typo in comment.
18351 2014-01-05  Andreas Jaeger  <aj@suse.de>
18353         * sysdeps/i386/fpu/libm-test-ulps: Update.
18355 2014-01-05  Allan McRae  <allan@archlinux.org>
18357         * po/libc.pot: Regenerated.
18359         * malloc/memusagestat.c: Fix gettext call formatting.
18361 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
18363         * nscd/nscd.c: Improve usage() output.
18365 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
18367         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
18368         * sysdeps/unix/sysv/linux/configure: Regenerated.
18369         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
18370         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
18372 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18374         [BZ #16390]
18375         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
18376         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
18378 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18380         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
18381         extra tokens at end of #undef directive.
18382         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
18383         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
18384         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
18386 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
18388         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
18390         * math/auto-libm-test-in: Mark various tests with
18391         xfail-rounding:ldbl-128ibm.
18392         * math/auto-libm-test-out: Regenerated.
18394 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
18396         [BZ #16386]
18397         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
18398         numbers with subnormal high part when calculating exponent.
18400         [BZ #16385]
18401         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
18402         fabs.
18404         [BZ #16384]
18405         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
18406         M_LN2l.
18407         (__ieee754_acoshl): Use __log1pl not __log1p.
18409 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
18411         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
18412         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
18413         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
18414         (grow_heap, heap_trim, _int_new_arena, get_free_list)
18415         (reused_arena, arena_get2): Convert to GNU style.
18416         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
18417         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
18418         (memalign_check, __malloc_set_state): Likewise.
18419         * malloc/mallocbug.c (main): Likewise.
18420         * malloc/malloc.c (__malloc_assert, malloc_init_state)
18421         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
18422         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
18423         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
18424         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
18425         (__posix_memalign, malloc_info): Likewise.
18426         * malloc/malloc.h: Likewise.
18427         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
18428         (mallochook, memalignhook, reallochook, mabort): Likewise.
18429         * malloc/mcheck.h: Likewise.
18430         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
18431         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
18432         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
18433         * malloc/morecore.c (__default_morecore): Likewise.
18434         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
18435         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
18436         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
18437         (print_and_abort): Likewise.
18438         * malloc/obstack.h: Likewise.
18439         * malloc/set-freeres.c (__libc_freeres): Likewise.
18440         * malloc/tst-mallocstate.c (main): Likewise.
18441         * malloc/tst-mtrace.c (main): Likewise.
18442         * malloc/tst-realloc.c (do_test): Likewise.
18444 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18446         [BZ #16366]
18447         * nscd/netgroupcache.c (do_notfound): New function.
18448         (addgetnetgrentX): Use it.
18450         [BZ # 16365]
18451         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
18452         NSS_STATUS_NOTFOUND.
18454 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
18456         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18459 2014-01-01  Allan McRae  <allan@archlinux.org>
18461         * scripts/update-copyrights: Update configure input file suffix.
18463         * NEWS: Update copyright year.
18464         * catgets/gencat.c: Likewise.
18465         * csu/version.c: Likewise.
18466         * debug/catchsegv.sh: Likewise.
18467         * debug/pcprofiledump.c: Likewise.
18468         * debug/xtrace.sh: Likewise.
18469         * elf/ldconfig.c: Likewise.
18470         * elf/ldd.bash.in: Likewise.
18471         * elf/pldd.c: Likewise.
18472         * elf/sotruss.ksh: Likewise.
18473         * elf/sprof.c: Likewise.
18474         * iconv/iconv_prog.c: Likewise.
18475         * iconv/iconvconfig.c: Likewise.
18476         * locale/programs/locale.c: Likewise.
18477         * locale/programs/localedef.c: Likewise.
18478         * login/programs/pt_chown.c: Likewise.
18479         * malloc/memusage.sh: Likewise.
18480         * malloc/memusagestat.c: Likewise.
18481         * malloc/mtrace.pl: Likewise.
18482         * manual/libc.texinfo: Likewise.
18483         * nscd/nscd.c: Likewise.
18484         * nss/getent.c: Likewise.
18485         * nss/makedb.c: Likewise.
18486         * posix/getconf.c: Likewise.
18487         * scripts/test-installation.pl: Likewise.
18489         * All files with FSF copyright notices: Update copyright dates
18490         using scripts/update-copyrights.
18491         * intl/plural.c: Regenerated.
18492         * locale/programs/charmap-kw.h: Likewise.
18493         * locale/programs/locfile-kw.h: Likewise.
18495 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
18497         * sysdeps/unix/sysv/linux/configure: Regenerated.
18498         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
18499         the linux/fanotify.h header.
18500         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
18501         HAVE_LINUX_FANOTIFY_H is defined.
18503 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
18505         * benchtests/cos-inputs: New inputs.
18506         * benchtests/sin-inputs: Likewise.
18508         * benchtests/atan-inputs: New inputs. Fix name of multiple
18509         precision fallback inputs.
18511         * benchtests/atanh-inputs: New inputs.
18512         * benchtests/tanh-inputs: Likewise.
18514         * benchtests/acosh-inputs: New inputs.
18515         * benchtests/asinh-inputs: Likewise.
18517         * benchtests/cosh-inputs: New inputs.
18518         * benchtests/sinh-inputs: Likewise.
18520         * benchtests/acos-inputs: Add more inputs.
18521         * benchtests/asin-inputs: Likewise.
18523 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
18525         [BZ #16375]
18526         * manual/arith.texi: Fix spelling.
18527         * manual/charset.texi: Likewise.
18528         * manual/errno.texi: Likewise.
18529         * manual/filesys.texi: Likewise.
18530         * manual/lang.texi: Likewise.
18531         * manual/llio.texi: Likewise.
18532         * manual/locale.texi: Likewise.
18533         * manual/message.texi: Likewise.
18534         * manual/resource.texi: Likewise.
18535         * manual/search.texi: Likewise.
18536         * manual/setjmp.texi: Likewise.
18537         * manual/stdio.texi: Likewise.
18538         * manual/string.texi: Likewise.
18539         * manual/sysinfo.texi: Likewise.
18540         * manual/time.texi: Likewise.
18542 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
18544         * po/sl.po: New file.
18546 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
18548         * .gitignore: Add core/.gdbinit/.gdb_history.
18550 2013-12-27  Allan McRae  <allan@archlinux.org>
18552         [BZ #16369]
18553         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
18554         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
18556 2013-12-24  Brooks Moses  <bmoses@google.com>
18558         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
18559         all compilers that claim C++98 compliance, not just GCC.
18560         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
18561         Likewise.
18563 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18565         * NEWS: Restore accidentally deleted bug-fix entries.
18567 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
18568             Ondřej Bílka  <neleai@seznam.cz>
18570         [BZ #15073]
18571         * malloc/malloc.c (_int_free): Perform sanity check only if we
18572         have_lock.
18574 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
18576         [BZ #12986]
18577         * manual/stdio.texi (String Input Conversions): Clarify that character
18578         classes are not supported.
18580 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18584 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
18586         [BZ #16337]
18587         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
18588         Calculate results for small negative arguments directly rather
18589         than using reflection formula with special underflow handling.
18591         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
18592         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
18593         sysdeps/unix/bsd/bsd4.4/syscalls.list.
18594         (fchflags): Likewise.
18595         (revoke): Likewise.
18596         (setlogin): Likewise.
18597         (sigaltstack): Likewise.
18598         (wait4): Likewise.
18599         (sigblock): Remove.
18600         (sigsetmask): Likewise.
18601         (wait3): Likewise.
18602         (waitpid): Likewise.
18603         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
18604         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
18605         file.
18606         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
18607         * sysdeps/unix/bsd/Makefile: ... here.
18608         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
18609         * sysdeps/unix/bsd/Versions: ... here.
18610         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
18611         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
18612         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
18613         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
18614         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
18615         * sysdeps/unix/bsd/sigblock.c: ... here.
18616         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
18617         * sysdeps/unix/bsd/sigsetmask.c: ... here.
18618         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
18619         * sysdeps/unix/bsd/sigvec.c: ... here.
18620         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
18621         * sysdeps/unix/bsd/tcdrain.c: ... here.
18622         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
18623         * sysdeps/unix/bsd/tcgetattr.c: ... here.
18624         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
18625         * sysdeps/unix/bsd/tcsetattr.c: ... here.
18626         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
18627         * sysdeps/unix/bsd/wait.c: ... here.
18628         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
18629         * sysdeps/unix/bsd/wait3.c: ... here.
18630         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
18631         * sysdeps/unix/bsd/waitpid.c: ... here.
18633 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
18635         [BZ #16356]
18636         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
18637         round-to-nearest for [!USE_AS_EXPM1L].
18638         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
18639         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
18640         more tests of exp and exp10.  Expect some exp10 tests to miss
18641         exceptions or fail in directed rounding modes.
18642         * math/auto-libm-test-out: Regenerated.
18643         * math/libm-test.inc (exp10_tonearest_test_data): New array.
18644         (exp10_test_tonearest): New function.
18645         (exp10_towardzero_test_data): New array.
18646         (exp10_test_towardzero): New function.
18647         (exp10_downward_test_data): New array.
18648         (exp10_test_downward): New function.
18649         (exp10_upward_test_data): New array.
18650         (exp10_test_upward): New function.
18651         (main): Call the new functions.
18652         * sysdeps/i386/fpu/libm-test-ulps: Update.
18653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18655 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
18657         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
18658         asinh, atan, atan2, atanh, cbrt, cos and cosh.
18659         * math/auto-libm-test-out: Regenerated.
18660         * math/libm-test.inc (acosh_test_data): Add more tests.
18661         (atanh_test_data): Likewise.
18662         (ceil_test_data): Likewise.
18663         (copysign_test_data): Likewise.
18664         * sysdeps/i386/fpu/libm-test-ulps: Update.
18665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18667         * timezone/checktab.awk: Update from tzcode 2013i.
18668         * timezone/private.h: Likewise.
18669         * timezone/scheck.c: Likewise.
18670         * timezone/tzfile.h: Likewise.
18671         * timezone/tzselect.ksh: Likewise.
18672         * timezone/zdump.c: Likewise.
18673         * timezone/zic.c: Likewise.
18675         * math/auto-libm-test-in: Add tests of cpow.
18676         * math/auto-libm-test-out: Regenerated.
18677         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
18678         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18679         mpc_cc_c.
18680         (func_calc_desc): Add mpc_cc_c union field.
18681         (test_functions): Add cpow.
18682         (special_fill_2pi): New function.
18683         (special_real_inputs): Add 2pi.
18684         (calc_generic_results): Handle mpc_cc_c.
18685         * sysdeps/i386/fpu/libm-test-ulps: Update.
18686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18688         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
18689         csqrt, ctan and ctanh.
18690         * math/auto-libm-test-out: Regenerated.
18691         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18692         (TEST_COND_x86): Likewise.
18693         (ccos_test_data): Use AUTO_TESTS_c_c.
18694         (ccosh_test_data): Likewise.
18695         (cexp_test_data): Likewise.
18696         (clog_test_data): Likewise.
18697         (csqrt_test_data): Likewise.
18698         (ctan_test_data): Likewise.
18699         (ctan_tonearest_test_data): Likewise.
18700         (ctan_towardzero_test_data): Likewise.
18701         (ctan_downward_test_data): Likewise.
18702         (ctan_upward_test_data): Likewise.
18703         (ctanh_test_data): Likewise.
18704         (ctanh_tonearest_test_data): Likewise.
18705         (ctanh_towardzero_test_data): Likewise.
18706         (ctanh_downward_test_data): Likewise.
18707         (ctanh_upward_test_data): Likewise.
18708         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18709         mpc_c_c.
18710         (func_calc_desc): Add mpc_c_c union field.
18711         (FUNC_mpc_c_c): New macro.
18712         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
18713         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
18714         ctanh.
18715         (special_fill_min_subnorm_p120): New function.
18716         (special_real_inputs): Add min_subnorm_p120.
18717         (calc_generic_results): Handle mpc_c_c.
18718         * sysdeps/i386/fpu/libm-test-ulps: Update.
18719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18721 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18723         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
18724         (do_sin_slow): New functions.
18725         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
18726         (cslow2, csloww1, csloww2): Use the new functions.
18728         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
18729         Use M to change sign of result instead of X.  Assume X is
18730         positive.
18731         (csloww1): Likewise.
18732         (__sin): Adjust.
18733         (__cos): Adjust.
18735         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
18736         arguments A and DA.
18737         (__sin): Adjust.
18738         (__cos): Likewise.
18740         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
18741         (__cos): Likewise.
18742         (sloww1): Don't adjust sign of DX.
18743         (csloww1): Likewise.
18744         (sloww2): Use X directly and don't adjust sign of DX.
18745         (csloww2): Likewise.
18747 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18749         * math/auto-libm-test-in: Add tests of cabs and carg.
18750         * math/auto-libm-test-out: Regenerated.
18751         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
18752         (carg_test_data): Likewise.
18753         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18754         mpc_c_f.
18755         (func_calc_desc): Add mpc_c_f union field.
18756         (test_functions): Add cabs and carg.
18757         (calc_generic_results): Handle mpc_c_f.
18759         * sysdeps/powerpc/powerpc32/libgcc-compat.S
18760         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
18761         as a macro and a compat symbol.
18762         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
18763         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
18764         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
18765         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
18766         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
18767         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
18768         not use .hidden.
18769         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
18770         Likewise.
18771         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
18772         Likewise.
18773         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
18774         Likewise.
18775         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
18776         Likewise.
18777         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
18778         Likewise.
18779         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
18780         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
18781         from GLIBC_2.3.2.
18783 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18785         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18787 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18789         * manual/texinfo.tex: Update to version 2013-11-26.10 with
18790         trailing whitespace removed.
18791         * scripts/config.guess: Update to version 2013-11-29.
18792         * scripts/config.sub: Update to version 2013-10-01.
18794         * math/auto-libm-test-in: Add tests of sincos.
18795         * math/auto-libm-test-out: Regenerated.
18796         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
18797         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18798         mpfr_f_11.
18799         (func_calc_desc): Add mpfr_f_11 union field.
18800         (test_functions): Add sincos.
18801         (calc_generic_results): Handle mpfr_f_11.
18802         * sysdeps/i386/fpu/libm-test-ulps: Update.
18803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18805 2013-12-19  Andreas Schwab  <schwab@suse.de>
18807         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
18808         CALL_MCOUNT.
18809         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
18810         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
18811         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
18813 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
18815         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
18816         * sysdeps/i386/fpu/libm-test-ulps: Update.
18817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18819         [BZ #16293]
18820         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
18821         round-to-nearest mode when using frndint.
18822         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
18823         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18824         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
18825         Likewise.
18826         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
18827         sinh test to fail.
18828         * math/auto-libm-test-out: Regenerated.
18829         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
18830         (TEST_COND_x86): Likewise.
18831         (expm1_tonearest_test_data): New array.
18832         (expm1_test_tonearest): New function.
18833         (expm1_towardzero_test_data): New array.
18834         (expm1_test_towardzero): New function.
18835         (expm1_downward_test_data): New array.
18836         (expm1_test_downward): New function.
18837         (expm1_upward_test_data): New array.
18838         (expm1_test_upward): New function.
18839         (main): Run the new test functions.
18840         * sysdeps/i386/fpu/libm-test-ulps: Update.
18841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18843         * include/features.h: Update comment documenting feature test
18844         macros.  Mention _DEFAULT_SOURCE in comment.
18845         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
18846         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
18847         _BSD_SOURCE and _SVID_SOURCE.
18848         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
18849         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
18850         !_SVID_SOURCE]: Likewise.
18851         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18852         (__USE_POSIX_IMPLICITLY): Define.
18853         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18854         (_POSIX_SOURCE): Undefine and redefine.
18855         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
18856         (_POSIX_C_SOURCE): Likewise.
18857         * manual/creature.texi (_DEFAULT_SOURCE): Document.
18858         (Feature Test Macros): Update documentation of default features.
18860 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18862         * benchtests/Makefile: Add bench-strtok.
18863         * benchtests/bench-strtok.c: New file: strtok benchtest.
18865 2013-12-19  Allan McRae  <allan@archlinux.org>
18867         * manual/install.texi: Suppress menu for plain text output.
18868         * INSTALL: Regenerated.
18870 2013-12-18  Brooks Moses  <bmoses@google.com>
18872         [BZ #15846]
18873         * misc/getauxval.c: Include errno.h.
18874         (__getauxval): Set errno to ENOENT if the requested type is not
18875         found.
18876         * misc/sys/auxv.h (getauxval): Document that it may set errno;
18877         don't declare with __attribute_const__.
18878         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
18879         * manual/startup.texi: Document that getauxval sets errno.
18881 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18883         * math/auto-libm-test-in: Add tests of jn and yn.
18884         * math/auto-libm-test-out: Regenerated.
18885         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
18886         (yn_test_data): Likewise.
18887         * math/gen-auto-libm-tests.c (func_calc_method): Add value
18888         mpfr_if_f.
18889         (func_calc_desc): Add mpfr_if_f union field.
18890         (FUNC_mpfr_if_f): New macro.
18891         (test_functions): Add jn and yn.
18892         (calc_generic_results): Assert type of second input for
18893         mpfr_ff_f.  Handle mpfr_if_f.
18894         (output_for_one_input_case): Disable all checking for arguments
18895         fitting floating-point types in case of an integer argument.
18896         * sysdeps/i386/fpu/libm-test-ulps: Update.
18897         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
18900         Don't expect fegetround reference in libm.so.
18902 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18904         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
18905         $(config-cflags-nofma).
18907 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
18909         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
18910         * math/auto-libm-test-out: Regenerated.
18912         [BZ #16338]
18913         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
18914         to determine exponent and adjust argument to have exponent of -1.
18915         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
18916         log2.
18917         * math/auto-libm-test-out: Regenerated.
18918         * sysdeps/i386/fpu/libm-test-ulps: Update.
18919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18921 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
18923         * manual/probes.texi: Remove cases when per-thread arenas are
18924         disabled.
18926 2013-12-18  Andreas Schwab  <schwab@suse.de>
18928         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
18929         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
18930         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
18931         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
18932         * sysdeps/i386/i686/multiarch/Makefile: Update.
18933         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
18935 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18937         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
18938         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
18940 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
18942         [BZ #15968]
18943         Support TZ transition times < 00:00:00.
18944         This is needed for version-3 tz-format files; it supports time
18945         stamps past 2037 for America/Godthab (the only entry in the tz
18946         database for which this change is relevant).
18947         * manual/time.texi (TZ Variable): Document transition times
18948         from -167:59:59 through -00:00:01.
18949         * time/tzset.c (tz_rule): Time of day is now signed.
18950         (__tzset_parse_tz): Parse negative time of day.
18952         Document TZ transition times >= 25:00:00.
18953         * manual/time.texi (TZ Variable): Document transition times from
18954         25:00:00 through 167:59:59.  These are already supported, and this
18955         support will help with version-3 tz-format files.
18957         * manual/time.texi (TZ Variable): Modernize North America example
18958         to reflect current (i.e., 2007-and-later) daylight saving rules.
18960         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
18962 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
18964         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
18965         * sysdeps/unix/bsd/bits/stat.h: Likewise.
18966         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
18967         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
18968         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
18969         * sysdeps/unix/bsd/bsdstat.h: Likewise.
18970         * sysdeps/unix/bsd/clock.c: Likewise.
18971         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
18972         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
18973         * sysdeps/unix/bsd/init-posix.c: Likewise.
18974         * sysdeps/unix/bsd/poll.c: Likewise.
18975         * sysdeps/unix/bsd/ptsname.c: Likewise.
18976         * sysdeps/unix/bsd/seekdir.c: Likewise.
18977         * sysdeps/unix/bsd/setegid.c: Likewise.
18978         * sysdeps/unix/bsd/seteuid.c: Likewise.
18979         * sysdeps/unix/bsd/setgid.c: Likewise.
18980         * sysdeps/unix/bsd/setrgid.c: Likewise.
18981         * sysdeps/unix/bsd/setruid.c: Likewise.
18982         * sysdeps/unix/bsd/setsid.c: Likewise.
18983         * sysdeps/unix/bsd/setuid.c: Likewise.
18984         * sysdeps/unix/bsd/sigaction.c: Likewise.
18985         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
18986         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
18987         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
18988         * sysdeps/unix/bsd/telldir.c: Likewise.
18989         * sysdeps/unix/bsd/times.c: Likewise.
18990         * sysdeps/unix/bsd/usleep.c: Likewise.
18992         * misc/Makefile (install-lib): Remove libbsd-compat.a.
18993         ($(objpfx)libbsd-compat.a): Remove rule.
18995         * include/features.h (__FAVOR_BSD): Do not define.
18996         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
18997         features conflicting with POSIX.
18998         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
18999         (_BSD_SOURCE): Remove description of not being a subset of other
19000         feature test macros.
19001         * manual/job.texi (getpgrp): Do not document BSD version.
19002         (getpgid): Do not document by reference to BSD getpgrp.
19003         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
19004         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
19005         * signal/signal.h [__FAVOR_BSD]: Likewise.
19006         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
19007         instead of making contents conditional on [__FAVOR_BSD].
19008         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
19010 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19012         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19014 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19016         [BZ #16314]
19017         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
19018         values below 2**-450, not 2**-500.
19019         * math/auto-libm-test-in: Don't allow spurious underflow from
19020         hypot.
19021         * math/auto-libm-test-out: Regenerated.
19023         [BZ #16316]
19024         [BZ #16330]
19025         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
19026         values of ha and hb and sort them after adjusting subnormal
19027         arguments.
19028         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
19029         Likewise.
19030         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
19031         values of ea and eb and sort them after adjusting subnormal
19032         arguments.
19033         * math/auto-libm-test-in: Do not expect some hypot tests of
19034         subnormals to fail.  Add more hypot tests.
19035         * math/auto-libm-test-out: Regenerated.
19037 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19039         [BZ #13304]
19040         * sysdeps/sh/s_fma.c: New file.
19041         * sysdeps/sh/s_fmaf.c: New file.
19042         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
19043         version.
19044         * sysdeps/sh/Implies: Add sh/soft-fp.
19046 2013-12-16  Roland McGrath  <roland@hack.frob.com>
19048         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
19049         level of indirection to members `objname', `errstring', `malloced'.
19050         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
19051         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
19052         it as the __longjmp argument (just pass 1 instead).
19053         (_dl_catch_error): Initialize C with argument pointers and address of
19054         volatile local ERRCODE rather than copying values out of C at return.
19056 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
19058         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
19059         * math/auto-libm-test-out: Regenerated.
19060         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
19061         (hypot_test_data): Likewise.
19062         (pow_test_data): Likewise.
19063         (pow_tonearest_test_data): Likewise.
19064         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19065         mpfr_ff_f.
19066         (func_calc_desc): Add mpfr_ff_f union field.
19067         (FUNC_mpfr_ff_f): New macro.
19068         (test_functions): Add atan2, hypot and pow.
19069         (special_fill_min): New function.
19070         (special_fill_minus_min): Likewise.
19071         (special_fill_min_subnorm): Likewise.
19072         (special_fill_minus_min_subnorm): Likewise.
19073         (special_real_inputs): Add min, -min, min_subnorm and
19074         -min_subnorm.
19075         (calc_generic_results): Handle mpfr_ff_f.
19076         * sysdeps/i386/fpu/libm-test-ulps: Update.
19077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19079 2013-12-16  Will Newton  <will.newton@linaro.org>
19081         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
19082         (Aligned Memory Blocks): Add documentation for aligned_alloc
19083         and suggest it as an alternative to posix_memalign.
19084         (Hooks for Malloc): Document __memalign_hook is also called
19085         for aligned_alloc.  (Summary of Malloc): Add summary for
19086         aligned alloc.  Document __memalign_hook is also called
19087         for aligned_alloc.
19089 2013-12-16  Will Newton  <will.newton@linaro.org>
19091         * manual/memory.texi (Malloc Examples): Clarify default
19092         alignment documentation.  Suggest posix_memalign rather
19093         than memalign or valloc.
19094         (Aligned Memory Blocks): Remove suggestion to use memalign
19095         or valloc.  Remove obsolete comment about BSD.
19096         Document memalign errno values and mark the function obsolete.
19097         Document posix_memalign returned error codes.  Mark valloc
19098         as obsolete.  (Hooks for Malloc): __memalign_hook is also
19099         called for posix_memalign and valloc.
19100         (Summary of Malloc): Add posix_memalign to function summary.
19101         __memalign_hook is also called for posix_memalign and valloc.
19103 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19105         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
19106         TAYLOR_SIN.
19107         (__sin): Adjust.
19108         (__cos): Likewise.
19109         (sloww): Use mynumber union.  Expand ternary operator into
19110         if-else statements.
19111         (cslow): use mynumber union.
19113 2013-12-16  Allan McRae  <allan@archlinux.org>
19115         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
19116         * configure: Regenerated.
19118         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
19120         [BZ #14120]
19121         * configure.ac: Added --enable-maintainer-mode. Check for
19122         autoconf when enabled.
19123         * configure: Regenerated.
19125         * nscd/nscd.service: New file.
19126         * nscd/nscd.tmpfiles: New file.
19128 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
19130         [BZ #12100]
19131         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
19132         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
19133         * sysdeps/x86_64/multiarch/strstr.c: ... here.
19134         (strstr): Add __strstr_sse2_unaligned ifunc.
19135         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
19136         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
19137         (strcasestr): Remove __strcasestr_sse42 ifunc.
19138         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
19139         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
19140         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
19142 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19144         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
19145         * sysdeps/sh/bits/fenv.h: ... here.
19146         * sysdeps/sh/sh4/fpu/bits: Remove directory.
19148 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19150         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
19152         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
19153         hypotf multiarch implementations.
19154         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
19155         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
19156         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
19157         multiarch hypot for PPC64.
19158         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
19159         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
19160         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
19161         multiarch hypotf for PPC64.
19163         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
19164         modff multiarch implementations.
19165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
19166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
19167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
19168         multiarch modf for PPC64.
19169         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
19170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
19171         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
19172         multiarch modff for PPC64.
19174         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
19175         and logl multiarch implementations.
19176         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
19177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
19178         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
19179         multiarch logb for PPC64.
19180         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
19181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
19182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
19183         multiarch logb for PPC64.
19184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
19185         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
19186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
19187         multiarch logb for PPC64.
19189         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
19190         isinff multiarch implementation.
19191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
19192         file.
19193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
19194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
19195         multiarch isinf for PPC64.
19196         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
19197         file.
19198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
19199         multiarch isinff for PPC64.
19201         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
19202         finitef multiarch implementation.
19203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
19204         file.
19205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
19206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
19207         multiarch finite for PPC64.
19208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
19209         file.
19210         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
19211         multiarch finitef for PPC64.
19213         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
19214         lrint multiarch implementation.
19215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
19216         file.
19217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
19218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
19219         multiarch llrint for PPC64.
19220         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
19221         multiarch lrint for PPC64.
19223         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
19224         copysignf multiarch implementation.
19225         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
19226         file.
19227         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
19228         file.
19229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
19230         multiarch copysign for PPC64.
19231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
19232         multiarch copysignf for PPC64.
19234         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
19235         multiarch implementation.
19236         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
19237         file.
19238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
19239         file.
19240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
19241         file.
19242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
19243         file.
19244         multiarch llround for PPC64.
19245         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
19246         multiarch trunc for PPC64.
19247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
19248         multiarch truncf for PPC64.
19250         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
19251         multiarch implementation.
19252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
19253         file.
19254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
19255         file.
19256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
19257         file.
19258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
19259         file.
19260         multiarch llround for PPC64.
19261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
19262         multiarch round for PPC64.
19263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
19264         multiarch roundf for PPC64.
19266         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
19267         multiarch implementation.
19268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
19269         file.
19270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
19271         file.
19272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
19273         file.
19274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
19275         file.
19276         multiarch llround for PPC64.
19277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
19278         multiarch floor for PPC64.
19279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
19280         multiarch floorf for PPC64.
19282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
19283         multiarch implementation.
19284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
19285         file.
19286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
19287         file.
19288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
19289         file.
19290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
19291         file.
19292         multiarch llround for PPC64.
19293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
19294         multiarch ceil for PPC64.
19295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
19296         multiarch ceilf for PPC64.
19298         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
19299         multiarch implementation.
19300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
19301         file.
19302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
19303         file.
19304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
19305         file.
19306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
19307         multiarch llround for PPC64.
19308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
19309         multiarch lround for PPC64.
19311         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
19312         multiarch implementation.
19313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
19314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
19315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
19316         file.
19317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
19318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
19319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
19320         multiarch isnan for PPC64.
19321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
19322         multiarch isnanf for PPC64.
19324         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
19325         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
19326         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
19327         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
19328         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
19329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
19331         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
19332         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
19333         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19334         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19336         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
19337         multiarch implementations.
19338         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19339         (__libc_ifunc_impl_list): Likewise.
19340         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
19341         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
19342         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
19343         multiarch stpcpy for PPC64.
19345         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
19346         multiarch implementations.
19347         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19348         (__libc_ifunc_impl_list): Likewise.
19349         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
19350         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
19351         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
19352         multiarch strcpy for PPC64.
19354         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
19355         redefine function name.
19356         (_wordcopy_fwd_dest_aligned): Likewise.
19357         (_wordcopy_bwd_aligned): Likewise.
19358         (_wordcopy_bwd_dest_aligned): Likewise.
19359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
19360         multiarch implementations.
19361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19362         (__libc_ifunc_impl_list): Likewise.
19363         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
19364         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
19365         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
19366         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
19367         multiarch wcscpy for PPC64.
19369         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
19370         multiarch implementations.
19371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19372         (__libc_ifunc_impl_list): Likewise.
19373         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
19374         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
19375         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
19376         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
19377         multiarch wcscpy for PPC64.
19379         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
19380         multiarch implementations.
19381         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19382         (__libc_ifunc_impl_list): Likewise.
19383         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
19384         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
19385         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
19386         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
19387         multiarch wcsrchr for PPC64.
19389         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
19390         multiarch implementations.
19391         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19392         (__libc_ifunc_impl_list): Likewise.
19393         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
19394         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
19395         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
19396         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
19397         multiarch wcschr for PPC64.
19399         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
19400         multiarch implementations.
19401         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19402         (__libc_ifunc_impl_list): Likewise.
19403         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
19404         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
19405         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
19406         multiarch strchrnul for PPC64.
19408         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
19409         implementations.
19410         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19411         (__libc_ifunc_impl_list): Likewise.
19412         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
19413         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
19414         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
19415         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
19416         strchr for PPC64.
19418         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
19419         implementations.
19420         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19421         (__libc_ifunc_impl_list): Likewise.
19422         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
19423         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
19424         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
19425         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
19426         strncmp for PPC64.
19428         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
19429         multiarch implementations.
19430         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19431         (__libc_ifunc_impl_list): Likewise.
19432         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
19433         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
19434         strncasecmp for PPC64.
19435         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
19436         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
19437         multiarch strncasecmp_l for PPC64.
19439         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
19440         multiarch implementations.
19441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
19442         (__libc_ifunc_impl_list): Likewise.
19443         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
19444         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
19445         multiarch strcasecmp for PPC64.
19446         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
19447         file.
19448         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
19449         multiarch strcasecmp_l for PPC64.
19451         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
19452         implementations.
19453         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19454         (__libc_ifunc_impl_list): Likewise.
19455         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
19456         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
19457         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
19458         strnlen for PPC64.
19460         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
19461         implementations.
19462         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19463         (__libc_ifunc_impl_list): Likewise.
19464         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
19465         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
19466         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
19467         strlen for PPC64.
19469         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
19470         implementations.
19471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19472         (__libc_ifunc_impl_list): Likewise.
19473         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
19474         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
19475         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
19476         rawmemrchr for PPC64.
19478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
19479         implementation.
19480         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19481         (__libc_ifunc_impl_list): Likewise.
19482         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
19483         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
19484         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
19485         memrchr for PPC64.
19487         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
19488         implementation.
19489         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19490         (__libc_ifunc_impl_list): Likewise.
19491         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
19492         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
19493         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
19494         memchr for PPC64.
19496         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
19497         implementation.
19498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19499         (__libc_ifunc_impl_list): Likewise.
19500         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
19501         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
19502         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
19503         mempcpy for PPC64.
19505         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
19506         avoid cretion of __bzero symbol.
19507         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
19508         Likewise.
19509         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
19510         Likewise.
19511         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
19512         Likewise.
19513         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
19514         multiarch implementations.
19515         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19516         (__libc_ifunc_impl_list): Likewise.
19517         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
19518         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
19519         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
19520         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
19521         bzero for PPC32.
19522         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
19523         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
19524         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
19525         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
19526         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
19527         memset for PPC64.
19528         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
19530         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
19531         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
19532         implementations.
19533         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
19534         (__libc_ifunc_impl_list): Likewise.
19535         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
19536         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
19537         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
19538         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
19539         memcmp for PPC64.
19541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
19542         multiarch for POWER/PPC64.
19543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
19544         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
19545         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
19546         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
19547         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
19548         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
19549         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
19550         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
19551         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
19552         memcpy for PPC64.
19554         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
19555         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
19556         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
19557         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
19558         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
19559         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
19560         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
19561         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
19562         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
19563         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
19564         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
19565         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
19566         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
19567         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
19568         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
19569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
19570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
19571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
19572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
19573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
19574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
19575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
19577 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19579         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
19581 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19583         * benchtests/Makefile (bench): Add exp2 and log2.
19584         (LDLIBS-bench-exp2): Add -lm.
19585         (LDLIBS-bench-log2): Likewise.
19586         * benchtests/exp2-inputs: New inputs file.
19587         * benchtests/log2-inputs: New inputs file.
19588         * benchtests/log-inputs: Add new inputs.
19589         * benchtests/tan-inputs: Likewise.
19591 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19593         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
19594         definition...
19595         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
19596         (csloww2): ... from here.
19598         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
19599         instead of structures.
19600         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
19601         (POLYNOMIAL): Likewise.
19602         (TAYLOR_SLOW): Likewise.
19603         (__sin): Likewise.
19604         (__cos): Likewise.
19605         (slow1): Likewise.
19606         (slow2): Likewise.
19607         (sloww): Likewise.
19608         (sloww1); Likewise.
19609         (sloww2): Likewise.
19610         (bsloww1): Likewise.
19611         (bsloww2): Likewise.
19612         (cslow2): Likewise.
19613         (csloww): Likewise.
19614         (csloww1): Likewise.
19615         (csloww2): Likewise.
19617 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
19619         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
19620         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
19621         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
19622         * malloc/hooks.c (realloc_check): Likewise.
19624         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
19625         * malloc/arena.c: Remove PER_THREAD conditional.
19626         [!PER_THREAD]: Remove code.
19627         (ptmalloc_unlock_all2): Likewise.
19628         (ptmalloc_init): Likewise.
19629         (_int_new_arena): Likewise.
19630         (arena_get2): Likewise.
19631         * malloc/hooks.c (__malloc_get_state): Likewise.
19632         (__malloc_set_state): Likewise.
19633         * malloc/malloc.c: Likewise.
19634         (struct malloc_state): Likewise.
19635         (struct malloc_par): Likewise.
19636         (__libc_realloc): Likewise.
19637         (__libc_mallopt): Likewise.
19639 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19641         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
19643 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
19645         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
19646         macro to a function.  Check for zero perturb_byte.
19647         (_int_malloc, _int_free): Remove zero perturb_byte checks.
19649         * malloc/malloc.c: (force_reg): Remove.
19650         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
19651         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
19652         force_reg by atomic_forced_read.
19653         * malloc/arena.c (ptmalloc_init): Likewise.
19654         * malloc/hooks.c (top_check): Likewise.
19656 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19660 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
19662         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19664 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
19666         * math/auto-libm-test-in: Add tests of lgamma.
19667         * math/auto-libm-test-out: Regenerated.
19668         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
19669         (M_LOG_2_SQRT_PIl): Likewise.
19670         (lgamma_test_data): Use AUTO_TESTS_f_f1.
19671         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19672         mpfr_f_f1.
19673         (func_calc_desc): Add mpfr_f_f1 union field.
19674         (ARGS1): New macro.
19675         (ARGS2): Likewise.
19676         (ARGS3): Likewise.
19677         (ARGS4): Likewise.
19678         (RET1): Likewise.
19679         (RET2): Likewise.
19680         (CALC): Likewise.
19681         (FUNC): Likewise.
19682         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
19683         (test_functions): Add lgamma.
19684         (calc_generic_results): Handle mpfr_f_f1.
19685         * sysdeps/i386/fpu/libm-test-ulps: Update.
19686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19688 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19690         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
19691         __mpn_add_n for PowerPC64/POWER7.
19692         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
19693         __mpn_sub_n for PowerPC64/POWER7.
19695         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
19696         __mpn_addmul_1 for PowerPC64.
19697         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
19698         __mpn_submul_1 for PowerPC64.
19699         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
19700         for PowerPC64.
19701         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
19702         for PowerPC64.
19704 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
19706         [BZ #15089]
19707         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
19709 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19711         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
19713         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
19714         add multiarch folders.
19715         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
19716         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
19717         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
19718         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
19719         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
19720         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
19721         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
19722         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
19723         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
19724         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
19725         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
19726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
19727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
19728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
19729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
19730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
19731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
19733         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19734         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
19735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
19736         New file.
19737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
19738         New file.
19739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
19740         multiarch __ieee754_hypot for PowerPC32.
19741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
19742         New file.
19743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
19744         New file.
19745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
19746         multiarch __ieee754_hypotf for PowerPC32.
19748         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
19749         long_double_symbol only if __logbl is defined.
19750         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
19751         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
19752         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
19753         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
19754         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
19755         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
19756         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
19757         path for implementation.
19758         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
19759         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
19760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
19761         logb, and logbl multiarch implementations for PowerPC32.
19762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
19763         file.
19764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
19765         file.
19766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
19767         multiarch logb for PowerPC32.
19768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
19769         file.
19770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
19771         file.
19772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
19773         multiarch logbf for PowerPC32.
19774         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
19775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
19776         file.
19777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
19778         multiarch logbl implementation for PowerPC32.
19780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
19781         and modff multiarch implementations.
19782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
19783         New file.
19784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
19785         New file.
19786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
19787         multiarch modf for PowerPC32.
19788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
19789         New file.
19790         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
19791         New file.
19792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
19793         multiarch modff for PowerPC32.
19795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
19796         and lrintf multiarch implementations.
19797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
19798         New file.
19799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
19800         New file.
19801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
19802         multiarch lrint for PowerPC32.
19803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
19804         file: multiarch lrintf for PowerPC32.
19806         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
19807         and lroundf multiarch implementations.
19808         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
19809         New file.
19810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
19811         New file.
19812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
19813         New file.
19814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
19815         multiarch lround for PowerPC32.
19816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
19817         file: multiarch lroundf for PowerPC32.
19819         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
19820         copysign and copysignf multiarch implementations.
19821         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
19822         New file.
19823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
19824         New file.
19825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
19826         file: multiarch copysign for PowerPC32.
19827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
19828         file: multiarch copysignf for PowerPC32.
19830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
19831         and truncf multiarch implementations.
19832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
19833         New file.
19834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
19835         file.
19836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
19837         multiarch trunc for PowerPC32.
19838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
19839         New file.
19840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
19841         New file.
19842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
19843         multiarch truncf for PowerPC32.
19845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
19846         and roundf multiarch implementations.
19847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
19848         New file.
19849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
19850         file.
19851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
19852         multiarch round for PowerPC32.
19853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
19854         New file.
19855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
19856         New file.
19857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
19858         multiarch roundf for PowerPC32.
19860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
19861         and floorf multiarch implementations.
19862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
19863         New file.
19864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
19865         file.
19866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
19867         multiarch floor for PowerPC32.
19868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
19869         New file.
19870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
19871         New file.
19872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
19873         multiarch floorf for PowerPC32.
19875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
19876         and ceilf multiarch implementations.
19877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
19878         New file.
19879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
19880         file.
19881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
19882         multiarch ceil for PowerPC32.
19883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
19884         New file.
19885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
19886         file.
19887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
19888         multiarch ceilf for PowerPC32.
19890         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
19891         is defined.
19892         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
19893         FINITEF is defined.
19894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
19895         and finitef multiarch implementations.
19896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
19897         New file.
19898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
19899         file.
19900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
19901         multiarch finite for PowerPC32.
19902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
19903         New file.
19904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
19905         file: multiarch finitef for PowerPC32.
19907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
19908         and isinff multiarch implementations.
19909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
19910         file.
19911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
19912         file.
19913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
19914         multiarch isinf for PowerPC32.
19915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
19916         New file.
19917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
19918         multiarch isinff for PowerPC32.
19920         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
19921         alias when __isnan is defined.
19922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
19923         and isnanf multiarch implementations.
19924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
19925         file.
19926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
19927         file.
19928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
19929         file.
19930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
19931         file.
19932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
19933         multiarch isnan for PowerPC32.
19934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
19935         New file.
19936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
19937         New file.
19938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
19939         multiarch isnanf for PowerPC32.
19941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
19942         and sqrtf multiarch implementations.
19943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
19944         file.
19945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
19946         file.
19947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
19948         multiarch sqrt for PowerPC32.
19949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
19950         file.
19951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
19952         file.
19953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
19954         multiarch sqrtf for PowerPC32.
19956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
19957         and llroundf multiarch implementations.
19958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
19959         New file.
19960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
19961         New file.
19962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
19963         New file.
19964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
19965         file: multiarch llround for PowerPC32.
19966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
19967         file: multiarch llroundf for PowerPC32.
19969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
19970         multiarch PowerPC32 fpu implementations.
19971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
19972         New file.
19973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
19974         New file.
19975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
19976         multiarch llrint for PowerPC32.
19977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
19978         New file.
19979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
19980         New file.
19981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
19982         file.
19984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
19986         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
19987         file.
19988         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
19989         file.
19990         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
19991         file.
19992         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
19993         multiarch wordcopy for PPC32.
19994         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
19995         wordcopy objects.
19996         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
19997         (__libc_ifunc_impl_list): Likewise.
19998         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
19999         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
20000         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
20001         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
20002         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
20003         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
20005         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
20006         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
20007         file.
20008         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
20009         file.
20010         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
20011         file.
20012         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
20013         multiarch wcscpy for PPC32.
20014         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
20015         multiarch objects.
20016         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20017         (__libc_ifunc_impl_list): Likewise.
20018         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20019         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20020         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
20021         sysdeps/powerpc/power6/wcscpy.c.
20023         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
20024         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
20025         file.
20026         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
20027         file.
20028         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
20029         file.
20030         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
20031         multiarch wcsrchr for PPC32.
20032         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20033         multiarch objects.
20034         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20035         (__libc_ifunc_impl_list): Likewise.
20036         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
20037         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
20038         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
20039         sysdeps/powerpc/power6/wcsrchr.c.
20041         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
20042         file.
20043         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
20044         file.
20045         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
20046         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
20047         multiarch wcschr for PPc32.
20048         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
20049         multiarch objects.
20050         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20051         (__libc_ifunc_impl_list): Likewise.
20052         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
20053         * sysdeps/powerpc/power6/wcschr.c: ... to here.
20054         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
20055         sysdeps/powerpc/power6/wcschr.c.
20057         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
20058         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
20059         file.
20060         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
20061         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
20062         file: multiarch strchr for PPC32.
20063         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
20064         multiarch objects.
20065         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20066         (__libc_ifunc_impl_list): Likewise.
20068         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
20069         name.
20070         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
20071         file.
20072         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
20073         file.
20074         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
20075         multiarch strchrnul for PPC32.
20076         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
20077         multiarch objects.
20078         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20079         (__libc_ifunc_impl_list): Likewise.
20081         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
20082         file.
20083         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
20084         multiarch strncasecmp for PPC32.
20085         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
20086         file.
20087         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
20088         multiarch strncasecmp_l for PPC32.
20089         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
20090         strncasecmp multiarch objects.
20091         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20092         (__libc_ifunc_impl_list): Likewise.
20094         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
20095         file.
20096         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
20097         multiarch strncasecmp for PPC32.
20098         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
20099         New file.
20100         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
20101         multiarch strcasecmp_l for PPC32.
20102         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
20103         multiarch objects.
20104         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20105         (__libc_ifunc_impl_list): Likewise.
20107         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
20108         file.
20109         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
20110         file.
20111         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
20112         multiarch strncmp for PPC32.
20113         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
20114         multiarch objects.
20115         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20116         (__libc_ifunc_impl_list): Likewise.
20118         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
20119         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
20120         file.
20121         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
20122         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
20123         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
20124         multiarch objects.
20125         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20126         (__libc_ifunc_impl_list): Likewise.
20128         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
20129         file.
20130         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
20131         file.
20132         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
20133         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
20134         multiarch objects.
20135         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20136         (__libc_ifunc_impl_list): Likewise.
20138         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
20139         file.
20140         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
20141         file.
20142         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
20143         multiarch rawmemchr for PPC32.
20144         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
20145         multiarch objects.
20146         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20147         (__libc_ifunc_impl_list): Likewise.
20149         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
20150         file.
20151         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
20152         file.
20153         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
20154         file: memrchr multiarch for PPC32.
20155         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
20156         multiarch objects.
20157         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
20158         (__libc_ifunc_impl_list): Likewise.
20160         * string/memchr.c (__memchr): Using macro to redefine symbol name.
20161         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
20162         file.
20163         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
20164         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
20165         multiarch memchr for PPC32.
20166         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
20167         multiarch objects.
20168         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20169         (__libc_ifunc_impl_list): Likewise.
20171         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
20172         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
20173         file.
20174         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
20175         file.
20176         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
20177         file: multiarch mempcpy for PPC32.
20178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
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/bzero-power6.S: New file.
20184         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
20185         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
20186         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
20187         multiarch bzero for PPC32.
20188         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
20189         file.
20190         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
20191         file.
20192         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
20193         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
20194         file: multiarch memset for PPC32.
20195         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
20196         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
20197         memset multiarch objects.
20198         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20199         (__libc_ifunc_impl_list): Likewise.
20201         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
20202         file.
20203         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
20204         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
20205         memcmp for PPC32.
20206         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
20207         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
20208         multiarch objects.
20209         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20210         (__libc_ifunc_impl_list): Likewise.
20212         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
20213         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
20214         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
20215         file.
20216         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
20217         file.
20218         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
20219         file.
20220         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
20221         multiarch memcpy for PPC32.
20222         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
20223         multiarch objects.
20224         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
20225         (__libc_ifunc_impl_list): Likewise.
20227         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
20228         support multiarch for POWER/PPC32.
20229         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
20230         Likewise.
20231         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
20232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
20233         Implies file to make multiarch folder appers before the fpu and
20234         default folder for power4 configuration.
20236 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
20238         * scripts/bench.pl: Append volatile keyword to type.
20240 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20242         * sysdeps/sh/sotruss-lib.c: New file.
20243         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
20245 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20249 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
20251         [BZ #6810]
20252         * math/w_tgamma.c: Include <errno.h>.
20253         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
20254         * math/w_tgammaf.c: Include <errno.h>.
20255         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
20256         * math/w_tgammal.c: Include <errno.h>.
20257         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
20258         * math/auto-libm-test-in: Do not allow missing errno on tgamma
20259         underflow.  Add more tgamma tests.
20260         * math/auto-libm-test-out: Regenerated.
20261         * sysdeps/i386/fpu/libm-test-ulps: Update.
20262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20264         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
20265         sin, sinh, tan, tanh, tgamma, y0 and y1.
20266         * math/auto-libm-test-out: Regenerated.
20267         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20268         (TEST_COND_x86): Likewise.
20269         (M_E2l): Remove macro.
20270         (M_E3l): Likewise.
20271         (M_2_SQRT_PIl): Likewise.
20272         (M_SQRT_PIl): Likewise.
20273         (M_1_DIV_El): Likewise.
20274         (log_test_data): Use AUTO_TESTS_f_f.
20275         (log10_test_data): Likewise.
20276         (log1p_test_data): Likewise.
20277         (log2_test_data): Likewise.
20278         (sin_test_data): Likewise.
20279         (sin_tonearest_test_data): Likewise.
20280         (sin_towardzero_test_data): Likewise.
20281         (sin_downward_test_data): Likewise.
20282         (sin_upward_test_data): Likewise.
20283         (sinh_test_data): Likewise.
20284         (sinh_tonearest_test_data): Likewise.
20285         (sinh_towardzero_test_data): Likewise.
20286         (sinh_downward_test_data): Likewise.
20287         (sinh_upward_test_data): Likewise.
20288         (tan_test_data): Likewise.
20289         (tan_tonearest_test_data): Likewise.
20290         (tan_towardzero_test_data): Likewise.
20291         (tan_downward_test_data): Likewise.
20292         (tan_upward_test_data): Likewise.
20293         (tanh_test_data): Likewise.
20294         (tgamma_test_data): Likewise.
20295         (y0_test_data): Likewise.
20296         (y1_test_data): Likewise.
20297         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
20298         (special_real_inputs): Add pi/4.
20299         * sysdeps/i386/fpu/libm-test-ulps: Update.
20300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20302 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20304         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
20305         "longjmp_target" static probes.
20306         (__longjmp): Rename to __longjmp_symbol.
20307         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
20308         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
20309         on which longjmp to generate.
20310         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20311         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
20312         probe.
20313         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20314         (__sigjmp_save): Rename to __sigjmp_save_symbol.
20315         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
20316         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
20317         and __sigjmp_save_symbol based on which sigsetjmp to generated.
20318         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
20319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
20320         __longjmp_symbol based on which __longjmp to generate.
20321         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
20322         probe.
20323         (setjmp): Rename to setjmp_symbol.
20324         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20325         (_setjmp): Rename to _setjmp_symbol.
20326         (__sigsetjmp): Rename to __sigsetjmp_symbol.
20327         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
20328         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
20329         which setjmp to generate.
20330         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
20331         "longjmp_target" static probes.
20333 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20335         * benchtests/README: Add note about output arguments.
20336         * benchtests/bench-sincos.c: Remove file.
20337         * benchtests/sincos-inputs: New file.
20338         * scripts/bench.pl: Identify output arguments and define
20339         static variables for them.
20341         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
20343         [BZ #15941]
20344         * Makefile (INSTALL): Add install-plain.texi as the primary
20345         dependency.
20346         * manual/install-plain.texi: New file.
20347         * manual/install.texi: Include node directive only for
20348         non-plaintext output.
20350 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
20352         * stdlib/longlong.h: Update from GCC.
20354         [BZ #6807]
20355         [BZ #15901]
20356         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
20357         * math/w_j0f.c (y0f): Likewise.
20358         * math/w_j0l.c (__y0l): Likewise.
20359         * math/w_j1.c (y1): Likewise.
20360         * math/w_j1f.c (y1f): Likewise.
20361         * math/w_j1l.c (__y1l): Likewise
20362         * math/w_jn.c (yn): Likewise.
20363         * math/w_jnf.c (ynf): Likewise.
20364         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
20365         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
20366         value for Bessel function domain errors outside _SVID_ mode.
20367         Adjust sign of return value for yn (negative integer, 0).
20368         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
20369         by zero in return for negative x and set sign appropriately for
20370         negative n.
20371         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
20372         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
20373         * math/libm-test.inc (y0_test_data): Add more tests and adjust
20374         expectations in error cases.
20375         (y1_test_data): Likewise.
20376         (yn_test_data): Likewise.
20377         * sysdeps/i386/fpu/libm-test-ulps: Update.
20378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20380 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20382         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
20383         "64" to "64-v1".  Add "64-v2".
20384         (abi-64-options): Rename to ...
20385         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
20386         (abi-64-condition): Rename to ...
20387         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
20388         (abi-64-ld-soname): Rename to ...
20389         (abi-64-v1-ld-soname): ... this.
20390         (abi-64-v2-options): Define.
20391         (abi-64-v2-condition): Likewise.
20392         (abi-64-v2-ld-soname): Likewise.
20393         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
20394         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
20395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
20396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
20397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
20399 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20400             Alan Modra  <amodra@gmail.com>
20402         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
20403         New versions for use with the ELFv2 ABI.
20404         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
20405         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
20406         declaration.
20407         (struct La_ppc64v2_retval): Likewise.
20408         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
20409         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
20410         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
20411         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
20412         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
20413         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
20414         Do not save or restore CR.
20415         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
20416         (_dl_profile_resolve): Do no save or restore CR.  Support extended
20417         return values for ELFv2 ABI.  Fix location of FPR return registers.
20418         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
20419         updated values for _CALL_ELF == 2.
20420         (La_regs, La_retval, int_retval): Likewise.
20422 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20424         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
20425         (FRAME_MIN_SIZE_PARM): Likewise.
20426         (FRAME_BACKCHAIN): Likewise.
20427         (FRAME_CR_SAVE): Likewise.
20428         (FRAME_LR_SAVE): Likewise.
20429         (FRAME_TOC_SAVE): Likewise.
20430         (FRAME_PARM_SAVE): Likewise.
20431         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
20432         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
20433         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20434         (call_mcount_parm_offset): New macro.
20435         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
20436         (PROF): Use symbolic stack frame offsets.
20437         (TAIL_CALL_SYSCALL_ERROR): Likewise.
20438         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
20439         Redefine in terms of FRAME_MIN_SIZE.
20440         (_dl_runtime_resolve): Use symbolic stack frame offsets.
20441         (_dl_profile_resolve): Likewise.  Update comment.
20442         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
20443         symbols stack frame offsets.
20444         (__sigsetjmp): Likewise.
20445         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
20446         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
20447         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
20448         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
20450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
20451         (FRAME_BACKCHAIN): Remove.
20452         (FRAME_CR_SAVE): Likewise.
20453         (FRAME_LR_SAVE): Likewise.
20454         (FRAME_COMPILER_DW): Likewise.
20455         (FRAME_LINKER_DW): Likewise.
20456         (FRAME_TOC_SAVE): Likewise.
20457         (FRAME_PARM_SAVE): Likewise.
20458         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
20459         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
20460         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
20461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
20462         (CHECK_SP): Use symbolic stack frame offsets.
20463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
20464         zone" instead of caller's parameter save area for temp storage.
20465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
20466         Likewise.  Also, use symbolic stack frame offsets.
20467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
20468         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
20469         our own stack frame instead of the caller's.
20470         (__socket): Use symbolic stack frame offsets.
20472 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20473             Alan Modra  <amodra@gmail.com>
20475         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
20476         Define.
20477         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
20478         (PPC64_LOCAL_ENTRY_OFFSET): Define.
20479         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
20480         New function.
20481         (elf_machine_fixup_plt): Call it.
20482         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
20483         reloc arguments.
20484         (elf_machine_rela): Update call to elf_machine_plt_conflict.
20485         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20486         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
20487         r2 before calling target.
20489 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20490             Alan Modra  <amodra@gmail.com>
20492         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
20493         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
20494         versions of macros to support ELFv2 ABI.
20495         (LOCALENTRY): New macro.
20496         (ENTRY, EALIGN): Use it.
20497         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
20498         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
20499         fall through into ENTRY entry point.
20500         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
20501         Only define if _CALL_ELF != 2.
20503         (elf_machine_matches_host): Verify ABI version matches.
20504         (RTLD_START): Use LOCALENTRY.
20505         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
20506         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
20507         (PLT_ENTRY_WORDS): New macro.
20508         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
20509         (elf_machine_runtime_setup): Support ELFv2 ABI.
20510         (elf_machine_fixup_plt): Likewise.
20511         (elf_machine_plt_conflict): Likewise.
20512         (resolve_ifunc): Likewise.
20513         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
20514         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
20515         Likewise.
20516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
20517         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
20518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20519         (makecontext): Support ELFv2 ABI.
20520         * elf/elf.h (EF_PPC64_ABI): Define.
20522 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20524         * sysdeps/powerpc/powerpc64/sysdep.h
20525         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
20526         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
20527         (ENTRY) [ASSEMBLER]: ... but instead here ...
20528         (EALIGN) [ASSEMBLER]: ... and here.
20529         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
20530         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
20531         (ENTRY_2) [!ASSEMBLER]: Use it.
20532         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
20533         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
20534         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
20535         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
20536         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
20537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
20538         Use PPC64_LOAD_FUNCPTR.
20540         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
20542 2013-12-04  Alan Modra  <amodra@gmail.com>
20544         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
20545         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
20546         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
20547         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
20549         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
20550         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
20551         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
20552         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
20553         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
20554         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
20556 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
20559         (__makecontext): Fix incorrect CFI when backtracing out of
20560         context created via makecontext.
20561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
20562         (__setcontext): Fix incorrect CFI during switch to new context.
20563         (__novec_setcontext): Likewise.
20565 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20567         [BZ #4772]
20568         * time/strptime_l.c (__strptime_internal): Allow modifiers
20569         in strptime.
20570         * time/tst-strptime.c (day_tests): Add testcase.
20572 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20574         * scripts/bench.pl: Skip over blank lines.
20576 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
20578         [BZ #926]
20579         * manual/time.texi (Calendar Time): Clarify what timezone functions
20580         use.
20582 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20584         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20586 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
20588         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
20589         implementation.
20590         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
20591         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
20592         * debug/memset_chk.c (__memset_chk): Likewise.
20593         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
20594         * debug/strncpy_chk.c: Likewise.
20596 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20598         [BZ #15268]
20599         [BZ #15425]
20600         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
20601         (__ieee754_exp): For possibly underflowing results, check size of
20602         result and force underflow exception if required.
20603         * math/auto-libm-test-in: Add more tests of exp.
20604         * math/auto-libm-test-out: Regenerated.
20605         * sysdeps/i386/fpu/libm-test-ulps: Update.
20606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20608         [BZ #16283]
20609         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
20610         * math/w_exp2f.c (__exp2f): Likewise.
20611         * math/w_exp2l.c (__exp2l): Likewise.
20612         * math/auto-libm-test-in: Do not allow missing errno on exp2
20613         underflow.
20614         * math/auto-libm-test-out: Regenerated.
20616 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
20618         [BZ #16274]
20619         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
20620         handle filename validation.
20621         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
20622         (do_open): Delete.
20624 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
20626         [BZ #6786]
20627         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
20628         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
20629         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
20630         <float.h>.
20631         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
20632         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
20633         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20634         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
20635         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20636         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
20637         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
20638         * math/auto-libm-test-in: Don't allow missing errno from erfc.
20639         Add more erfc tests.
20640         * math/auto-libm-test-out: Regenerated.
20641         * sysdeps/i386/fpu/libm-test-ulps: Update.
20642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20644         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
20645         exp2, expm1, j0 and j1.
20646         * math/auto-libm-test-out: Regenerated.
20647         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
20648         (erfc_test_data): Likewise.
20649         (exp_test_data): Likewise.
20650         (exp_tonearest_test_data): Likewise.
20651         (exp_towardzero_test_data): Likewise.
20652         (exp_downward_test_data): Likewise.
20653         (exp_upward_test_data): Likewise.
20654         (exp10_test_data): Likewise.
20655         (exp2_test_data): Likewise.
20656         (expm1_test_data): Likewise.
20657         (j0_test_data): Likewise.
20658         (j1_test_data): Likewise.
20659         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
20660         (input_flag_type): Add flag_xfail_rounding.
20661         (input_flags): Add xfail-rounding.
20662         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
20663         (output_for_one_input_case): Handle flag_xfail_rounding.
20664         * sysdeps/i386/fpu/libm-test-ulps: Update.
20665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20667 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
20669         [BZ #16289]
20670         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
20671         division by 0.
20673 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20675         [BZ #16195]
20676         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
20677         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
20678         (STAP_PROBE0): New macro.
20679         (STAP_PROBE1): Likewise.
20680         (STAP_PROBE2): Likewise.
20681         (STAP_PROBE3): Likewise.
20682         (STAP_PROBE4): Likewise.
20684 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
20686         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
20688 2013-12-02  Steve Ellcey  <sellcey@mips.com>
20690         * benchtests/Makefile (bench): Add sqrt.
20691         (LDLIBS-bench-sqrt): New.
20692         * benchtests/sqrt-input: New.
20694 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
20696         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
20697         (GAIH_EAI): Likewise.
20698         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
20699         (gaih_inet): Likewise.
20700         (getaddrinfo): Don't use GAIH_EAI.
20702         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
20703         (struct gaih): Remove definition.
20705 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20707         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
20708         Use HERRNOP directly.
20710 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20714 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
20716         * math/gen-auto-libm-tests.c (test_functions): Add more
20717         single-argument functions.
20718         (special_fill_pi_2): New function.
20719         (special_fill_minus_pi_2): Likewise.
20720         (special_fill_pi_6): Likewise.
20721         (special_fill_minus_pi_6): Likewise.
20722         (special_fill_pi_3): Likewise.
20723         (special_fill_2pi_3): Likewise.
20724         (special_fill_e): Likewise.
20725         (special_fill_1_e): Likewise.
20726         (special_fill_e_minus_1): Likewise.
20727         (special_real_inputs): Add more special inputs.
20728         (output_for_one_input_case): Do not require ERANGE on underflow to
20729         zero if round-to-nearest result does not underflow to zero, unless
20730         exact results required.
20731         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
20732         atan, atanh, cbrt, cos and cosh.
20733         * math/auto-libm-test-out: Regenerated.
20734         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
20735         (acos_tonearest_test_data): Likewise.
20736         (acos_towardzero_test_data): Likewise.
20737         (acos_downward_test_data): Likewise.
20738         (acos_upward_test_data): Likewise.
20739         (acosh_test_data): Likewise.
20740         (asin_test_data): Likewise.
20741         (asin_tonearest_test_data): Likewise.
20742         (asin_towardzero_test_data): Likewise.
20743         (asin_upward_test_data): Likewise.
20744         (asinh_test_data): Likewise.
20745         (atan_test_data): Likewise.
20746         (atanh_test_data): Likewise.
20747         (cbrt_test_data): Likewise.
20748         (cos_test_data): Likewise.
20749         (cos_tonearest_test_data): Likewise.
20750         (cos_towardzero_test_data): Likewise.
20751         (cos_downward_test_data): Likewise.
20752         (cos_upward_test_data): Likewise.
20753         (cosh_test_data): Likewise.
20754         (cosh_tonearest_test_data): Likewise.
20755         (cosh_towardzero_test_data): Likewise.
20756         (cosh_downward_test_data): Likewise.
20757         (cosh_upward_test_data): Likewise.
20758         * sysdeps/i386/fpu/libm-test-ulps: Update.
20759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20761 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
20763         [BZ #6787]
20764         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
20765         * math/w_exp10f.c (__exp10f): Likewise.
20766         * math/w_exp10l.c (__exp10l): Likewise.
20767         * math/libm-test.inc (exp10_test_data): Add more tests and expect
20768         errno settings in existing tests.
20770         [BZ #14032]
20771         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
20772         precision control set to double precision.
20773         * sysdeps/i386/fpu/w_sqrt.c: New file.
20774         * math/auto-libm-test-in: Add more tests.
20775         * math/auto-libm-test-out: Update.
20777         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
20778         (sqrt_test_tonearest): New function.
20779         (sqrt_towardzero_test_data): New variable.
20780         (sqrt_test_towardzero): New function.
20781         (sqrt_downward_test_data): New variable.
20782         (sqrt_test_downward): New function.
20783         (sqrt_upward_test_data): New variable.
20784         (sqrt_test_upward): New function.
20785         (main): Call the new functions.
20787         * math/gen-auto-libm-tests.c: New file.
20788         * math/auto-libm-test-in: Likewise.
20789         * math/auto-libm-test-out: New generated file.
20790         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
20791         variables.
20792         (%beautify): Add generated representations of zero.
20793         (top level): Set $auto_input and call parse_auto_input.
20794         (beautify): Remove trailing "f" from hex float constants.
20795         (parse_args): Handle XFAIL_TEST.
20796         (convert_condition): New function.
20797         (or_value): Likewise.
20798         (or_cond_value): Likewise.
20799         (generate_testfile): Handle AUTO_TESTS_* lines.
20800         (parse_auto_input): New function.
20801         * math/libm-test.inc (XFAIL_TEST): New macro.
20802         (ERRNO_UNCHANGED): Update value.
20803         (ERRNO_EDOM): Likewise.
20804         (ERRNO_ERANGE): Likewise.
20805         (IGNORE_RESULT): Likewise.
20806         (TEST_COND_flt_32): New macro.
20807         (TEST_COND_dbl_64): Likewise.
20808         (TEST_COND_ldbl_96_intel): Likewise.
20809         (TEST_COND_ldbl_96_m68k): Likewise.
20810         (TEST_COND_ldbl_128): Likewise.
20811         (TEST_COND_ldbl_128ibm): Likewise.
20812         (TEST_COND_long32): Likewise.
20813         (TEST_COND_long64): Likewise.
20814         (TEST_COND_before_rounding): Likewise.
20815         (TEST_COND_after_rounding): Likewise.
20816         (enable_test): Handle XFAIL_TEST flag.
20817         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
20818         with finite results.
20819         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
20820         auto-libm-test-out.
20822 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20823             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20825         [BZ #16214]
20826         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
20827         __tls_get_addr_internal instead of __tls_get_offset in order to
20828         avoid GOT pointer dependency.  Make rtld export
20829         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
20830         __tls_get_addr since we are a __tls_get_offset platform.
20831         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
20832         GOT pointer being set up before.
20833         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
20835 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
20837         * manual/math.texi (Errors in Math Functions): Document accuracy
20838         goals.
20840         [BZ #15004]
20841         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
20842         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
20843         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
20844         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
20845         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
20846         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
20847         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
20848         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
20849         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
20850         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
20851         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
20852         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
20853         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
20854         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
20855         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
20856         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
20858         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
20859         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
20860         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
20861         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
20862         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
20863         Likewise.
20864         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
20865         Likewise.
20866         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
20867         Likewise.
20868         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
20869         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
20870         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
20871         atomic-feupdateenv and flt-rounds.
20872         * sysdeps/powerpc/nofpu/Versions (libc): Add
20873         __atomic_feholdexcept, __atomic_feclearexcept,
20874         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
20875         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
20876         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
20877         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
20878         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
20879         here.
20880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
20881         Update.
20883         * manual/arith.texi (FP Exceptions): Document that exceptions may
20884         not be raised when matherr is used.
20885         (Math Error Reporting): Document overflow in directed rounding
20886         modes.  Document that errno may not be set when finite values are
20887         returned on overflow.  Document intent to set errno on underflow
20888         only for underflow to zero.
20890         [BZ #16271]
20891         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
20892         round-to-nearest then adjust result for other rounding modes.
20893         * include/fenv.h (fegetround): Use libm_hidden_proto.
20894         * math/fegetround.c (fegetround): Use libm_hidden_def.
20895         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
20896         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
20897         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
20898         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
20899         Likewise.
20900         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
20901         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
20902         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
20903         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
20905 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20907         [BZ #16077]
20908         * nss/Versions (libnss_files): Add
20909         _nss_files_gethostbyname3_r.
20910         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
20911         New function.
20912         (HOST_DB_LOOKUP): Remove macro.
20913         (_nss_files_gethostbyname_r): Implement function without the
20914         HOST_DB_LOOKUP macro.
20915         (_nss_files_gethostbyname2_r): Likewise.
20917 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
20919         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
20921 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
20923         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
20924         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
20925         warning.
20927 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20929         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
20930         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
20931         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20932         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
20933         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
20934         __fe_nomask_env_priv and attribute_hidden.
20935         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
20936         (libc_feupdateenv_test_ppc): Likewise.
20937         (libc_feresetround_ppc): Likewise.
20938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
20939         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
20940         compat_symbol macro.
20941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
20942         (__fe_nomask_env): Likewise.
20943         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
20945 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20947         * string/Makefile: Remove ifunc tests.
20948         * string/test-string.h: Define TEST_IFUNC.
20949         * string/test-bcopy-ifunc.c: Remove.
20950         * string/test-bzero-ifunc.c: Likewise.
20951         * string/test-memccpy-ifunc.c: Likewise.
20952         * string/test-memchr-ifunc.c: Likewise.
20953         * string/test-memcmp-ifunc.c: Likewise.
20954         * string/test-memcpy-ifunc.c: Likewise.
20955         * string/test-memmem-ifunc.c: Likewise.
20956         * string/test-memmove-ifunc.c: Likewise.
20957         * string/test-mempcpy-ifunc.c: Likewise.
20958         * string/test-memrchr-ifunc.c: Likewise.
20959         * string/test-memset-ifunc.c: Likewise.
20960         * string/test-rawmemchr-ifunc.c: Likewise.
20961         * string/test-stpcpy-ifunc.c: Likewise.
20962         * string/test-stpncpy-ifunc.c: Likewise.
20963         * string/test-strcasecmp-ifunc.c: Likewise.
20964         * string/test-strcasestr-ifunc.c: Likewise.
20965         * string/test-strcat-ifunc.c: Likewise.
20966         * string/test-strchr-ifunc.c: Likewise.
20967         * string/test-strchrnul-ifunc.c: Likewise.
20968         * string/test-strcmp-ifunc.c: Likewise.
20969         * string/test-strcpy-ifunc.c: Likewise.
20970         * string/test-strcspn-ifunc.c: Likewise.
20971         * string/test-strlen-ifunc.c: Likewise.
20972         * string/test-strncasecmp-ifunc.c: Likewise.
20973         * string/test-strncat-ifunc.c: Likewise.
20974         * string/test-strncmp-ifunc.c: Likewise.
20975         * string/test-strncpy-ifunc.c: Likewise.
20976         * string/test-strnlen-ifunc.c: Likewise.
20977         * string/test-strpbrk-ifunc.c: Likewise.
20978         * string/test-strrchr-ifunc.c: Likewise.
20979         * string/test-strspn-ifunc.c: Likewise.
20980         * string/test-strstr-ifunc.c: Likewise.
20982 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
20984         * benchtests/Makefile: Remove ifunc tests.
20985         * benchtests/bench-string.h: Define TEST_IFUNC.
20986         * benchtests/bench-bcopy-ifunc.c: Remove.
20987         * benchtests/bench-bzero-ifunc.c: Likewise.
20988         * benchtests/bench-memccpy-ifunc.c: Likewise.
20989         * benchtests/bench-memchr-ifunc.c: Likewise.
20990         * benchtests/bench-memcmp-ifunc.c: Likewise.
20991         * benchtests/bench-memcpy-ifunc.c: Likewise.
20992         * benchtests/bench-memmem-ifunc.c: Likewise.
20993         * benchtests/bench-memmove-ifunc.c: Likewise.
20994         * benchtests/bench-mempcpy-ifunc.c: Likewise.
20995         * benchtests/bench-memrchr-ifunc.c: Likewise.
20996         * benchtests/bench-memset-ifunc.c: Likewise.
20997         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
20998         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
20999         * benchtests/bench-stpcpy-ifunc.c: Likewise.
21000         * benchtests/bench-stpncpy-ifunc.c: Likewise.
21001         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
21002         * benchtests/bench-strcasestr-ifunc.c: Likewise.
21003         * benchtests/bench-strcat-ifunc.c: Likewise.
21004         * benchtests/bench-strchr-ifunc.c: Likewise.
21005         * benchtests/bench-strchrnul-ifunc.c: Likewise.
21006         * benchtests/bench-strcmp-ifunc.c: Likewise.
21007         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
21008         * benchtests/bench-strcpy-ifunc.c: Likewise.
21009         * benchtests/bench-strcspn-ifunc.c: Likewise.
21010         * benchtests/bench-strlen-ifunc.c: Likewise.
21011         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
21012         * benchtests/bench-strncat-ifunc.c: Likewise.
21013         * benchtests/bench-strncmp-ifunc.c: Likewise.
21014         * benchtests/bench-strncpy-ifunc.c: Likewise.
21015         * benchtests/bench-strnlen-ifunc.c: Likewise.
21016         * benchtests/bench-strpbrk-ifunc.c: Likewise.
21017         * benchtests/bench-strrchr-ifunc.c: Likewise.
21018         * benchtests/bench-strsep-ifunc.c: Likewise.
21019         * benchtests/bench-strspn-ifunc.c: Likewise.
21020         * benchtests/bench-strstr-ifunc.c: Likewise.
21022 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21024         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
21026 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21028         * resolv/netdb.h: Use __glibc_reserved instead __unused.
21029         * rt/aio.h: Likewise.
21030         * sysdeps/gnu/bits/utmp.h: Likewise.
21031         * sysdeps/gnu/bits/utmpx.h: Likewise.
21032         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
21033         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
21034         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
21035         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
21036         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
21037         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
21038         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
21039         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
21040         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
21041         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
21042         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
21043         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
21044         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
21045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
21046         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
21047         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
21048         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
21049         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
21050         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
21051         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
21052         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
21053         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
21054         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
21055         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
21056         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
21057         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
21058         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
21059         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
21060         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
21061         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
21062         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
21063         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
21064         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
21065         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
21066         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
21067         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
21068         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
21069         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
21070         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
21071         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
21072         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
21073         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21075 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
21077         [BZ #16245]
21078         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
21079         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
21081 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
21083         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
21084         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
21085         Likewise.
21087 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21089         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
21090         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
21091         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
21092         (__fesetround): Remove define.
21093         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
21094         rounding and exceptions handling.
21095         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
21096         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
21097         (__fe_nomask_env): Likewise.
21098         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
21099         __fegetround instead of fegetround.
21100         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
21101         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
21103 2013-11-21  Roland McGrath  <roland@hack.frob.com>
21105         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
21106         it's there.
21108         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
21110 2013-11-21  Meador Inge  <meadori@codesourcery.com>
21112         [BZ #11157]
21113         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
21114         (encrypt_r): Likewise.
21115         * malloc/obstack.h (obstack_free): Likewise.
21116         * posix/unistd.h (encrypt): Likewise.
21118 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
21120         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
21121         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
21122         DL_CALL_DT_FINI() that call the functions directly.
21123         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
21124         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
21125         * elf/dl-fini.c: Likewise.
21127 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
21129         * malloc/hooks.c (memalign_check): Add alignment rounding.
21130         * malloc/malloc.c (_mid_memalign): New function.
21131         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
21132         Implement by calling _mid_memalign.
21133         * manual/probes.texi (Memory Allocation Probes): Remove
21134         memory_valloc_retry and memory_pvalloc_retry.
21136 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21138         * locale/programs/locarchive.c (open_archive): Add const
21139         qualifier to ARCHIVEFNAME and copy default fname to
21140         DEFAULT_FNAME.
21142         [BZ #15601]
21143         * libio/tst-widetext.input: Rename Oriya to Odia.
21144         * locale/iso-639.def: Likewise.
21146         * manual/probes.texi (Mathematical Function Probes): Add
21147         documentation for sin, cos, asin and acos probes.
21148         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
21149         (__sin32): Add slowasin probe.
21150         (__cos32): Add slowacos probe.
21151         (__mpsin): Add slowsin probe.
21152         (__mpcos): Add slowcos probe.
21154 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
21156         [BZ #15483]
21157         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
21158         thread-local __sim_exceptions_thread and global
21159         __sim_exceptions_global.
21160         (__sim_disabled_exceptions): Change to thread-local
21161         __sim_disabled_exceptions_thread and global
21162         __sim_disabled_exceptions_global.
21163         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21164         and global __sim_round_mode_global.
21165         (__simulate_exceptions): Use thread-local floating-point state and
21166         set global state from it as needed.
21167         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
21168         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
21169         __sim_round_mode_thread.
21170         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
21171         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
21172         and global __sim_exceptions_global.
21173         (__sim_disabled_exceptions): Change to thread-local
21174         __sim_disabled_exceptions_thread and global
21175         __sim_disabled_exceptions_global.
21176         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
21177         and global __sim_round_mode_global.
21178         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
21179         (SIM_SET_GLOBAL): Likewise.
21180         * sysdeps/powerpc/soft-fp/sfp-machine.h
21181         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
21182         __sim_round_mode_thread.
21183         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
21184         __sim_disabled_exceptions_thread.
21185         (__sim_exceptions): Change to __sim_exceptions_thread.
21186         (__sim_disabled_exceptions): Change to
21187         __sim_disabled_exceptions_thread.
21188         (__sim_round_mode): Change to __sim_round_mode_thread.
21189         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
21190         thread-local floating-point state and set global state from it as
21191         needed.
21192         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
21193         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
21194         (__sim_disabled_exceptions): Remove extern declaration.
21195         (feenableexcept): Use thread-local floating-point state and set
21196         global state from it as needed.
21197         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
21198         extern declaration.
21199         (__sim_disabled_exceptions): Likewise.
21200         (__sim_round_mode): Likewise.
21201         (__fegetenv): Use thread-local floating-point state.
21202         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
21203         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21204         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
21205         floating-point state and set global state from it as needed.
21206         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
21207         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
21208         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
21209         Likewise.
21210         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
21211         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
21212         Likewise.
21213         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
21214         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
21215         Use __sim_round_mode_thread.
21216         * math/test-fenv-tls.c: New file.
21217         * math/Makefile (tests): Add test-fenv-tls.
21218         ($(objpfx)test-fenv-tls): Depend on
21219         $(common-objpfx)nptl/libpthread.so.
21221 2013-11-19  Andreas Schwab  <schwab@suse.de>
21223         * locale/programs/locale.c (show_info): Decode wordarray elements.
21224         * locale/categories.def (LC_MONETARY): Add element for
21225         _NL_MONETARY_CRNCYSTR.
21226         * locale/C-monetary.c (conversion_rate): New variable.
21227         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
21228         element.
21230 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
21232         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
21233         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
21235 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
21237         * elf/Makefile (tst-auxv): New test.
21238         * elf/tst-auxv.c: New
21239         * elf/rtld.c (dl_main): Adjust AT_EXECFN
21241 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
21243         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
21244         (hidden_proto): Caller changed.
21245         (hidden_tls_proto): New macro.
21246         (libc_hidden_tls_proto): Likewise.
21247         (rtld_hidden_tls_proto): Likewise.
21248         (libm_hidden_tls_proto): Likewise.
21249         (libresolv_hidden_tls_proto): Likewise.
21250         (librt_hidden_tls_proto): Likewise.
21251         (libdl_hidden_tls_proto): Likewise.
21252         (libnss_files_hidden_tls_proto): Likewise.
21253         (libnsl_hidden_tls_proto): Likewise.
21254         (libnss_nisplus_hidden_tls_proto): Likewise.
21255         (libutil_hidden_tls_proto): Likewise.
21257 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
21259         [BZ #10253]
21260         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
21261         (decompose_rpath): Defer expansion to fillin_rpath.
21262         (_dl_init_paths): Pass linkmap to fillin_rpath.
21264 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21266         * benchtests/Makefile: Add strsep.
21267         * benchtests/bench-strsep.c: New file: strsep benchtest.
21268         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
21270 2013-11-18  Andreas Schwab  <schwab@suse.de>
21272         * locale/programs/locale.c (show_info) [case byte]: Check for
21273         '\377' instead of '\177'.
21274         * locale/C-monetary.c (not_available): Always use "\377".
21275         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
21276         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
21277         detect unavailable sign_posn locale elements.
21278         * locale/localeconv.c (__localeconv): For grouping and
21279         mon_grouping handle "\177" and "\377" like no grouping.
21280         (INT_ELEM): New macro.  Use it to set all numeric members.
21281         * locale/programs/ld-monetary.c (monetary_read)
21282         <tok_mon_grouping>: Normalize single -1 to the empty string.
21283         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
21284         Likewise.
21286 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21288         [BZ #16055]
21289         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
21290         when we match (nil).
21291         * stdio-common/tst-sscanf.c (struct test): Add testcase.
21293 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
21295         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
21296         (NO_TEST_INLINE): Update value.
21297         (ERRNO_UNCHANGED): Likewise.
21298         (ERRNO_EDOM): Likewise.
21299         (ERRNO_ERANGE): Likewise.
21300         (IGNORE_RESULT): Likewise.
21301         (check_float_internal): Check signs of NaN results if
21302         TEST_NAN_SIGN used.
21303         (check_complex): Pass TEST_NAN_SIGN flag through to second
21304         check_float_internal call.
21305         (copysign_test_data): Add tests with quiet NaNs as second
21306         argument.  Use TEST_NAN_SIGN.
21307         (fabs_test_data): Add test of negative quiet NaN argument.  Use
21308         TEST_NAN_SIGN.
21309         (signbit_test_data): Add tests of quiet NaN argument.
21310         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
21312         * math/gen-libm-test.pl (show_exceptions): Take extra argument
21313         $ignore_result.
21314         (parse_args): Handle function results specified as IGNORE.
21315         * math/libm-test.inc (IGNORE_RESULT): New macro.
21316         (check_float_internal): Do not check numerical result if flag
21317         IGNORE_RESULT set.
21318         (check_complex): Pass through IGNORE_RESULT to second
21319         check_float_internal call.
21320         (check_int): Do not check numerical result if flag IGNORE_RESULT
21321         set.
21322         (check_long): Likewise.
21323         (check_bool): Likewise.
21324         (check_longlong): Likewise.
21325         (lrint_test_data): Add tests of infinite and NaN arguments.
21326         (lrint_tonearest_test_data): Likewise.
21327         (lrint_towardzero_test_data): Likewise.
21328         (lrint_downward_test_data): Likewise.
21329         (lrint_upward_test_data): Likewise.
21330         (llrint_test_data): Likewise.
21331         (llrint_tonearest_test_data): Likewise.
21332         (llrint_towardzero_test_data): Likewise.
21333         (llrint_downward_test_data): Likewise.
21334         (llrint_upward_test_data): Likewise.
21335         (lround_test_data): Likewise.
21336         (llround_test_data): Likewise.
21338         * math/libm-test.inc (NO_TEST_INLINE): New macro.
21339         (ERRNO_UNCHANGED): Update value.
21340         (ERRNO_EDOM): Likewise.
21341         (ERRNO_ERANGE): Likewise.
21342         (NO_TEST_INLINE_FLOAT): New macro.
21343         (NO_TEST_INLINE_DOUBLE): Likewise.
21344         (enable_test): New function.
21345         (RUN_TEST_f_f): Check enable_test before running test.
21346         (RUN_TEST_2_f): Likewise.
21347         (RUN_TEST_fff_f): Likewise.
21348         (RUN_TEST_c_f): Likewise.
21349         (RUN_TEST_f_f1): Likewise.
21350         (RUN_TEST_fF_f1): Likewise.
21351         (RUN_TEST_fI_f1): Likewise.
21352         (RUN_TEST_ffI_f1): Likewise.
21353         (RUN_TEST_c_c): Likewise.
21354         (RUN_TEST_cc_c): Likewise.
21355         (RUN_TEST_f_i): Likewise.
21356         (RUN_TEST_f_i_tg): Likewise.
21357         (RUN_TEST_ff_i_tg): Likewise.
21358         (RUN_TEST_f_b): Likewise.
21359         (RUN_TEST_f_b_tg): Likewise.
21360         (RUN_TEST_f_l): Likewise.
21361         (RUN_TEST_f_L): Likewise.
21362         (RUN_TEST_fFF_11): Likewise.
21363         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
21364         conditionals.
21365         (cosh_test_data): Likewise.
21366         (exp_test_data): Likewise.
21367         (expm1_test_data): Likewise.
21368         (hypot_test_data): Likewise.
21369         (pow_test_data): Likewise.
21370         (sinh_test_data): Likewise.
21371         (tanh_test_data): Likewise.
21372         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
21373         flags argument.
21375         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
21376         tests with quiet NaN input and output.
21377         (acosh_test_data): Likewise.
21378         (asin_test_data): Likewise.
21379         (asinh_test_data): Likewise.
21380         (atan_test_data): Likewise.
21381         (atanh_test_data): Likewise.
21382         (atan2_test_data): Likewise.
21383         (cbrt_test_data): Likewise.
21384         (cos_test_data): Likewise.
21385         (cosh_test_data): Likewise.
21386         (erf_test_data): Likewise.
21387         (erfc_test_data): Likewise.
21388         (exp_test_data): Likewise.
21389         (exp10_test_data): Likewise.
21390         (exp2_test_data): Likewise.
21391         (expm1_test_data): Likewise.
21392         (hypot_test_data): Likewise.
21393         (j0_test_data): Likewise.
21394         (j1_test_data): Likewise.
21395         (jn_test_data): Likewise.
21396         (lgamma_test_data): Likewise.
21397         (log_test_data): Likewise.
21398         (log10_test_data): Likewise.
21399         (log1p_test_data): Likewise.
21400         (log2_test_data): Likewise.
21401         (pow_test_data): Likewise.
21402         (scalb_test_data): Likewise.
21403         (sin_test_data): Likewise.
21404         (sincos_test_data): Likewise.
21405         (sinh_test_data): Likewise.
21406         (tan_test_data): Likewise.
21407         (tanh_test_data): Likewise.
21408         (tgamma_test_data): Likewise.
21409         (y0_test_data): Likewise.
21410         (y1_test_data): Likewise.
21411         (yn_test_data): Likewise.
21413         [BZ #16167]
21414         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
21415         argument being NaN and avoid computations with second argument in
21416         that case.
21417         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21418         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
21419         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21421 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
21423         * locale/iso-639.def: Add Chitwani Tharu (the).
21425 2013-11-14  Andreas Schwab  <schwab@suse.de>
21427         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
21428         word instead of empty string.
21430 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21433         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
21434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21435         (__fe_nomask_env): Likewise.
21437 2013-11-13  Steve Ellcey  <sellcey@mips.com>
21439         * benchtests/bench-timing.h: Include time.h.
21441 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
21443         [BZ #15997]
21444         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
21445         to 3.4.0 for x32.
21446         * sysdeps/unix/sysv/linux/configure: Regenerated.
21448 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
21450         [BZ #16151]
21451         * stdlib/strtod_l.c (round_and_return): Do not consider
21452         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
21453         exponent one less than half the least subnormal exponent.
21454         * stdlib/test-strtod-round-data: Add more tests.
21455         * stdlib/tst-strtod-round.c (tests): Regenerated.
21457 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21459         [BZ #14143]
21460         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
21461         (__fe_mask_env): Likewise.
21462         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
21463         libm_hidden_proto and add function prototype.
21464         (__fe_mask_env): Add function prototype.
21465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21466         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
21467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
21468         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
21469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21470         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
21472 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21474         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
21475         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
21477 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21479         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
21480         of htab_find_slot().
21482 2013-11-11  David S. Miller  <davem@davemloft.net>
21484         [BZ #16150]
21485         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
21486         symbol in the non-vis3 case in static builds.
21487         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
21488         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
21489         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
21490         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
21492 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
21494         [BZ #387]
21495         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
21496         it is empty.
21498 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21500         * benchtests/Makefile: Add bench-strtod.
21501         * benchtests/bench-strtod.c: New file: strtod benchtest
21503 2013-11-11  Andreas Schwab  <schwab@suse.de>
21505         [BZ #16153]
21506         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
21507         terminating NUL in key length.
21509 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21511         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21512         Add artificial ODP entry for vDSO symbol for PPC64.
21513         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
21514         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
21516 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
21518         [BZ #15374]
21519         * nss/getent.c (services_keys): Recognize services starting with digit.
21521 2013-11-06  David S. Miller  <davem@davemloft.net>
21523         [BZ #15985]
21524         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
21525         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
21527 2013-11-06  Will Newton  <will.newton@linaro.org>
21529         * manual/memory.texi (Malloc Examples): Remove register
21530         keyword from examples.
21532 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
21534         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
21536 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
21538         [BZ #6981]
21539         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
21540         depending on [__GCC_IEC_559 > 0].
21541         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
21542         depending on [__GCC_IEC_559_COMPLEX > 0].
21544 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
21546         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
21547         to iso-639.def.
21549 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
21551         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
21553 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
21555         [BZ #16112]
21556         * malloc/malloc (malloc_info): Do not handle first bin as
21557         special case.
21559 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
21561         * locale/iso-639.def: Add Central Nahuatl (nhn).
21563 2013-11-01  Bruno Haible  <bruno@clisp.org>
21565         [BZ #7003]
21566         * manual/math.texi (BSD Random): Specify range upper bound as
21567         in POSIX.
21569 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
21571         * locale/iso-639.def: Add Meadow Mari (mhr).
21573 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
21575         [BZ #14752], [BZ #15763]
21576         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
21577         Validate name.
21578         * rt/tst_shm.c: Add test for escaping directory.
21580 2013-10-31  Andreas Schwab  <schwab@suse.de>
21582         [BZ #15917]
21583         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
21584         followed by 'x' as part of digit sequence.
21585         * stdio-common/tst-sscanf.c (double_tests2): New tests.
21587 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
21589         [BZ #16037]
21590         * configure.ac: allow GNU Make 4.0 and greater.
21591         * configure: Regenerated.
21593 2013-10-30  Will Newton  <will.newton@linaro.org>
21595         [BZ #16038]
21596         * malloc/hooks.c (memalign_check): Limit alignment to the
21597         maximum representable power of two.
21598         * malloc/malloc.c (__libc_memalign): Likewise.
21599         * malloc/tst-memalign.c (do_test): Add test for very
21600         large alignment values.
21601         * malloc/tst-posix_memalign.c (do_test): Likewise.
21603 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21605         [BZ #11087]
21606         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
21607         (munmap_chunk): Likewise.
21608         (mremap_chunk): Likewise.
21610 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
21612         [BZ #15799]
21613         * stdlib/div.c (div): Remove obsolete code.
21614         * stdlib/ldiv.c (ldiv): Likewise.
21615         * stdlib/lldiv.c (lldiv): Likewise.
21617 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21619         [BZ #16071]
21620         * nss/nss_files/files-XXX.c (get_contents_ret): New
21621         enumerator.
21622         (get_contents): New function.
21623         (internal_getent): Use it.  Expand size of LINEBUFLEN.
21625 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
21627         * configure.in: Moved to ...
21628         * configure.ac: ... here. Change reference to configure.in
21629         to configure.ac.
21630         * sysdeps/arm/preconfigure.ac: ... here.
21631         configure.in to configure.ac.
21632         * sysdeps/gnu/configure.in: Moved to ...
21633         * sysdeps/gnu/configure.ac: ... here.
21634         * sysdeps/i386/configure.in: Moved to ...
21635         * sysdeps/i386/configure.ac: ... here.
21636         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
21637         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
21638         * sysdeps/mach/configure.in: Moved to ...
21639         * sysdeps/mach/configure.ac: ... here.
21640         * sysdeps/mach/hurd/configure.in: Moved to ...
21641         * sysdeps/mach/hurd/configure.ac: ... here.
21642         * sysdeps/powerpc/configure.in: Moved to ...
21643         * sysdeps/powerpc/configure.ac: ... here.
21644         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
21645         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
21646         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
21647         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
21648         * sysdeps/s390/s390-32/configure.in: Moved to ...
21649         * sysdeps/s390/s390-32/configure.ac: ... here.
21650         * sysdeps/s390/s390-64/configure.in: Moved to ...
21651         * sysdeps/s390/s390-64/configure.ac: ... here.
21652         * sysdeps/sh/configure.in: Moved to ...
21653         * sysdeps/sh/configure.ac: ... here.
21654         * sysdeps/sparc/configure.in: Moved to ...
21655         * sysdeps/sparc/configure.ac: ... here.
21656         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
21657         * sysdeps/unix/sysv/linux/configure.ac: ... here.
21658         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
21659         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
21660         * sysdeps/x86_64/configure.in: Moved to ...
21661         * sysdeps/x86_64/configure.ac: ... here.
21662         * sysdeps/x86_64/preconfigure.in: Moved to ...
21663         * sysdeps/x86_64/preconfigure.ac: ... here.
21664         * aclocal.m4: Change reference to configure.in to configure.ac.
21665         * config.h.in: Likewise.
21666         * manual/install.texi: Likewise.
21667         * manual/maint.texi: Likewise.
21668         * Makefile: Likewise.
21669         * malloc/Makefile: Likewise.
21670         * nscd/Makefile: Likewise.
21671         * Makeconfig: Change reference to configure.in and
21672         preconfigure.in to configure.ac and preconfigure.ac
21673         respectively.
21674         * INSTALL: Regenerated.
21675         * configure: Likewise.
21676         * sysdeps/gnu/configure: Likewise.
21677         * sysdeps/i386/configure: Likewise.
21678         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
21679         * sysdeps/mach/configure: Likewise.
21680         * sysdeps/mach/hurd/configure: Likewise.
21681         * sysdeps/powerpc/configure: Likewise.
21682         * sysdeps/powerpc/powerpc32/configure: Likewise.
21683         * sysdeps/powerpc/powerpc64/configure: Likewise.
21684         * sysdeps/s390/s390-32/configure: Likewise.
21685         * sysdeps/s390/s390-64/configure: Likewise.
21686         * sysdeps/sh/configure: Likewise.
21687         * sysdeps/sparc/configure: Likewise.
21688         * sysdeps/unix/sysv/linux/configure: Likewise.
21689         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
21690         * sysdeps/x86_64/configure: Likewise.
21691         * sysdeps/x86_64/preconfigure: Likewise.
21693 2013-10-29  Andreas Schwab  <schwab@suse.de>
21695         * stdio-common/Makefile (tst-swscanf-ENV): Define.
21697 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21699         * benchtests/pow-inputs: Add new inputs.
21701         * benchtests/exp-inputs: Add new inputs.
21703         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
21704         conditional check for return value.
21705         (__cos32): Likewise.
21707 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21709         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
21710         to provide a boost for large inputs with word alignment.
21711         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
21712         implementation based on optimized PPC64 strcpy.
21713         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
21714         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
21715         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
21716         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
21718 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21720         [BZ #2801]
21721         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
21723 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21725         [BZ #14876]
21726         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
21727         * time/tst-strptime.c (day_tests): Add testcase.
21729 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
21731         [BZ #14029]
21732         * manual/pattern.texi: Acknowledge that fnmatch can fail.
21734 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
21736         [BZ #16074]
21737         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
21738         MAP_FAILED on error.
21740 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
21742         [BZ #16072]
21743         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
21744         heap for large requests.
21746 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
21748         [BZ #9954]
21749         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
21750         result if the result has no associated interface.
21751         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
21752         interface for all 127.X.Y.Z addresses.
21754 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
21756         * locale/iso-639.def: Add Ligurian (lij)
21758 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
21760         [BZ #15825]
21761         * sunrpc/rpc_main.c: Document rpcgen -5.
21763 2013-10-19  Michael Stahl  <mstahl@redhat.com>
21765         * elf/rtld.c (do_preload): Print the reason why preloading failed.
21767 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21769         [BZ #10278]
21770         * posix/glob.c: Match only directories when trailing slash is present.
21771         * posix/tst-gnuglob.c (my_opendir): Do not open files.
21772         (main): Add testcase.
21774 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
21776         [BZ #15670]
21777         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
21779 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
21781         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
21782         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
21783         AUTH_DES and cindex for FIPS 140-2.
21784         (DES Encryption): Add cindex FIPS 46-3.
21786         * locale/locarchive.h (struct locarhandle): Add fname.
21787         * locale/programs/localedef.c (main): Pass ARGV[remaining]
21788         if an optional argument was specified to --list-archive,
21789         otherwise NULL.
21790         * locale/programs/locarchive.c (show_archive_content): Take new
21791         argument fname and pass it via ah.fname to open_archive.
21792         * locale/programs/localedef.h: Update decl.
21793         (open_archive): If AH->fname is non-null, open that file
21794         rather than the default file name, and don't ignore ENOENT.
21795         (create_archive): Set AH.fname to NULL.
21796         (delete_locales_from_archive): Likewise.
21797         (add_locales_to_archive): Likewise.
21798         * locale/programs/locfile.c (write_all_categories): Likewise.
21800 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
21801             Aldy Hernandez  <aldyh@redhat.com>
21803         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
21804         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
21805         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
21806         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
21807         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
21808         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
21809         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
21810         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
21811         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
21812         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
21813         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
21814         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
21815         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
21816         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
21817         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
21818         Likewise.
21819         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
21820         Likewise.
21821         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
21822         Likewise.
21823         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
21824         Likewise.
21825         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
21826         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
21827         Likewise.
21828         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
21829         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
21830         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
21831         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
21832         Likewise.
21833         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
21834         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
21835         * sysdeps/powerpc/preconfigure: Likewise.
21836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
21837         Likewise.
21838         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
21839         Replace contents of file by #include of <fenv_libc.h>.
21840         * sysdeps/powerpc/soft-fp/sfp-machine.h
21841         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
21842         and <sys/prctl.h>.
21843         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
21844         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
21845         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
21846         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
21847         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
21848         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
21849         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
21850         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
21851         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
21852         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
21853         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
21854         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
21855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21856         Allow copysignl PLT reference to be missing.
21858 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
21859             Joseph Myers  <joseph@codesourcery.com
21861         [BZ #15948]
21862         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
21863         single character.
21864         (add_to_tablewc): Assert sequence of wide characters is nonempty.
21866 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21868         * elf/tst-tls-dlinfo.c: Don't include tls.h.
21869         * elf/tst-tls1.c: Likewise.
21870         * elf/tst-tls10.h: Likewise.
21871         * elf/tst-tls14.c: Likewise.
21872         * elf/tst-tls2.c: Likewise.
21873         * elf/tst-tls3.c: Likewise.
21874         * elf/tst-tls4.c: Likewise.
21875         * elf/tst-tls5.c: Likewise.
21876         * elf/tst-tls6.c: Likewise.
21877         * elf/tst-tls7.c: Likewise.
21878         * elf/tst-tls8.c: Likewise.
21879         * elf/tst-tls9.c: Likewise.
21880         * elf/tst-tlsmod1.c: Likewise.
21881         * elf/tst-tlsmod13.c: Likewise.
21882         * elf/tst-tlsmod13a.c: Likewise.
21883         * elf/tst-tlsmod14a.c: Likewise.
21884         * elf/tst-tlsmod16a.c: Likewise.
21885         * elf/tst-tlsmod16b.c: Likewise.
21886         * elf/tst-tlsmod2.c: Likewise.
21887         * elf/tst-tlsmod3.c: Likewise.
21888         * elf/tst-tlsmod4.c: Likewise.
21889         * elf/tst-tlsmod5.c: Likewise.
21890         * elf/tst-tlsmod6.c: Likewise.
21892 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
21894         [BZ #12486]
21895         * malloc/malloc.c: remove checks for statistics.
21897 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21899         [BZ #15277]
21900         * inet/inet_net.c (inet_network): Detect additional invalid strings.
21901         * inet/tst-network.c: Add testcase.
21903 2013-10-17  Andreas Schwab  <schwab@suse.de>
21905         [BZ #15218]
21906         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
21907         to determine canonical name.
21909 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
21911         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
21912         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
21913         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
21914         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
21915         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
21916         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
21917         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
21918         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
21919         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
21920         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
21921         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
21922         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
21923         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21924         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
21925         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
21926         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
21927         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
21928         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
21929         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
21930         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
21931         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
21932         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
21933         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
21934         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
21935         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
21936         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
21937         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
21938         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
21939         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
21940         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
21941         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
21942         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
21943         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
21944         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
21945         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
21946         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21947         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21948         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
21949         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
21950         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
21951         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
21952         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21953         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
21954         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21955         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
21956         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21957         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
21958         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
21959         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
21960         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
21961         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
21962         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
21963         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
21964         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
21965         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
21966         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
21967         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
21968         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
21970 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
21972         [BZ #16041]
21973         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
21974         make result into a quiet NaN.
21976 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
21978         * soft-fp/adddf3.c: Fix horizontal whitespace.
21979         * soft-fp/addsf3.c: Likewise.
21980         * soft-fp/addtf3.c: Likewise.
21981         * soft-fp/divdf3.c: Likewise.
21982         * soft-fp/divsf3.c: Likewise.
21983         * soft-fp/divtf3.c: Likewise.
21984         * soft-fp/double.h: Likewise.
21985         * soft-fp/eqdf2.c: Likewise.
21986         * soft-fp/eqsf2.c: Likewise.
21987         * soft-fp/eqtf2.c: Likewise.
21988         * soft-fp/extenddftf2.c: Likewise.
21989         * soft-fp/extended.h: Likewise.
21990         * soft-fp/extendsfdf2.c: Likewise.
21991         * soft-fp/extendsftf2.c: Likewise.
21992         * soft-fp/extendxftf2.c: Likewise.
21993         * soft-fp/fixdfdi.c: Likewise.
21994         * soft-fp/fixdfsi.c: Likewise.
21995         * soft-fp/fixdfti.c: Likewise.
21996         * soft-fp/fixsfdi.c: Likewise.
21997         * soft-fp/fixsfsi.c: Likewise.
21998         * soft-fp/fixsfti.c: Likewise.
21999         * soft-fp/fixtfdi.c: Likewise.
22000         * soft-fp/fixtfsi.c: Likewise.
22001         * soft-fp/fixtfti.c: Likewise.
22002         * soft-fp/fixunsdfdi.c: Likewise.
22003         * soft-fp/fixunsdfsi.c: Likewise.
22004         * soft-fp/fixunsdfti.c: Likewise.
22005         * soft-fp/fixunssfdi.c: Likewise.
22006         * soft-fp/fixunssfsi.c: Likewise.
22007         * soft-fp/fixunssfti.c: Likewise.
22008         * soft-fp/fixunstfdi.c: Likewise.
22009         * soft-fp/fixunstfsi.c: Likewise.
22010         * soft-fp/fixunstfti.c: Likewise.
22011         * soft-fp/floatdidf.c: Likewise.
22012         * soft-fp/floatdisf.c: Likewise.
22013         * soft-fp/floatditf.c: Likewise.
22014         * soft-fp/floatsidf.c: Likewise.
22015         * soft-fp/floatsisf.c: Likewise.
22016         * soft-fp/floatsitf.c: Likewise.
22017         * soft-fp/floattidf.c: Likewise.
22018         * soft-fp/floattisf.c: Likewise.
22019         * soft-fp/floattitf.c: Likewise.
22020         * soft-fp/floatundidf.c: Likewise.
22021         * soft-fp/floatundisf.c: Likewise.
22022         * soft-fp/floatunditf.c: Likewise.
22023         * soft-fp/floatunsidf.c: Likewise.
22024         * soft-fp/floatunsisf.c: Likewise.
22025         * soft-fp/floatunsitf.c: Likewise.
22026         * soft-fp/floatuntidf.c: Likewise.
22027         * soft-fp/floatuntisf.c: Likewise.
22028         * soft-fp/floatuntitf.c: Likewise.
22029         * soft-fp/fmadf4.c: Likewise.
22030         * soft-fp/fmasf4.c: Likewise.
22031         * soft-fp/fmatf4.c: Likewise.
22032         * soft-fp/gedf2.c: Likewise.
22033         * soft-fp/gesf2.c: Likewise.
22034         * soft-fp/getf2.c: Likewise.
22035         * soft-fp/ledf2.c: Likewise.
22036         * soft-fp/lesf2.c: Likewise.
22037         * soft-fp/letf2.c: Likewise.
22038         * soft-fp/muldf3.c: Likewise.
22039         * soft-fp/mulsf3.c: Likewise.
22040         * soft-fp/multf3.c: Likewise.
22041         * soft-fp/negdf2.c: Likewise.
22042         * soft-fp/negsf2.c: Likewise.
22043         * soft-fp/negtf2.c: Likewise.
22044         * soft-fp/op-1.h: Likewise.
22045         * soft-fp/op-2.h: Likewise.
22046         * soft-fp/op-4.h: Likewise.
22047         * soft-fp/op-8.h: Likewise.
22048         * soft-fp/op-common.h: Likewise.
22049         * soft-fp/quad.h: Likewise.
22050         * soft-fp/single.h: Likewise.
22051         * soft-fp/soft-fp.h: Likewise.
22052         * soft-fp/sqrtdf2.c: Likewise.
22053         * soft-fp/sqrtsf2.c: Likewise.
22054         * soft-fp/sqrttf2.c: Likewise.
22055         * soft-fp/subdf3.c: Likewise.
22056         * soft-fp/subsf3.c: Likewise.
22057         * soft-fp/subtf3.c: Likewise.
22058         * soft-fp/truncdfsf2.c: Likewise.
22059         * soft-fp/trunctfdf2.c: Likewise.
22060         * soft-fp/trunctfsf2.c: Likewise.
22061         * soft-fp/trunctfxf2.c: Likewise.
22062         * soft-fp/unorddf2.c: Likewise.
22063         * soft-fp/unordsf2.c: Likewise.
22064         * soft-fp/unordtf2.c: Likewise.
22066 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
22068         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
22069         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
22071 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
22073         * elf/dl-libc.c: Clear initfini list after freeing.
22075 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
22077         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
22078         * soft-fp/addsf3.c: Likewise.
22079         * soft-fp/addtf3.c: Likewise.
22080         * soft-fp/divdf3.c: Likewise.
22081         * soft-fp/divsf3.c: Likewise.
22082         * soft-fp/divtf3.c: Likewise.
22083         * soft-fp/double.h: Likewise.
22084         * soft-fp/eqdf2.c: Likewise.
22085         * soft-fp/eqsf2.c: Likewise.
22086         * soft-fp/eqtf2.c: Likewise.
22087         * soft-fp/extenddftf2.c: Likewise.
22088         * soft-fp/extended.h: Likewise.
22089         * soft-fp/extendsfdf2.c: Likewise.
22090         * soft-fp/extendsftf2.c: Likewise.
22091         * soft-fp/extendxftf2.c: Likewise.
22092         * soft-fp/fixdfdi.c: Likewise.
22093         * soft-fp/fixdfsi.c: Likewise.
22094         * soft-fp/fixdfti.c: Likewise.
22095         * soft-fp/fixsfdi.c: Likewise.
22096         * soft-fp/fixsfsi.c: Likewise.
22097         * soft-fp/fixsfti.c: Likewise.
22098         * soft-fp/fixtfdi.c: Likewise.
22099         * soft-fp/fixtfsi.c: Likewise.
22100         * soft-fp/fixtfti.c: Likewise.
22101         * soft-fp/fixunsdfdi.c: Likewise.
22102         * soft-fp/fixunsdfsi.c: Likewise.
22103         * soft-fp/fixunsdfti.c: Likewise.
22104         * soft-fp/fixunssfdi.c: Likewise.
22105         * soft-fp/fixunssfsi.c: Likewise.
22106         * soft-fp/fixunssfti.c: Likewise.
22107         * soft-fp/fixunstfdi.c: Likewise.
22108         * soft-fp/fixunstfsi.c: Likewise.
22109         * soft-fp/fixunstfti.c: Likewise.
22110         * soft-fp/floatdidf.c: Likewise.
22111         * soft-fp/floatdisf.c: Likewise.
22112         * soft-fp/floatditf.c: Likewise.
22113         * soft-fp/floatsidf.c: Likewise.
22114         * soft-fp/floatsisf.c: Likewise.
22115         * soft-fp/floatsitf.c: Likewise.
22116         * soft-fp/floattidf.c: Likewise.
22117         * soft-fp/floattisf.c: Likewise.
22118         * soft-fp/floattitf.c: Likewise.
22119         * soft-fp/floatundidf.c: Likewise.
22120         * soft-fp/floatundisf.c: Likewise.
22121         * soft-fp/floatunsidf.c: Likewise.
22122         * soft-fp/floatunsisf.c: Likewise.
22123         * soft-fp/floatuntidf.c: Likewise.
22124         * soft-fp/floatuntisf.c: Likewise.
22125         * soft-fp/floatuntitf.c: Likewise.
22126         * soft-fp/fmadf4.c: Likewise.
22127         * soft-fp/fmasf4.c: Likewise.
22128         * soft-fp/fmatf4.c: Likewise.
22129         * soft-fp/gedf2.c: Likewise.
22130         * soft-fp/gesf2.c: Likewise.
22131         * soft-fp/getf2.c: Likewise.
22132         * soft-fp/ledf2.c: Likewise.
22133         * soft-fp/lesf2.c: Likewise.
22134         * soft-fp/letf2.c: Likewise.
22135         * soft-fp/muldf3.c: Likewise.
22136         * soft-fp/mulsf3.c: Likewise.
22137         * soft-fp/multf3.c: Likewise.
22138         * soft-fp/negdf2.c: Likewise.
22139         * soft-fp/negsf2.c: Likewise.
22140         * soft-fp/negtf2.c: Likewise.
22141         * soft-fp/op-1.h: Likewise.
22142         * soft-fp/op-2.h: Likewise.
22143         * soft-fp/op-4.h: Likewise.
22144         * soft-fp/op-8.h: Likewise.
22145         * soft-fp/op-common.h: Likewise.
22146         * soft-fp/quad.h: Likewise.
22147         * soft-fp/single.h: Likewise.
22148         * soft-fp/soft-fp.h: Likewise.
22149         * soft-fp/sqrtdf2.c: Likewise.
22150         * soft-fp/sqrtsf2.c: Likewise.
22151         * soft-fp/sqrttf2.c: Likewise.
22152         * soft-fp/subdf3.c: Likewise.
22153         * soft-fp/subsf3.c: Likewise.
22154         * soft-fp/subtf3.c: Likewise.
22155         * soft-fp/truncdfsf2.c: Likewise.
22156         * soft-fp/trunctfdf2.c: Likewise.
22157         * soft-fp/trunctfsf2.c: Likewise.
22158         * soft-fp/trunctfxf2.c: Likewise.
22159         * soft-fp/unorddf2.c: Likewise.
22160         * soft-fp/unordsf2.c: Likewise.
22161         * soft-fp/unordtf2.c: Likewise.
22163 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
22165         [BZ #15672]
22166         * misc/error.c (error_tail): Fix possible buffer overflow.
22168 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
22170         [BZ #13028]
22171         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
22172         address.
22174 2013-10-14  P. J. McDermott  <pj@pehjota.net>
22176         [BZ #832]
22177         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
22178         testing pipefail option.
22180 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22182         * soft-fp/double.h: Indent preprocessor directives inside #if.
22183         * soft-fp/extended.h: Likewise.
22184         * soft-fp/op-2.h: Likewise.
22185         * soft-fp/op-4.h: Likewise.
22186         * soft-fp/op-common.h: Likewise.
22187         * soft-fp/quad.h: Likewise.
22188         * soft-fp/single.h: Likewise.
22189         * soft-fp/soft-fp.h: Likewise.
22191 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
22193         * iconv/iconv_prog.c: Fix typos.
22194         * stdio-common/psiginfo-data.h: Likewise.
22196 2013-10-12   Reuben Thomas <rrt@sc3d.org>
22198         [BZ #15764]
22199         * locale/setlocale.c: Fix typo.
22201 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
22203         [BZ #16036]
22204         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
22205         signaling NaN arguments.
22206         * soft-fp/unordsf2.c (__unordsf2): Likewise.
22207         * soft-fp/unordtf2.c (__unordtf2): Likewise.
22209         [BZ #14910]
22210         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
22211         unordered operands.
22212         * soft-fp/gesf2.c (__gesf2): Likewise.
22213         * soft-fp/getf2.c (__getf2): Likewise.
22214         * soft-fp/ledf2.c (__ledf2): Likewise.
22215         * soft-fp/lesf2.c (__lesf2): Likewise.
22216         * soft-fp/letf2.c (__letf2): Likewise.
22218         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
22219         * soft-fp/eqsf2.c (__eqsf2): Likewise.
22220         * soft-fp/eqtf2.c (__eqtf2): Likewise.
22221         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
22222         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
22223         * soft-fp/fixdfti.c (__fixdfti): Likewise.
22224         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
22225         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
22226         * soft-fp/fixsfti.c (__fixsfti): Likewise.
22227         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
22228         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
22229         * soft-fp/fixtfti.c (__fixtfti): Likewise.
22230         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
22231         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
22232         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
22233         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
22234         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
22235         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
22236         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
22237         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
22238         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
22239         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
22240         * soft-fp/floatdisf.c (__floatdisf): Likewise.
22241         * soft-fp/floatsisf.c (__floatsisf): Likewise.
22242         * soft-fp/floattidf.c (__floattidf): Likewise.
22243         * soft-fp/floattisf.c (__floattisf): Likewise.
22244         * soft-fp/floattitf.c (__floattitf): Likewise.
22245         * soft-fp/floatundidf.c (__floatundidf): Likewise.
22246         * soft-fp/floatundisf.c (__floatundisf): Likewise.
22247         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
22248         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
22249         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
22250         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
22251         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
22252         * soft-fp/gesf2.c (__gesf2): Likewise.
22253         * soft-fp/getf2.c (__getf2): Likewise.
22254         * soft-fp/ledf2.c (__ledf2): Likewise.
22255         * soft-fp/lesf2.c (__lesf2): Likewise.
22256         * soft-fp/letf2.c (__letf2): Likewise.
22258         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
22259         Undefine and redefine.
22260         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
22261         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
22262         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
22263         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
22264         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22265         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
22266         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22267         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
22268         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22269         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
22270         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22271         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
22272         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22273         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
22274         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
22276         [BZ #16032]
22277         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
22278         without decrementing exponent if mantissa >= that for the
22279         denominator, not >.
22280         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
22281         denominator, not >.  Decrement exponent in < case instead of
22282         incrementing in >= case.
22283         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
22284         without decrementing exponent if mantissa >= that for the
22285         denominator, not >.
22287         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
22288         computing saturated result for unsigned overflow.
22290 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22291             Jeff Law  <law@redhat.com>
22293         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
22294         (atan2Mp): Add systemtap probe marker.
22295         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
22296         (__ieee754_log): Add systemtap probe marker.
22297         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
22298         (atanMp): Add systemtap probe marker.
22299         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
22300         (tanMp): Add systemtap probe marker.
22301         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
22302         (__slowexp): Add systemtap probe marker.
22303         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
22304         (__slowpow): Add systemtap probe marker.
22305         * manual/probes.texi: Document probes.
22307 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
22309         [BZ #15362]
22310         * libio/fileops.c (_IO_new_file_write): Return count of bytes
22311         written.
22312         (_IO_new_file_xsputn): Don't return EOF if nothing has been
22313         written.
22314         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
22315         written to buffer but not flushed.
22316         * libio/iofwrite_u.c:  Likewise.
22317         * libio/iopadn.c:  Return bytes returned even if EOF was
22318         encountered.
22319         * libio/iowpadn.c:  Likewise.
22320         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
22321         if _IO_padn does not write the whole buffer.
22322         [!COMPILE_WPRINTF] (PAD): Likewise.
22324 2013-10-10  David S. Miller  <davem@davemloft.net>
22326         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
22327         directory block.
22329 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22331         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
22332         instead of FSF address.
22333         * soft-fp/fixdfti.c: Likewise.
22334         * soft-fp/fixsfti.c: Likewise.
22335         * soft-fp/fixtfti.c: Likewise.
22336         * soft-fp/fixunsdfti.c: Likewise.
22337         * soft-fp/fixunssfti.c: Likewise.
22338         * soft-fp/fixunstfti.c: Likewise.
22339         * soft-fp/floattidf.c: Likewise.
22340         * soft-fp/floattisf.c: Likewise.
22341         * soft-fp/floattitf.c: Likewise.
22342         * soft-fp/floatuntidf.c: Likewise.
22343         * soft-fp/floatuntisf.c: Likewise.
22344         * soft-fp/floatuntitf.c: Likewise.
22345         * soft-fp/trunctfxf2.c: Likewise.
22347         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
22348         * soft-fp/fixdfti.c: Likewise.
22349         * soft-fp/fixsfti.c: Likewise.
22350         * soft-fp/fixtfti.c: Likewise.
22351         * soft-fp/fixunsdfti.c: Likewise.
22352         * soft-fp/fixunssfti.c: Likewise.
22353         * soft-fp/fixunstfti.c: Likewise.
22354         * soft-fp/floattidf.c: Likewise.
22355         * soft-fp/floattisf.c: Likewise.
22356         * soft-fp/floattitf.c: Likewise.
22357         * soft-fp/floatuntidf.c: Likewise.
22358         * soft-fp/floatuntisf.c: Likewise.
22359         * soft-fp/floatuntitf.c: Likewise.
22360         * soft-fp/trunctfxf2.c: Likewise.
22362 2013-10-10  David S. Miller  <davem@davemloft.net>
22364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22366 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
22368         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
22369         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
22370         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
22371         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
22372         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
22373         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
22374         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
22376         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
22377         for NaNs before doing comparisons on argument.
22378         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
22379         Likewise.
22381 2013-10-10  Will Newton  <will.newton@linaro.org>
22383         * malloc/hooks.c (memalign_check): Ensure the value of bytes
22384         passed to _int_memalign does not overflow.
22386 2013-10-10  Torvald Riegel  <triegel@redhat.com>
22388         * scripts/bench.pl: Add include-sources directive.
22389         * benchtests/README: Update documentation.
22391 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
22393         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
22394         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
22395         instead of FP_INIT_ROUNDMODE.
22396         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
22397         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
22399         [BZ #16034]
22400         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
22401         copy class of input value.
22402         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
22403         not handle exceptions.
22404         * soft-fp/negsf2.c (__negsf2): Likewise.
22405         * soft-fp/negtf2.c (__negtf2): Likewise.
22406         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
22408 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
22410         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
22411         semicolon.  From Linux kernel.
22413 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
22415         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
22417 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
22419         [BZ #156]
22420         * manual/socket.texi: Added statement about buffer
22421         for gethostbyname2_r.
22423 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
22425         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
22426         Use .p2align directive instead, throughout.
22427         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
22428         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
22429         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
22430         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
22431         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
22432         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
22433         * sysdeps/x86_64/strchr.S: Likewise.
22434         * sysdeps/x86_64/strrchr.S: Likewise.
22436 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22438         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
22440         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
22442         * sysdeps/generic/math_private.h (__mpsin1): Remove
22443         declaration.
22444         (__mpcos1): Likewise.
22445         (__mpsin): New argument __range_reduce.
22446         (__mpcos): Likewise.
22447         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22448         (slow): Use __mpsin and __mpcos.
22449         (slow1): Likewise.
22450         (slow2): Likewise.
22451         (sloww): Likewise.
22452         (sloww1): Likewise.
22453         (sloww2): Likewise.
22454         (bsloww): Likewise.
22455         (bsloww1): Likewise.
22456         (bsloww2): Likewise.
22457         (cslow2): Likewise.
22458         (csloww): Likewise.
22459         (csloww1): Likewise.
22460         (csloww2): Likewise.
22461         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
22462         range_reduce.  Merge in __mpsin1.
22463         (__mpcos): Likewise.
22464         (__mpsin1): Remove.
22465         (__mpcos1): Likewise.
22467 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
22469         * locale/loadlocale.c (_nl_intern_locale_data): Use
22470         LOCFILE_ALIGNED_P.
22471         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
22472         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
22473         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
22474         obstack data is appropriately aligned.
22475         (obstack_int32_grow_fast): Likewise.
22476         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
22477         * locale/programs/locfile.c (add_locale_uint32): Likewise.
22478         (add_locale_uint32_array): Likewise.
22480 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22482         * benchtests/Makefile: Remove ARGLIST and RET variables.
22483         ($(objpfx)bench-%.c): Pass only function name to the script.
22484         * benchtests/README: Update documentation.
22485         * benchtests/acos-inputs: Add new directives.
22486         * benchtests/acosh-inputs: Likewise.
22487         * benchtests/asin-inputs: Likewise.
22488         * benchtests/asinh-inputs: Likewise.
22489         * benchtests/atan-inputs: Likewise.
22490         * benchtests/atanh-inputs: Likewise.
22491         * benchtests/cos-inputs: Likewise.
22492         * benchtests/cosh-inputs: Likewise.
22493         * benchtests/exp-inputs: Likewise.
22494         * benchtests/log-inputs: Likewise.
22495         * benchtests/pow-inputs: Likewise.
22496         * benchtests/rint-inputs: Likewise.
22497         * benchtests/sin-inputs: Likewise.
22498         * benchtests/sinh-inputs: Likewise.
22499         * benchtests/tan-inputs: Likewise.
22500         * benchtests/tanh-inputs: Likewise.
22501         * scripts/bench.pl: Add support for new directives.
22503 2013-10-07  Alan Modra  <amodra@gmail.com>
22505         * README: Fix careless merge.
22507 2013-10-05  Alan Modra  <amodra@gmail.com>
22509         * NEWS: Mention powerpc64le support and bugs fixed.
22510         * README: Both big-endian and little-endian powerpc64 supported.
22512 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22514         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
22515         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
22516         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
22517         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
22519 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
22521         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
22522         match prototype.
22524 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
22526         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
22527         Move -mhard-float appending from
22528         ports/sysdeps/powerpc/powerpc32/Makefile.
22529         [$(with-fp) = yes] (ASFLAGS): Likewise.
22530         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
22531         * sysdeps/powerpc/nofpu: Move directory from
22532         ports/sysdeps/powerpc/nofpu.
22533         * sysdeps/powerpc/soft-fp: Move directory from
22534         ports/sysdeps/powerpc/soft-fp.
22535         * sysdeps/powerpc/powerpc32/405: Move directory from
22536         ports/sysdeps/powerpc/powerpc32/405.
22537         * sysdeps/powerpc/powerpc32/440: Move directory from
22538         ports/sysdeps/powerpc/powerpc32/440.
22539         * sysdeps/powerpc/powerpc32/464: Move directory from
22540         ports/sysdeps/powerpc/powerpc32/464.
22541         * sysdeps/powerpc/powerpc32/476: Move directory from
22542         ports/sysdeps/powerpc/powerpc32/476.
22543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
22544         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
22545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
22546         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
22547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
22548         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
22549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
22550         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
22551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
22552         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
22553         * README: Update for powerpc-*-linux-gnu software floating point
22554         support in libc.
22556         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
22557         case to powerpc/powerpc32*.
22558         * sysdeps/unix/sysv/linux/configure: Regenerated.
22560         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
22561         (_FPU_MASK_OM): Define as 0x04.
22562         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
22563         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
22564         0x00c10080.
22565         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
22566         0x0000003c.
22567         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
22569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
22570         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22571         getcontext_e500.
22572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
22573         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
22574         setcontext_e500.
22575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
22576         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
22577         and setcontext_e500.
22579 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
22581         * locale/iso-3166.def: Update iso-1366.def and related occurrences
22583 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22585         * manual/threads.texi (Default Thread Attributes): Fix typo.
22587 2013-10-04  Will Newton  <will.newton@linaro.org>
22589         * malloc/Makefile: Add tst-memalign.
22590         * malloc/tst-memalign.c: New file.
22592         * malloc/tst-posix_memalign.c: Add comments.
22593         (do_test): Add comments and call free on all potentially
22594         allocated pointers. Add space after cast.
22596         * malloc/tst-pvalloc.c: Add comments.
22597         (do_test): Add comments and call free on all potentially
22598         allocated pointers. Remove duplicate check for NULL pointer.
22599         Add space after cast.
22601         * malloc/tst-valloc.c: Add comments.
22602         (do_test): Add comments and call free on all potentially
22603         allocated pointers. Remove duplicate check for NULL pointer.
22604         Add space after cast.
22606 2013-10-04  Alan Modra  <amodra@gmail.com>
22608         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22609         Use stdint types in rather than __attribute__((mode())).
22610         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22612 2013-10-04  Alan Modra  <amodra@gmail.com>
22614         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
22615         Correct handling of unaligned relocs for little-endian.
22616         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
22618 2013-10-04  Alan Modra  <amodra@gmail.com>
22620         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
22621         * configure: Regenerate.
22622         * nptl/shlib-versions: Powerpc*le starts at 2.18.
22623         * shlib-versions: Likewise.
22625 2013-10-04  Alan Modra  <amodra@gmail.com>
22627         * string/tester.c (test_memrchr): Increment reported test cycle.
22629 2013-10-04  Alan Modra  <amodra@gmail.com>
22631         * string/test-memcpy.c (do_one_test): When reporting errors, print
22632         string address and don't overrun end of string.
22634 2013-10-04  Alan Modra  <amodra@gmail.com>
22636         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
22637         insrdi.  Make better use of reg selection to speed exit slightly.
22638         Schedule entry path a little better.  Remove useless "are we done"
22639         checks on entry to main loop.  Handle wrapping around zero address.
22640         Correct main loop count.  Handle single left-over word from main
22641         loop inline rather than by using loop_small.  Remove extra word
22642         case in loop_small caused by wrong loop count.  Add little-endian
22643         support.
22644         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
22645         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
22646         cache hint.
22647         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
22648         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
22649         support.  Avoid rlwimi.
22650         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
22652 2013-10-04  Alan Modra  <amodra@gmail.com>
22654         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
22655         insrdi.  Formatting.
22656         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
22657         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22658         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
22659         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22660         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22661         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
22663 2013-10-04  Alan Modra  <amodra@gmail.com>
22665         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
22666         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22667         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
22668         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
22669         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
22670         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22671         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22672         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
22673         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
22674         use of regs.  Use power7 mtocrf.  Tidy function tails.
22676 2013-10-04  Alan Modra  <amodra@gmail.com>
22678         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
22679         Formatting.  Consistently use rXXX register defines or rN defines.
22680         Use early exit labels that avoid restoring unused non-volatile regs.
22681         Make cr field use more consistent with rWORDn compares.  Rename
22682         regs used as shift registers for unaligned loop, using rN defines
22683         for short lifetime/multiple use regs.
22684         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22685         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
22686         addi 1,1,64 to pop stack frame.  Simplify return value code.
22687         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22689 2013-10-04  Alan Modra  <amodra@gmail.com>
22691         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
22692         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
22693         rather than rlwimi.
22694         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
22695         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
22696         little-endian support.  Correct typos.
22697         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
22698         rather than rlwimi.
22699         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
22700         in loop and entry code to keep "and." results.
22701         (strchr): Add little-endian support.  Comment.  Move cntlzd
22702         earlier in tail.
22703         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
22705 2013-10-04  Alan Modra  <amodra@gmail.com>
22707         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
22708         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
22709         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
22710         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
22712 2013-10-04  Alan Modra  <amodra@gmail.com>
22714         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
22715         (rTMP): Define as r11.
22716         (strcmp): Add little-endian support.  Optimise tail.
22717         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
22718         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22719         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
22720         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
22721         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
22722         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
22723         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
22725 2013-10-04  Alan Modra  <amodra@gmail.com>
22727         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
22728         little-endian support.  Remove unnecessary "are we done" tests.
22729         Handle "s" wrapping around zero and extremely large "size".
22730         Correct main loop count.  Handle single left-over word from main
22731         loop inline rather than by using small_loop.  Correct comments.
22732         Delete "zero" tail, use "end_max" instead.
22733         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
22735 2013-10-04  Alan Modra  <amodra@gmail.com>
22737         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
22738         support.  Don't branch over align.
22739         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
22740         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
22741         support.  Rearrange tmp reg use to suit.  Comment.
22742         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
22744 2013-10-04  Alan Modra  <amodra@gmail.com>
22746         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
22748 2013-10-04  Alan Modra  <amodra@gmail.com>
22750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
22751         conditional form of branch and link when obtaining pc.
22752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
22754 2013-10-04  Alan Modra  <amodra@gmail.com>
22756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
22757         HIWORD/LOWORD.
22758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
22759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
22761 2013-10-04  Alan Modra  <amodra@gmail.com>
22763         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
22764         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
22765         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
22766         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
22767         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22768         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22769         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
22770         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22771         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
22772         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
22774 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22775             Alistair Popple <alistair@ozlabs.au.ibm.com>
22776             Alan Modra <amodra@gmail.com>
22778         [BZ #15723]
22779         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
22780         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
22781         _dl_hwcap access for little-endian.
22782         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
22783         destroy vmx regs when saving unaligned.
22784         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
22785         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
22786         destroy vmx regs when saving unaligned.
22788 2013-10-04  Alan Modra  <amodra@gmail.com>
22790         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
22791         Don't use a union to pack hi/low value.
22793 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22795         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
22796         for little-endian.
22797         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22798         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
22799         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22800         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22801         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22803 2013-10-04  Alan Modra  <amodra@gmail.com>
22805         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
22806         constants to usual value for .cst8 section, and remove redundant
22807         high address load.
22808         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
22809         constant for 0x1p52.  Load little-endian words of double from
22810         correct stack offsets.
22812 2013-10-04  Alan Modra  <amodra@gmail.com>
22814         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
22815         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
22816         words of double from correct stack offsets.
22817         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
22818         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
22819         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22820         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22821         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22822         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22823         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22824         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
22825         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
22826         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22827         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22828         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22829         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
22830         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
22831         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
22832         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
22833         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
22835 2013-10-04  Alan Modra  <amodra@gmail.com>
22837         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
22838         64-bit int/double union.
22839         (_FPU_SETCW): Likewise.
22840         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
22841         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
22843 2013-10-04  Alan Modra  <amodra@gmail.com>
22845         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
22846         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
22848 2013-10-04  Alan Modra  <amodra@gmail.com>
22850         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
22851         use vector int constants.
22852         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
22854 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22856         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
22857         array with long long.
22858         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
22859         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
22860         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
22861         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
22862         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
22863         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
22864         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
22865         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
22866         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
22867         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
22868         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
22869         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
22870         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
22872 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
22874         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
22875         (__signbit): Likewise.  Correct for little-endian.
22876         (__signbitl): Call __signbit.
22877         (lrint): Correct for little-endian.
22878         (lrintf): Call lrint.
22880 2013-10-04  Alan Modra  <amodra@gmail.com>
22882         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
22883         union 32-bit int array member with 64-bit int array.
22884         (t515, tm256): Double rather than long double.
22885         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
22887 2013-10-04  Alan Modra  <amodra@gmail.com>
22889         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
22890         Delete.
22891         (IEEE854_LONG_DOUBLE_BIAS): Delete.
22892         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
22893         version of math_ldbl.h.
22895 2013-10-04  Alan Modra  <amodra@gmail.com>
22897         [BZ #15734], [BZ #15735]
22898         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
22899         all uses of ieee875 long double macros and unions.  Simplify test
22900         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
22901         ldbl_extract_mantissa value for ix,iy exponents.  Properly
22902         normalize after ldbl_extract_mantissa, and don't add hidden bit
22903         already handled.  Don't treat low word of ieee854 mantissa like
22904         low word of IBM long double and mask off bit when testing for
22905         zero.
22906         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
22907         all uses of ieee875 long double macros and unions.  Simplify tests
22908         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
22909         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
22910         two1022, instead use their values.  Recognise that tests for large
22911         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
22912         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
22913         Rewrite all uses of ieee875 long double macros and unions.  Simplify
22914         test for 0.0L and nan.  Correct negation.
22915         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
22916         ieee875 long double macros and unions.  Correct output for large
22917         magnitude x.  Correct absolute value calculation.
22918         (__erfcl): Likewise.
22919         * math/libm-test.inc: Add tests for errors discovered in IBM long
22920         double versions of fmodl, remainderl, erfl and erfcl.
22922 2013-10-04  Alan Modra  <amodra@gmail.com>
22924         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
22925         all uses of ieee854 long double macros and unions.  Simplify tests
22926         for long doubles that are fully specified by the high double.
22927         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
22928         Likewise.
22929         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
22930         Remove dead code too.
22931         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
22932         (__ieee754_ynl): Likewise.
22933         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
22934         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
22935         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
22936         Remove dead code too.
22937         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
22938         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
22939         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
22940         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
22941         Simplify.
22942         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
22943         Simplify.
22944         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
22945         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
22946         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
22947         Comment on variable precision.
22948         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
22949         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22950         Likewise.
22951         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
22952         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
22953         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
22954         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
22955         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
22957 2013-10-04  Alan Modra  <amodra@gmail.com>
22959         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
22960         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
22961         all uses of ieee854 long double macros and unions.
22962         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
22963         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22964         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
22965         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
22966         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
22967         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
22968         Likewise.
22969         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
22970         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
22971         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
22972         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
22973         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
22974         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
22975         Simplify sign and nan test too.
22976         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
22977         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
22978         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
22979         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
22980         Likewise.
22981         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
22982         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
22983         Likewise.
22984         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
22985         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
22986         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
22987         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
22988         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
22989         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
22991 2013-10-04  Alan Modra  <amodra@gmail.com>
22993         * stdio-common/printf_size.c (__printf_size): Don't use
22994         union ieee854_long_double in fpnum union.
22995         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
22996         signbit macro to retrieve sign from long double.
22997         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
22998         retrieve sign from long double.
22999         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
23000         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
23001         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
23002         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
23003         * math/test-misc.c (main): Don't use union ieee854_long_double.
23005 2013-10-04  Alan Modra  <amodra@gmail.com>
23007         [BZ #15680]
23008         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
23009         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
23010         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
23011         calculation.  Remove unnecessary test for denormal exponent.
23012         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
23013         Correct handling of denormals.  Avoid undefined shift behaviour.
23014         Correct normalisation of low mantissa when low double is denormal.
23015         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
23016         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
23017         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
23018         Correct normalisation of low mantissa.  Test for overflow of high
23019         mantissa and normalise.
23020         (ldbl_nearbyint): Use more readable constant for two52.
23021         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
23022         (__mpn_construct_long_double): Fix test for overflow of high
23023         mantissa and correct normalisation.  Avoid undefined shift.
23025 2013-10-04  Alan Modra  <amodra@gmail.com>
23027         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
23028         (union ibm_extended_long_double): Define as an array of ieee754_double.
23029         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
23030         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
23031         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
23032         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
23033         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23034         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
23035         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23036         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
23037         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
23038         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
23039         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
23041 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
23043         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
23044         page size instead of calling getpagesize.
23046         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
23047         (LOCFILE_ALIGN_MASK): Likewise.
23048         (LOCFILE_ALIGN_UP): Likewise.
23049         (LOCFILE_ALIGNED_P): Likewise.
23050         * locale/programs/ld-collate.c (collate_output): Use the new
23051         macros instead of __alignof__ (int32_t).
23052         * locale/weight.h (findidx): Likewise.
23054 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
23056         [BZ #431]
23057         * manual/string.texi: Fix strncat and wcsncat.
23059 2013-10-03  Brooks Moses  <bmoses@google.com>
23061         [BZ #15915]
23062         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
23063         * Makerules: ...here, and adjust associated comments.
23065 2013-10-02  Will Newton  <will.newton@linaro.org>
23067         * malloc/Makefile: Add tst-pvalloc.
23068         * malloc/tst-pvalloc.c: New file.
23070 2013-10-02  Will Newton  <will.newton@linaro.org>
23072         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
23073         improve test coverage.
23075 2013-10-02  Will Newton  <will.newton@linaro.org>
23077         * malloc/Makefile: Add tst-posix_memalign.
23078         * malloc/tst-posix_memalign.c: New file.
23080 2013-10-01  Eric Blake  <eblake@redhat.com>
23082         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
23083         Use __THROWNL rather than __THROW on static functions.
23085 2013-09-30  Petr Machata  <pmachata@redhat.com>
23087         * elf/elf.h (R_AARCH64_ABS16): New macro.
23088         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
23089         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
23090         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
23091         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
23092         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
23093         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
23094         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
23095         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
23096         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
23097         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
23098         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
23099         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
23100         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
23101         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
23102         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
23103         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
23104         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
23105         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
23106         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
23107         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
23108         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
23109         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
23110         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
23111         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
23112         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
23113         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
23114         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
23115         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
23116         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
23117         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
23118         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
23119         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
23120         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
23121         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
23122         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
23123         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
23124         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
23125         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
23126         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
23127         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
23128         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
23129         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
23130         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
23131         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
23132         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
23133         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
23134         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
23135         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
23136         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
23137         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
23138         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
23139         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
23140         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
23141         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
23142         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
23143         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
23144         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
23145         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
23146         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
23147         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
23148         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
23149         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
23150         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
23151         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
23152         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
23153         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
23154         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
23155         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
23156         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
23157         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
23158         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
23159         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
23160         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
23161         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
23162         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
23163         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
23164         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
23165         (R_AARCH64_TLSDESC_LDR): Likewise.
23166         (R_AARCH64_TLSDESC_ADD): Likewise.
23167         (R_AARCH64_TLSDESC_CALL): Likewise.
23169 2013-09-30  Andreas Schwab  <schwab@suse.de>
23171         [BZ #15048]
23172         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
23173         the nss database lookup.
23174         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23175         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
23177 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
23179         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
23181 2013-09-28  P. J. McDermott  <pj@pehjota.net>
23183         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
23184         ${Bash-specific parameter/pattern/string} parameter expansion.
23185         * sysdeps/unix/make-syscalls.sh: Likewise.
23187 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
23189         * sysdeps/sh/stackguard-macros.h: New file.
23191 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
23193         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
23194         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
23195         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
23196         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
23197         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
23198         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
23200 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23202         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
23203         Fix thread ID register.
23205 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
23207         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
23208         [POSIX || UNIX98]: Require rather than permitting all symbols from
23209         <time.h>.
23210         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
23211         element of struct sched_param.
23212         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
23213         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
23214         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
23215         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
23216         constant.
23218 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
23220         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
23221         argument calculation.
23223 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23225         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
23226         Expect macro.
23227         [POSIX] (pthread_attr_t): Do not require type.
23228         [POSIX] (pthread_cond_t): Likewise.
23229         [POSIX] (pthread_condattr_t): Likewise.
23230         [POSIX] (pthread_key_t): Likewise.
23231         [POSIX] (pthread_mutex_t): Likewise.
23232         [POSIX] (pthread_mutexattr_t): Likewise.
23233         [POSIX] (pthread_once_t): Likewise.
23234         [POSIX] (pthread_t): Likewise.
23235         [POSIX-based standards] (pthread_atfork): Expect function.
23237 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
23238             Richard Sandiford  <richard@codesourcery.com>
23240         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
23241         (swap_endianness_p): New extern variable.
23242         (set_big_endian): New inline function.
23243         (maybe_swap_uint32): Likewise.
23244         (maybe_swap_uint32_array): Likewise.
23245         (maybe_swap_uint32_obstack): Likewise.
23246         * locale/programs/locfile.c: Include <stdbool.h>.
23247         (swap_endianness_p): New variable.
23248         (add_locale_uint32): Call maybe_swap_uint32.
23249         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
23250         (write_locale_data): Call maybe_swap_uint32_array.
23251         * locale/programs/ld-collate.c (obstack_int32_grow): Call
23252         maybe_swap_uint32.
23253         (obstack_int32_grow_fast): Likewise.
23254         (output_weightwc): Call maybe_swap_uint32_obstack.
23255         (collate_output): Likewise.
23256         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
23257         (OPT_LITTLE_ENDIAN): Likewise.
23258         (options): Add --little-endian and --big-endian options.
23259         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
23260         * locale/programs/locarchive.c: Include "locfile.h".
23261         (GET): New macro.
23262         (SET): Likewise.
23263         (INC): Likewise.
23264         (create_archive): Use the new macros to access fields of
23265         structures directly mapped from or written to locale archives.
23266         (oldlocrecentcmp): Likewise.
23267         (enlarge_archive): Likewise.
23268         (insert_name): Likewise.
23269         (add_alias): Likewise.
23270         (add_locale): Likewise.
23271         (delete_locales_from_archive): Likewise.
23272         (show_archive_content): Likewise.
23273         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
23274         locale data.
23276 2013-09-24  Roland McGrath  <roland@hack.frob.com>
23278         * manual/freemanuals.texi: Updated from (newly) canonical copy at
23279         http://www.gnu.org/doc/freemanuals.texi.
23280         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
23282 2013-09-24  Will Newton  <will.newton@linaro.org>
23284         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
23285         macro.
23287 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
23289         * locale/hashval.h (compute_hashval): Interpret bytes of key as
23290         unsigned char.
23292 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
23294         * manual/threads.texi (POSIX Threads): Fix a typo.
23296 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23298         [BZ #14547]
23299         * string/tst-strcoll-overflow.c: New test case.
23300         * string/Makefile (xtests): Add tst-strcoll-overflow.
23301         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
23302         cache if string sizes may cause integer overflow.
23304         [BZ #14547]
23305         * string/strcoll_l.c (coll_seq): New members rule, idx,
23306         save_idx and back_us.
23307         (get_next_seq_nocache): New function.
23308         (do_compare_nocache): New function.
23309         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
23310         when malloc fails.
23312 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
23314         [BZ #15754]
23315         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
23316         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
23317         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
23319         [BZ #15754]
23320         * elf/Makefile (tests): Add tst-ptrguard1.
23321         (tests-static): Add tst-ptrguard1-static.
23322         (tst-ptrguard1-ARGS): Define.
23323         (tst-ptrguard1-static-ARGS): Define.
23324         * elf/tst-ptrguard1.c: New file.
23325         * elf/tst-ptrguard1-static.c: New file.
23326         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
23327         * sysdeps/i386/stackguard-macros.h: Likewise.
23328         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
23329         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
23330         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
23331         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
23332         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
23333         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
23335 2013-09-23  Hector Marco  <hecmargi@upv.es>
23336             Ismael Ripoll  <iripoll@disca.upv.es>
23337             Carlos O'Donell  <carlos@redhat.com>
23339         [BZ #15754]
23340         * sysdeps/generic/stackguard-macros.h: Define
23341         __pointer_chk_guard_local and POINTER_CHK_GUARD.
23342         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
23343         Define __pointer_chk_guard_local.
23344         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
23345         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
23347 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
23349         [BZ #15859]
23350         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
23352 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
23354         * include/string.h (__ffs): Declare as hidden.
23355         * string/ffs.c (__ffs): Define as hidden.
23356         * sysdeps/i386/ffs.c (__ffs): Likewise.
23357         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23358         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
23359         * sysdeps/s390/ffs.c (__ffs): Likewise.
23360         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
23362 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
23364         * NEWS: Mention malloc probes.
23366         * malloc/arena.c (new_heap): New memory_heap_new probe.
23367         (grow_heap): New memory_heap_more probe.
23368         (shrink_heap): New memory_heap_less probe.
23369         (heap_trim): New memory_heap_free probe.
23370         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
23371         (systrim): New memory_sbrk_less probe.
23372         * manual/probes.texi: Document them.
23374         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
23375         * manual/probes.texi: Document it.
23377         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
23378         (__libc_realloc): Add memory_realloc_retry probe.
23379         (__libc_memalign): Add memory_memalign_retry probe.
23380         (__libc_valloc): Add memory_valloc_retry probe.
23381         (__libc_pvalloc): Add memory_pvalloc_retry probe.
23382         (__libc_calloc): Add memory_calloc_retry probe.
23383         * manual/probes.texi: Document them.
23385         * malloc/arena.c (get_free_list): Add probe
23386         memory_arena_reuse_free_list.
23387         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
23388         and memory_arena_reuse.
23389         (arena_get2) [!PER_THREAD]: Likewise.
23390         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
23391         memory_arena_reuse_realloc.
23392         * manual/probes.texi: Document them.
23394         * malloc/malloc.c (__libc_free): Add
23395         memory_mallopt_free_dyn_thresholds probe.
23396         (__libc_mallopt): Add multiple memory_mallopt probes.
23397         * manual/probes.texi: Document them.
23399         * malloc/malloc.c: Include stap-probe.h.
23400         (__libc_mallopt): Add memory_mallopt probe.
23401         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
23402         * manual/probes.texi: New.
23403         * manual/Makefile (chapters): Add probes.
23404         * manual/threads.texi: Set next node.
23406 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
23408         [BZ #15963, #13985]
23409         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
23410         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
23411         Add `Chinese' to `nan' entry name.
23413 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23415         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
23416         (POLYNOMIAL): Likewise.
23417         (TAYLOR_SINCOS): Likewise.
23418         (TAYLOR_SLOW): Likewise.
23419         (__sin): Use TAYLOR_SINCOS.
23420         (__cos): Likewise.
23421         (slow): Use TAYLOR_SLOW.
23422         (sloww): Likewise.
23423         (bsloww): Likewise.
23424         (csloww): Likewise.
23426 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23428         * stdlib/strtod_l.c: Fix buffer overrun.
23430 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23432         * benchtests/Makefile (bench): Add sincos.
23433         * benchtests/bench-sincos.c: New file.
23435         * math/libm-test.inc (cos_test_data): New test inputs.
23436         (sin_test_data): Likewise.
23438         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
23439         macro.
23440         (__sin): Use it.
23441         (__cos): Likewise.
23442         (slow1): Likewise.
23443         (slow2): Likewise.
23444         (sloww1): Likewise.
23445         (sloww2): Likewise.
23446         (bsloww1): Likewise.
23447         (bsloww2): Likewise.
23448         (cslow2): Likewise.
23449         (csloww1): Likewise.
23450         (csloww2): Likewise.
23452         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
23453         function.
23454         (__sin): Use it.
23455         (__cos): Likewise.
23457         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
23458         gotos.
23459         (__cos): Likewise.
23461 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
23463         * config.h.in (HAVE_MIPS_NAN2008): New macro.
23464         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
23465         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
23466         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
23467         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
23468         * elf/cache.c (print_entry): Handle the new cache flags.
23470 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23471             Aldy Hernandez  <aldyh@redhat.com>
23473         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
23474         Change condition to [_SOFT_FLOAT].
23475         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
23476         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
23477         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
23478         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
23479         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
23480         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
23481         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
23482         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
23483         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
23484         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
23485         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
23486         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
23487         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
23488         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
23489         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
23490         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
23491         declaration.
23493 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
23495         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
23496         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23497         (__longjmp): Use LOAD_GP to load saved GPRs.
23498         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
23499         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
23500         (__sigsetjmp): Use SAVE_GP to save GPRs.
23502         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
23503         Do not append -msoft-float.
23504         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
23506 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23508         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
23510 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
23512         [BZ #15966]
23513         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
23514         (_FPU_GETCW): Use initial "__" on variable and field names but not
23515         on macro parameter name.
23516         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
23517         parentheses around reference to macro parameter.
23519 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
23521         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
23522         prototype.
23523         (ctype_startup): Use uint32_t in cast and sizeof for
23524         ctype->charnames.
23526 2013-09-11  Jia Liu  <proljc@gmail.com>
23528         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
23529         __daddr_t_defined.
23530         [__FreeBSD__]: Likewise.
23532 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
23534         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23535         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
23536         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
23537         (strchr): Remove __strchr_sse42 ifunc selection.
23538         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
23539         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
23541 2013-09-11  Will Newton  <will.newton@linaro.org>
23543         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
23544         parameter to RES. Remove hardcoded 1000 value.
23545         * benchtests/bench-skeleton.c (main): Pass RES parameter
23546         to TIMING_INIT and multiply result by 1000.
23548 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23552 2013-09-11  Andreas Schwab  <schwab@suse.de>
23554         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
23555         if not defined.
23556         (O_TMPFILE) [__USE_GNU]: Define.
23557         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
23558         Define.
23560 2013-09-11  Will Newton  <will.newton@linaro.org>
23562         [BZ #15857]
23563         * malloc/malloc.c (__libc_memalign): Check the value of bytes
23564         does not overflow.
23566 2013-09-11  Will Newton  <will.newton@linaro.org>
23568         [BZ #15856]
23569         * malloc/malloc.c (__libc_valloc): Check the value of bytes
23570         does not overflow.
23572 2013-09-11  Will Newton  <will.newton@linaro.org>
23574         [BZ #15855]
23575         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
23576         does not overflow.
23578 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
23580         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
23581         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23582         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23583         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23584         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23586 2013-09-10  Allan McRae  <allan@archlinux.org>
23588         [BZ #15748]
23589         * manual/arith.texi (Parsing of Floats): Clarify
23590         cross-reference.
23592         [BZ #15849]
23593         * manual/install.texi (Running make install): Mention
23594         --enable-pt-chown.
23595         * INSTALL: Regenerated.
23597 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
23599         * csu/init-first.c (_init): Remove the !SHARED condition around
23600         FPU control word initialization.
23601         * elf/dl-support.c (_dl_fpu_control): New variable.
23602         (_dl_aux_init) <AT_FPUCW>: Initialize it.
23603         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
23604         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
23605         * math/test-fpucw-static.c: New file.
23606         * math/test-fpucw-ieee.c: New file.
23607         * math/test-fpucw-ieee-static.c: New file.
23608         * math/Makefile (tests): Add `test-fpucw-ieee' and
23609         `$(tests-static)'.
23610         (tests-static): New variable.
23611         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
23612         dependency to...
23613         [($(build-shared),yes)]
23614         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
23615         ... this.
23616         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
23617         New dependency.
23619 2013-09-09  Allan McRae  <allan@archlinux.org>
23621         [BZ #15939]
23622         * manual/string.texi (Collation Functions): Fix typo in
23623         strcoll example.
23624         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
23626         [BZ #15893]
23627         * stdlib/isomac.c (get_null_defines): Fix memory leak.
23629         [BZ #15892]
23630         * libio/memstream.c (open_memstream): Fix memory leak.
23631         * libio/wmemstream.c (open_wmemstream): Likewise.
23633         [BZ #15895]
23634         * nscd/netgroupcache.c: Fix nesting of ifdefs.
23636 2013-09-09  Will Newton  <will.newton@linaro.org>
23638         * malloc/Makefile: Add tst-realloc to tests.
23639         * malloc/tst-realloc.c: New file.
23641 2013-09-09  Allan McRae  <allan@archlinux.org>
23643         [BZ #15844]
23644         * COPYING: Update from GNU website to fix FSF address.
23645         * COPYING.LIB: Likewise.
23647 2013-09-06  David S. Miller  <davem@davemloft.net>
23649         * po/zh_TW.po: Update Chinese (traditional) translation from
23650         translation project.
23652 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
23653             Joseph Myers  <joseph@codesourcery.com>
23655         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
23656         "localeinfo.h".
23657         (obstack_chunk_alloc): New macro.
23658         (obstack_chunk_free): Likewise.
23659         (record_offset): New function.
23660         (init_locale_data): Likewise.
23661         (align_locale_data): Likewise.
23662         (add_locale_empty): Likewise.
23663         (add_locale_raw_data): Likewise.
23664         (add_locale_raw_obstack): Likewise.
23665         (add_locale_string): Likewise.
23666         (add_locale_wstring): Likewise.
23667         (add_locale_uint32): Likewise.
23668         (add_locale_uint32_array): Likewise.
23669         (add_locale_char): Likewise.
23670         (start_locale_structure): Likewise.
23671         (end_locale_structure): Likewise.
23672         (start_locale_prelude): Likewise.
23673         (end_locale_prelude): Likewise.
23674         (write_locale_data): Take locale_file structure rather than an
23675         iovec.
23676         * locale/programs/locfile.h: Include "obstack.h".
23677         (struct locale_file): Change to store locale file contents instead
23678         of header.
23679         (init_locale_data): New prototype.
23680         (align_locale_data): Likewise.
23681         (add_locale_empty): Likewise.
23682         (add_locale_raw_data): Likewise.
23683         (add_locale_raw_obstack): Likewise.
23684         (add_locale_string): Likewise.
23685         (add_locale_wstring): Likewise.
23686         (add_locale_uint32): Likewise.
23687         (add_locale_uint32_array): Likewise.
23688         (add_locale_char): Likewise.
23689         (start_locale_structure): Likewise.
23690         (end_locale_structure): Likewise.
23691         (start_locale_prelude): Likewise.
23692         (end_locale_prelude): Likewise.
23693         (write_locale_data): Update prototype.
23694         * locale/programs/3level.h (struct TABLE): Remove result field.
23695         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
23696         Use new locale_file interface.
23697         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
23698         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
23699         * locale/programs/ld-address.c (address_output): Use new
23700         locale_file interface.
23701         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
23702         NO_ADD_LOCALE.
23703         (collate_finish): Don't call collseq_table_finalize.
23704         (collate_output): Use new locale_file interface.
23705         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
23706         in file.
23707         (NO_FINALIZE): Change to NO_ADD_LOCALE.
23708         (TABLE): Move defines earlier in file.
23709         (ELEMENT): Likewise.
23710         (DEFAULT): Likewise.
23711         (wctrans_table_add): Move macro and inline function earlier in
23712         file.
23713         (struct wctype_table): Move type earlier in file.
23714         (add_locale_wctype_table): New static prototype.
23715         (struct locale_ctype_t): Use logical types instead of struct iovec
23716         pointers for members.
23717         (ctype_output): Use new locale_file interface.
23718         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
23719         new locale_file interface.
23720         (allocate_arrays): Update for use of new locale_file interface.
23721         * locale/programs/ld-identification.c (identification_output): Use
23722         new locale_file interface.
23723         * locale/programs/ld-measurement.c (measurement_output): Likewise.
23724         * locale/programs/ld-messages.c (messages_output): Likewise.
23725         * locale/programs/ld-monetary.c (monetary_output): Likewise.
23726         * locale/programs/ld-name.c (name_output): Likewise.
23727         * locale/programs/ld-numeric.c (numeric_output): Likewise.
23728         * locale/programs/ld-paper.c (paper_output): Likewise.
23729         * locale/programs/ld-telephone.c (telephone_output): Likewise.
23730         * locale/programs/ld-time.c (time_output): Likewise.
23732 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23734         * benchtests/Makefile: Add memrchr benchmark.
23735         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
23736         benchmark as memrchr.
23737         * benchtests/bench-memrchr-ifunc.c: New file.
23738         * benchtests/bench-memrchr.c: New file.
23740 2013-09-06   Will Newton  <will.newton@linaro.org>
23742         * benchtests/Makefile (string-bench): Add memcpy.
23744 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
23745             Cong Wang  <amwang@redhat.com>
23747         [BZ #15850]
23748         * sysdeps/unix/sysv/linux/bits/in.h
23749         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
23750         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
23751         before __USE_KERNEL_IPV6_DEFS uses.
23752         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
23753         IPPROTO_BEETPH.
23754         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
23755         sockaddr_in6, or ipv6_mreq.
23757 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23759         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
23760         memory access for final bytes in some large inputs.
23761         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
23763 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23765         * string/test-memrchr.c: New file.
23766         * string/test-memrchr-ifunc.c: New file.
23767         * string/Makefile: Add new memrchr testcase.
23769 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
23771         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
23772         fanotify_init returns EPERM.
23774 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23776         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
23777         errors.
23778         (top level): Treat second token from macro or constant entries for
23779         allowed headers as allowed.
23780         * include/complex.h: Condition internal declarations on
23781         [!_ISOMAC].
23782         * include/fenv.h: Condition include of <stdbool.h> and internal
23783         declarations on [!_ISOMAC].
23785 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
23787         [BZ #15923]
23788         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
23790 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
23792         * configure.in (--enable-versioning): Remove configure option.
23793         (libc_cv_asm_symver_directive): Remove configure test.
23794         (libc_cv_ld_version_script_option): Likewise.
23795         (VERSIONING): Remove variable and AC_SUBST.
23796         (DO_VERSIONING): Remove AC_DEFINE.
23797         * configure: Regenerated.
23798         * config.h.in (DO_VERSIONING): Remove macro.
23799         * Makerules [$(versioning) = yes]: Change conditionals to
23800         [$(build-shared) = yes].
23801         * config.make.in (versioning): Remove variable.
23802         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
23803         [$(build-shared) = yes].
23804         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
23805         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
23806         * elf/Makefile [$(versioning) = yes]: Change conditionals to
23807         [$(build-shared) = yes].
23808         * extra-lib.mk [$(versioning) = yes]: Likewise.
23809         * hurd/Makefile [$(versioning) = yes]: Likewise.
23810         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
23811         [SHARED].
23812         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
23813         [SHARED].
23814         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23815         [SHARED && !NO_HIDDEN].
23816         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
23817         [SHARED].
23818         [SHARED && DO_VERSIONING]: Likewise..
23819         * libio/Makefile [$(versioning) = yes]: Change conditionals to
23820         [$(build-shared) = yes].
23821         * manual/install.texi (--disable-versioning): Remove
23822         documentation.
23823         * INSTALL: Regenerated.
23824         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
23825         to [SHARED].
23826         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
23827         [$(build-shared) = yes].
23828         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
23829         * sysdeps/i386/i686/multiarch/strstr-c.c
23830         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
23831         [SHARED && !NO_HIDDEN].
23832         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
23833         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
23834         * sysdeps/powerpc/powerpc32/dl-machine.c
23835         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
23836         * sysdeps/powerpc/powerpc32/sysdep.h
23837         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
23838         to [SHARED && PIC && !NO_HIDDEN].
23839         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
23840         conditional to [SHARED].
23842 2013-09-04   Will Newton  <will.newton@linaro.org>
23844         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
23845         * benchtests/bench-string.h: Include bench-timing.h instead
23846         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
23847         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
23848         call to HP_TIMING_DIFF_INIT.
23849         * benchtests/bench-memccpy.c: Use bench-timing.h macros
23850         instead of hp-timing.h macros.
23851         * benchtests/bench-memchr.c: Likewise.
23852         * benchtests/bench-memcmp.c: Likewise.
23853         * benchtests/bench-memcpy.c: Likewise.
23854         * benchtests/bench-memmem.c: Likewise.
23855         * benchtests/bench-memmove.c: Likewise.
23856         * benchtests/bench-memset.c: Likewise.
23857         * benchtests/bench-rawmemchr.c: Likewise.
23858         * benchtests/bench-strcasecmp.c: Likewise.
23859         * benchtests/bench-strcasestr.c: Likewise.
23860         * benchtests/bench-strcat.c: Likewise.
23861         * benchtests/bench-strchr.c: Likewise.
23862         * benchtests/bench-strcmp.c: Likewise.
23863         * benchtests/bench-strcpy.c: Likewise.
23864         * benchtests/bench-strcpy_chk.c: Likewise.
23865         * benchtests/bench-strlen.c: Likewise.
23866         * benchtests/bench-strncasecmp.c: Likewise.
23867         * benchtests/bench-strncat.c: Likewise.
23868         * benchtests/bench-strncmp.c: Likewise.
23869         * benchtests/bench-strncpy.c: Likewise.
23870         * benchtests/bench-strnlen.c: Likewise.
23871         * benchtests/bench-strpbrk.c: Likewise.
23872         * benchtests/bench-strrchr.c: Likewise.
23873         * benchtests/bench-strspn.c: Likewise.
23874         * benchtests/bench-strstr.c: Likewise.
23876 2013-09-04  Will Newton  <will.newton@linaro.org>
23878         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
23880 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
23882         [BZ #15427]
23883         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
23884         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
23885         * math/libm-test.inc (lgamma_test_data): Add more tests.
23886         * sysdeps/i386/fpu/libm-test-ulps: Update.
23887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23889 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
23891         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
23892         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23893         Add ifunc.
23894         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23895         Add strcmp-sse2-unaligned
23896         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
23898 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23900         * Versions.def (libc): Add GLIBC_2.19.
23902 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
23904         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
23905         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
23907 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
23909         [BZ #14155]
23910         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
23911         intermediate calculations in recurrence.
23912         (__ieee754_ynf): Likewise.
23913         * math/libm-test.inc (jn_test_data): Do not allow spurious
23914         underflow exception.  Add more tests.
23915         (yn_test_data): Add more tests.
23916         * sysdeps/i386/fpu/libm-test-ulps: Update.
23917         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23919 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
23921         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
23923 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23925         * csu/init-first.c: Fix then/than typos.
23926         * locale/programs/ld-collate.c: Likewise.
23927         * locale/programs/linereader.h: Likewise.
23928         * manual/charset.texi: Likewise.
23929         * manual/filesys.texi: Likewise.
23930         * manual/stdio.texi: Likewise.
23931         * manual/string.texi: Likewise.
23932         * stdlib/fmtmsg.c: Likewise.
23933         * sysdeps/i386/stpncpy.S: Likewise.
23934         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23935         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23936         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23937         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23939 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
23941         * elf/dl-open.c: Fix typos.
23942         * iconvdata/gbbig5.c: Likewise.
23943         * iconvdata/iso-2022-jp.c: Likewise.
23944         * iconv/gconv_int.h: Likewise.
23945         * iconv/loop.c: Likewise.
23946         * nis/rpcsvc/nis.h: Likewise.
23947         * resolv/ns_name.c: Likewise.
23948         * stdio-common/vfscanf.c: Likewise.
23949         * streams/stropts.h: Likewise.
23950         * sunrpc/rpc_thread.c: Likewise.
23951         * sysdeps/i386/strpbrk.S: Likewise.
23952         * sysdeps/ieee754/k_standard.c: Likewise.
23953         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23954         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23955         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
23956         * sysdeps/mach/hurd/profil.c: Likewise.
23957         * sysdeps/s390/dl-procinfo.h: Likewise.
23958         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
23959         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
23960         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
23961         * sysdeps/x86_64/dl-trampoline.S: Likewise.
23962         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
23964 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
23966         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
23967         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
23969 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
23971         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
23972         aix specific files.
23973         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
23974         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
23975         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
23976         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
23977         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
23978         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
23979         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
23980         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
23982 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23983             Roland McGrath  <roland@hack.frob.com>
23985         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
23986         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
23988 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23990         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
23991         __executable_start symbol instead of _start.
23993 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
23995         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
23996         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
23997         Move macros to...
23998         * sysdeps/gnu/ldsodefs.h: ... this new file.
24000         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
24001         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
24002         instead of ELFOSABI_LINUX.
24004         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
24005         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
24006         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
24007         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
24008         Likewise.
24009         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
24010         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
24011         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
24012         Likewise.
24013         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24014         (ibm_extended_long_double): Add ieee_nan member.
24015         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
24016         (do_test): New function.
24018         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
24019         TEST_TRUNC.
24020         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
24021         functions, renamed from truncdfsf_test, trunctfsf_test,
24022         trunctfdf_test.
24023         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
24024         functions.
24025         (do_test): Run all these.
24027 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
24029         * argp/argp-help.c: Fix typos.
24030         * argp/argp-parse.c: Likewise.
24031         * debug/backtracesyms.c: Likewise.
24032         * elf/elf.h: Likewise.
24033         * malloc/malloc.c: Likewise.
24034         * nis/nis_print.c: Likewise.
24035         * resolv/res_comp.c: Likewise.
24036         * stdlib/stdlib.h: Likewise.
24037         * sunrpc/clnt_tcp.c: Likewise.
24038         * sunrpc/clnt_udp.c: Likewise.
24039         * sunrpc/clnt_unix.c: Likewise.
24040         * sysdeps/unix/bsd/ptsname.c: Likewise.
24041         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
24042         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
24043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
24044         Likewise.
24045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
24046         Likewise.
24047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
24048         Likewise.
24049         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24051 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24053         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
24054         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24056 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
24058         [BZ #15897]
24059         * dlfcn/Makefile (tests): Add bug-dl-leaf.
24060         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
24061         ($(objpfx)bug-dl-leaf): New rule.
24062         ($(objpfx)bug-dl-leaf.so): Likewise.
24063         ($(objpfx)bug-dl-leaf.out): Likewise.
24064         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
24065         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
24066         * dlfcn/bug-dl-leaf.c: New test.
24067         * dlfcn/bug-dl-leaf-lib.c: Likewise.
24068         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
24069         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
24070         (dlclose): Likewise.
24071         (dlmopen): Likewise.
24073 2013-08-27  Roland McGrath  <roland@hack.frob.com>
24075         * include/netdb.h [!_ISOMAC]:
24076         Don't include <tls.h>.
24077         (h_errno, __libc_h_errno): Move declaration and macros out of
24078         [_LIBC_REENTRANT].
24080         * include/resolv.h [_RESOLV_H_]:
24081         Don't include <tls.h>.
24082         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
24083         * resolv/res_libc.c: Don't include <tls.h>.
24084         (_res): Use __attribute__ ((nocommon)) in place of
24085         __attribute__ ((section (".bss"))).
24087         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
24088         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
24090         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
24092         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
24093         only under [SIOCGIFCONF && SIOCGIFNETMASK].
24095         * resolv/res_mkquery.c: Include <sys/time.h>.
24097         * inet/ifreq.c: Moved to ...
24098         * sysdeps/unix/ifreq.c: ... here.
24099         * inet/ifreq.c: New file, true stub version.
24101         * socket/sa_len.c: New file.
24102         * socket/Makefile (aux): Add it.
24103         * sysdeps/unix/sysv/linux/Makefile
24104         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
24105         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
24106         and #include <socket/sa_len.c>.
24107         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
24108         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
24110         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
24111         * bits/socket.h: ... here.
24113         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
24114         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
24115         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
24117 2013-08-27  Andreas Schwab  <schwab@suse.de>
24119         [BZ #15736]
24120         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
24121         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
24122         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
24123         * string/test-strcasecmp.c (test_main): Run tests in several
24124         locales.
24125         * string/test-strncasecmp.c (test_main): Likewise.
24127         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
24128         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
24129         to __strcasecmp_nonascii and __strncasecmp_nonascii.
24130         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
24131         (__strncasecmp_ssse3) [PIC]: Likewise.
24133 2013-08-26  Roland McGrath  <roland@hack.frob.com>
24135         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
24137         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
24138         instead of explicitly declaring xdecrypt.
24139         * nis/nss_nis/nis-publickey.c: Likewise.
24141 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24143         [BZ #15890]
24144         * nscd/aicache.c: Include res_hconf.h.
24145         (addhstaiX): Initialize res_hconf.
24147 2013-08-26  Andreas Schwab  <schwab@suse.de>
24149         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
24150         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
24152 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24154         * nscd/aicache.c (addhstaiX): Fix indentation.
24156 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
24158         * configure.ac: Quote $build_pt_chown test.
24159         * configure: Regenerated.
24161 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
24163         [BZ #15532]
24164         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
24165         * math/s_cexpf.c (__cexpf): Likewise.
24166         * math/s_cexpl.c (__cexpl): Likewise.
24167         * math/libm-test.inc (cexp_test_data): Correct expected return
24168         value for NaN + i0.  Add another test.
24170 2013-08-22  David S. Miller  <davem@davemloft.net>
24172         * po/ca.po: Update Catalan translation from translation project.
24173         * po/uk.po: Add Ukrainian translations from translation project.
24175 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
24177         [BZ #15797]
24178         * math/s_fdim.c (__fdim): Check for infinite arguments if result
24179         is infinite, not alongside NaN test.
24180         * math/s_fdimf.c (__fdimf): Likewise.
24181         * math/s_fdiml.c (__fdiml): Likewise.
24182         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
24183         errno is unchanged.
24185 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
24187         * argp/argp-help.c: Fix typos.
24188         * crypt/speeds.c: Likewise.
24189         * csu/check_fds.c: Likewise.
24190         * elf/dl-load.c: Likewise.
24191         * elf/dl-open.c: Likewise.
24192         * elf/reldep3.c: Likewise.
24193         * elf/reldep.c: Likewise.
24194         * elf/sprof.c: Likewise.
24195         * iconv/iconv_charmap.c: Likewise.
24196         * iconv/skeleton.c: Likewise.
24197         * iconv/strtab.c: Likewise.
24198         * io/lockf64.c: Likewise.
24199         * libio/libioP.h: Likewise.
24200         * resolv/gai_notify.c: Likewise.
24201         * resolv/ns_name.c: Likewise.
24202         * resolv/ns_samedomain.c: Likewise.
24203         * resolv/res_send.c: Likewise.
24204         * stdlib/random.c: Likewise.
24205         * sunrpc/rpc/xdr.h: Likewise.
24206         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
24207         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24208         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24209         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24210         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24211         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24212         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24213         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24214         * sysdeps/mach/hurd/check_fds.c: Likewise.
24215         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
24216         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24217         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24218         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
24219         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24220         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
24221         * sysdeps/pthread/aio_notify.c: Likewise.
24222         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
24223         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
24224         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
24225         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
24226         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
24228 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24230         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
24231         version if bit_Slow_SSE4_2 is set.
24232         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24233         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24235 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24237         [BZ #15867]
24238         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
24239         trampoline stack frame information.
24240         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
24241         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
24242         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
24243         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
24244         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
24245         * sysdeps/unix/sysv/linux/powerpc/init-first.c
24246         (_libc_vdso_platform_setup): Initialize the signal trampolines.
24247         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
24248         sa_flags value.
24249         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
24250         interrupting a syscall and set with option SA_SIGINFO.
24252 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24254         [BZ #15531]
24255         * math/s_cproj.c (__cproj): Only return an infinity if one part of
24256         argument is infinite.
24257         * math/s_cprojf.c (__cprojf): Likewise.
24258         * math/s_cprojl.c (__cprojl): Likewise.
24259         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
24260         * math/libm-test.inc (cproj_test_data): Add more tests.
24262         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
24264         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
24265         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
24266         size.  Use __ffs to determine corresponding shift.
24268 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
24269             Roland McGrath  <roland@hack.frob.com>
24271         * Makefile (INSTALL): Remove trailing blank lines from output of
24272         makeinfo.
24274 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24276         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
24277         Align 32 bit compat elf_greg to 8 bytes.
24279 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
24281         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
24283 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24285         * string/strcoll_l.c (coll_seq): New structure.
24286         (get_next_seq_cached): New function.
24287         (get_next_seq): New function.
24288         (do_compare): New function.
24289         (STRCOLL): Use GNU style definition.  Simplify implementation
24290         by using get_next_seq, get_next_seq_cached and do_compare.
24292 2013-08-16  Florian Weimer  <fweimer@redhat.com>
24294         [BZ #14699]
24295         CVE-2013-4237
24296         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
24297         member.
24298         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
24299         member.
24300         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
24301         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
24302         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
24303         conditional.
24304         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
24305         GETDENTS_64BIT_ALIGNED.
24306         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
24307         * manual/filesys.texi (Reading/Closing Directory): Document
24308         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
24309         strongly.
24310         * manual/conf.texi (Limits for Files): Add portability note to
24311         NAME_MAX, PATH_MAX.
24312         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
24314 2013-08-13  Andreas Schwab  <schwab@suse.de>
24316         [BZ #15749]
24317         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
24318         of fabs.
24319         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
24320         LDBL_MAX_EXP >= 16384]: Add tests for it.
24322 2013-08-12  David S. Miller  <davem@davemloft.net>
24324         * version.h (RELEASE): Set to "development".
24325         (VERSION): Set to "2.18.90".
24326         * NEWS: Add 2.19 section.
24328 2013-08-03  David S. Miller  <davem@davemloft.net>
24330         * po/ko.po: Update Korean translation from translation project.
24332 2013-08-01  David S. Miller  <davem@davemloft.net>
24334         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
24335         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
24336         Bilka.
24338 2013-07-30  David S. Miller  <davem@davemloft.net>
24340         * po/fr.po: Update French translation from translation project.
24342 2013-07-28  David S. Miller  <davem@davemloft.net>
24344         * po/cs.po: Update Czech translation from translation project.
24346         * po/sv.po: Update Swedish translation from translation project.
24348 2013-07-27  David S. Miller  <davem@davemloft.net>
24350         * po/eo.po: Update Esperanto translation from translation project.
24352         * po/vi.po: Update Vietnamese translation from translation project.
24354         * po/de.po: Update German translation from translation project.
24356 2013-07-26  David S. Miller  <davem@davemloft.net>
24358         * po/bg.po: Update Bulgarian translation from translation project.
24360         * po/nl.po: Update Dutch translation from translation project.
24361         * po/pl.po: Update Polish translation from translation project.
24362         * po/ru.po: Update Russian translation from translation project.
24364 2013-07-24  David S. Miller  <davem@davemloft.net>
24366         * po/libc.pot: Update.
24368 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24370         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
24371         variable page size.
24372         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
24373         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
24374         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
24376 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24378         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
24380 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24381             Andreas Schwab  <schwab@suse.de>
24382             Roland McGrath  <roland@hack.frob.com>
24383             Joseph Myers  <joseph@codesourcery.com>
24384             Carlos O'Donell  <carlos@redhat.com>
24386         [BZ #15755]
24387         * config.h.in: Define HAVE_PT_CHOWN.
24388         * config.make.in (build-pt-chown): New variable.
24389         * configure.in (--enable-pt_chown): New configure option.
24390         * configure: Regenerate.
24391         * login/Makefile: Include Makeconfig.  Build pt_chown only if
24392         build-pt-chown is enabled.
24393         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
24394         pt_chown to fix pty ownership.
24395         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
24396         CLOSE_ALL_FDS.
24397         * manual/install.texi (Configuring and compiling): Mention
24398         --enable-pt_chown. Add @findex for grantpt.
24399         * INSTALL: Regenerate.
24401 2013-07-20  David S. Miller  <davem@davemloft.net>
24403         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
24404         difference between 32-bit and 64-bit.
24406 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
24408         [BZ #15711]
24409         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
24410         Avoid system header dependency with -ffreestanding.
24411         ($(objpfx)bits/syscall%d): Likewise.
24413 2013-07-13  David S. Miller  <davem@davemloft.net>
24415         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
24416         underflows from atanl/atan2l due to bug 15319.
24417         (casinh_test_data): Likewise.
24419 2013-07-07  David S. Miller  <davem@davemloft.net>
24421         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
24423 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
24425         * sysdeps/i386/fpu/libm-test-ulps: Update.
24426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24428 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24430         * configure.in (--enable-lock-elision): Fix message text.
24431         * INSTALL: Regenerate.
24432         * configure: Regenerate.
24434 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24438 2013-07-03  Andreas Jaeger  <aj@suse.de>
24440         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
24441         define.
24442         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
24443         (ptrace_peeksiginfo_args): Add.
24444         (__ptrace_peeksiginfo_flags): Add.
24445         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
24446         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
24447         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
24449 2013-07-03  Allan McRae  <allan@archlinux.org>
24451         * sysdeps/i386/fpu/libm-test-ulps: Update.
24453 2013-07-02  David S. Miller  <davem@davemloft.net>
24455         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24457 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
24459         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24461 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24463         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
24464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24466 2013-07-02  Andi Kleen <ak@linux.intel.com>
24468         * config.h.in (ENABLE_LOCK_ELISION): Add.
24469         * configure.in (--enable-lock-elision): Add option.
24470         * manual/install.texi: Document --enable lock elision.
24471         * configure: Regenerate
24472         * INSTALL: Regenerate.
24474 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
24476         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
24477         SSE4.2 strcasecmp for libc.a.
24478         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
24480 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
24482         [BZ #13304]
24483         * soft-fp/op-common.h (_FP_FMA): New macro.
24484         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
24485         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
24486         (_FP_MUL_MEAT_1_imm): ... here.
24487         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
24488         (_FP_MUL_MEAT_1_wide): ... here.
24489         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
24490         (_FP_MUL_MEAT_1_hard): ... here.
24491         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
24492         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
24493         (_FP_MUL_MEAT_2_wide): ... here.
24494         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
24495         (_FP_MUL_MEAT_2_wide_3mul): ... here.
24496         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
24497         (_FP_MUL_MEAT_2_gmp): ... here.
24498         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
24499         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
24500         (_FP_MUL_MEAT_4_wide): ... here.
24501         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
24502         (_FP_MUL_MEAT_4_gmp): ... here.
24503         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
24504         (_FP_WFRACBITS_DW_S): Likewise.
24505         (_FP_WFRACXBITS_DW_S): Likewise.
24506         (_FP_HIGHBIT_DW_S): Likewise.
24507         (FP_FMA_S): Likewise.
24508         (_FP_FRAC_HIGH_DW_S): Likewise.
24509         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
24510         (_FP_WFRACBITS_DW_D): Likewise.
24511         (_FP_WFRACXBITS_DW_D): Likewise.
24512         (_FP_HIGHBIT_DW_D): Likewise.
24513         (FP_FMA_D): Likewise.
24514         (_FP_FRAC_HIGH_DW_D): Likewise.
24515         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
24516         (_FP_WFRACBITS_DW_E): Likewise.
24517         (_FP_WFRACXBITS_DW_E): Likewise.
24518         (_FP_HIGHBIT_DW_E): Likewise.
24519         (FP_FMA_E): Likewise.
24520         (_FP_FRAC_HIGH_DW_E): Likewise.
24521         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
24522         (_FP_WFRACBITS_DW_Q): Likewise.
24523         (_FP_WFRACXBITS_DW_Q): Likewise.
24524         (_FP_HIGHBIT_DW_Q): Likewise.
24525         (FP_FMA_Q): Likewise.
24526         (_FP_FRAC_HIGH_DW_Q): Likewise.
24527         * soft-fp/fmasf4.c: New file.
24528         * soft-fp/fmadf4.c: Likewise.
24529         * soft-fp/fmatf4.c: Likewise.
24531 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24533         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
24534         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
24535         Silvermont.
24536         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
24537         macro.
24538         (index_Slow_SSE4_2): Likewise.
24539         (index_Prefer_PMINUB_for_stringop): Likewise.
24540         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
24541         bit_Slow_SSE4_2 is set.
24542         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
24543         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24545 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24547         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
24548         rtld_global._dl_hwcap2.
24549         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
24550         POWER8.
24551         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
24552         POWER8 feature descriptions defined in _dl_hwcap2.
24553         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
24554         string handling for POWER8 feature bits.
24555         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
24556         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
24557         _dl_powerpc_cap_flags.
24558         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
24559         * sysdeps/powerpc/rtld-global-offsets.sym
24560         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
24561         _dl_hwcap2 in the rtld_global_ro structure.
24563 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24565         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
24566         hardware capabilities in support of AT_HWCAP2.
24567         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
24568         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
24569         GLRO(dl_hwcap2).
24570         (_dl_show_auxv): Add support for calling _dl_procinfo to display
24571         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
24572         explicitly the unknown a_type display mechanism is used.
24573         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
24574         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
24575         struct member.
24576         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
24577         to macro prototype for AT_HWCAP2 support.
24578         * sysdeps/i386/dl-procinfo.h: Likewise.
24579         * sysdeps/s390/dl-procinfo.h: Likewise.
24580         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
24581         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
24582         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
24583         return -1 for unknown a_type display fallback.
24584         * sysdeps/sparc/dl-procinfo.h: Likewise.
24585         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
24586         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
24588 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
24590         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
24591         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
24593 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
24595         [BZ #12492]
24596         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
24597         mprotect making __stack_prot writable.
24599 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
24600             Joseph Myers  <joseph@codesourcery.com>
24602         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
24603         as being properly aligned.
24605 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
24607         * dlfcn/modstatic5.c: New file.
24608         * dlfcn/tststatic5.c: New file.
24609         * dlfcn/Makefile (tests): Add tststatic5.
24610         (tests-static): Likewise.
24611         (modules-names): Add modstatic5.
24612         (tststatic5-ENV): New variable.
24613         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
24615         [BZ #15022]
24616         * elf/dl-support.c (_dl_main_map): New variable.
24617         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
24618         (_dl_nns, _dl_load_adds): Set to 1.
24619         (_dl_initial_searchlist): Refer to _dl_main_map.
24620         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
24621         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
24622         call to _dl_get_origin.
24623         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
24624         around call_map.
24625         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
24626         * dlfcn/modstatic3.c: New file.
24627         * dlfcn/tststatic3.c: New file.
24628         * dlfcn/tststatic4.c: New file.
24629         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
24630         (tests-static): Likewise.
24631         (modules-names): Add modstatic3.
24632         (tststatic3-ENV, tststatic4-ENV): New variables.
24633         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
24634         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
24636 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
24638         * configure.in (CC): Require GCC version 4.4 or later.
24639         * configure: Regenerated.
24640         * manual/install.texi (Tools for Compilation): Update GCC version
24641         requirement.
24642         * INSTALL: Regenerated.
24644 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24646         [BZ #15674]
24647         * string/test-memcmp.c (check2): New.
24648         (main): Call check2.
24650         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
24652 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
24654         [BZ #15022]
24655         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
24656         over to...
24657         (dl_open_worker) [!SHARED]: ... here.
24659 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24661         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
24663 2013-06-25  Richard Henderson  <rth@redhat.com>
24665         * locale/programs/locarchive.c: Include <libc-internal.h>
24667 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
24669         * manual/texinfo.tex: Update to version 2013-06-21.17, with
24670         trailing whitespace removed.
24672 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24674         [BZ #10283]
24675         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
24676         * locale/programs/locarchive.c: Include libc-mmap.h.
24677         (prepare_address_space): Take two new outputs (the mmap base and len).
24678         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
24679         values.
24680         (create_archive): Declare new mmap base and len values for
24681         prepare_address_space, and store the result in ah.
24682         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
24683         (enlarge_archive): If ah->mmap_base is not NULL, use that and
24684         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24685         Declare new mmap base and len values for
24686         prepare_address_space, and store the result in new_ah.
24687         (open_archive): Declare new mmap base and len values for
24688         prepare_address_space, and store the result in ah.
24689         (close_archive): If ah->mmap_base is not NULL, use that and
24690         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
24691         * sysdeps/generic/libc-mmap.h: New file.
24693 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
24695         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
24696         (ALIGN_UP): Likewise.
24697         (PTR_ALIGN_DOWN): Likewise.
24698         (PTR_ALIGN_UP): Likewise.
24700 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24702         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
24703         entry mapped to PPC_PLATFORM_POWER8.
24704         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
24705         POWER8.
24706         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
24707         (_dl_string_platform): Add case for exporting platform position for
24708         POWER8.
24709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
24710         search path to sysdeps/powerpc/powerpc32/power8 directory.
24711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
24712         search path to sysdeps/powerpc/powerpc64/power8 directory.
24713         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
24714         power7 directories.
24715         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
24716         power7 directories.
24718 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
24720         * INSTALL: Regenerate.
24722         * nscd/connections.c (nscd_init): Fix comment.
24724 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
24726         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
24728         [BZ #15667]
24729         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
24730         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
24732 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24734         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
24735         DL_DST_REQ_STATIC.
24736         (DL_DST_REQ_STATIC): Remove macro.
24738 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
24740         [BZ #7006]
24741         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
24742         with a shift of 0 bits.
24744 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
24746         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
24747         $(tststatic-ENV).
24749 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24751         [BZ #15655]
24752         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
24754 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24756         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
24757         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
24758         accepts -fno-tree-loop-distribute-patterns.
24759         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
24760         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
24761         recursive call.
24762         * string/memset.c (memset): Likewise.
24763         * string/test-memmove.c (simple_memmove): Disable loop transformation
24764         to library calls.
24765         * string/test-memset.c (simple_memset): Likewise.
24766         * benchtests/bench-memmove.c (simple_memmove): Likewise.
24767         * benchtests/bench-memset.c (simple_memset): Likewise.
24768         * configure: Regenerated.
24770 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
24772         * math/test-misc.c (main): Ignore fesetround failure when failures
24773         of subsequent rounding tests would be ignored.
24775         [BZ #15654]
24776         * math/fedisblxcpt.c (fedisableexcept): Return 0.
24777         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
24778         * math/fegetenv.c (__fegetenv): Return 0.
24779         * math/fegetexcept.c (fegetexcept): Return 0.
24780         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
24781         FE_TONEAREST.
24782         * math/feholdexcpt.c (feholdexcept): Return 0.
24783         * math/fesetenv.c (__fesetenv): Return 0.
24784         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
24785         argument FE_TONEAREST.
24786         * math/feupdateenv.c (__feupdateenv): Return 0.
24787         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
24789 2013-06-18  Roland McGrath  <roland@hack.frob.com>
24791         * elf/rtld-Rules (rtld-compile-command.S): New variable.
24792         (rtld-compile-command.s, rtld-compile-command.c): New variables.
24793         ($(objpfx)rtld-%.os rules): Use them.
24795 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24797         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
24798         fields.
24800 2013-06-17  Roland McGrath  <roland@hack.frob.com>
24802         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
24803         length of target pattern, then descending length of dependency pattern.
24804         * configure.in (AWK): Require gawk 3.1.2 or newer.
24805         * manual/install.texi (Tools for Compilation): Say that we do.
24806         * configure: Regenerated.
24808         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
24809         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
24810         * scripts/sysd-rules.awk: ... this new script.
24811         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
24812         than a glob-style pattern.
24814 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
24816         * math/test-misc.c (main): Do not treat incorrectly rounded
24817         conversions as failure unless ROUNDING_TESTS passes.
24819 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
24821         [BZ #15631]
24822         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
24823         restore exception state around main square root computation, then
24824         check for inexactness explicitly.
24826         * math/libm-test.inc (fma_test_data): Add another test.
24828 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24830         * manual/threads.texi (Non-POSIX Extensions): New document
24831         node.  Document pthread_getattr_default_np and
24832         pthread_setattr_default_np.
24834         * Versions.def (libpthread): Add GLIBC_2.18.
24835         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
24836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
24837         Likewise.
24838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
24839         Likewise.
24840         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
24841         Likewise.
24842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
24843         Likewise.
24844         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
24845         Likewise.
24846         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
24847         Likewise.
24848         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
24849         Likewise.
24850         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
24851         Likewise.
24852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
24853         Likewise.
24855 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24857         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24858         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
24860 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24861             H.J. Lu  <hjl.tools@gmail.com>
24863         [BZ #15627]
24864         * sysdeps/x86_64/rtld-memset.c: Remove file.
24865         * sysdeps/x86_64/rtld-memset.S: New file.
24867 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
24869         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
24870         (test_in_one_mode): Take arguments for whether the rounding mode
24871         is supported for each floating-point type.
24872         (do_test): Pass new arguments to test_in_one_mode using
24873         ROUNDING_TESTS.
24875 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24877         * posix/tst-waitid.c (do_test): Distinguish different instances of
24878         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
24879         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
24880         before entering the kernel for waitpid.
24882 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24884         * NEWS: Fix note on clock function precision.  Text by Roland
24885         McGrath.
24887 2013-06-13  Roland McGrath  <roland@hack.frob.com>
24889         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
24890         it into place only when and if the sanity check passes.
24892 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
24894         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
24895         output for whether conversion result is exact.  Take argument
24896         indicating whether type is IBM long double.
24897         (round_for_all): Change need_exact field to ibm_ld.
24898         * stdlib/tst-strtod-round.c (struct exactness): New type.
24899         (struct test): Change bool ld_ok field to struct exactness exact.
24900         (TEST): Update all definitions for change to field.
24901         (tests): Regenerate array contents.
24902         (test_in_one_mode): Take pointer to new field instead of old ld_ok
24903         field value.  Check for IBM long double here.
24904         (do_test): Update calls to test_in_one_mode.
24906 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24908         [BZ #12515]
24909         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
24910         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
24912 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24914         [BZ #15605]
24915         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
24916         generated by the compiler on loop optimizations.
24917         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
24918         general definitions.
24920 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
24922         * math/bug-nextafter.c: Include <math-tests.h>.
24923         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24924         the relevant type.
24925         * math/bug-nexttoward.c: Include <math-tests.h>.
24926         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24927         the relevant type.
24928         * math/test-misc.c: Include <math-tests.h>.
24929         (main): Only test for exceptions if EXCEPTION_TESTS is true for
24930         the relevant type.
24932 2013-06-12  Andreas Jaeger  <aj@suse.de>
24934         * po/ia.po: Update Interlingua translation from translation
24935         project.
24937 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
24939         * include/fenv.h: Include stdbool.h.
24940         (struct rm_ctx): New structure.
24941         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
24942         Define macro.
24943         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
24944         (SET_RESTORE_ROUNDF): Likewise.
24945         (SET_RESTORE_ROUNDL): Likewise.
24946         (SET_RESTORE_ROUND_NOEX): Likewise.
24947         (SET_RESTORE_ROUND_NOEXF): Likewise.
24948         (SET_RESTORE_ROUND_NOEXL): Likewise.
24949         (SET_RESTORE_ROUND_53BIT): Likewise.
24950         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
24951         (libc_feresetround_noexf_ctx): Likewise.
24952         (libc_feresetround_noexl_ctx): Likewise.
24953         (libc_feholdsetround_53bit_ctx): Likewise.
24954         (libc_feresetround_53bit_ctx): Likewise.
24955         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
24956         (libc_feholdexcept_setround_sse_ctx): New function.
24957         (libc_fesetenv_sse_ctx): Likewise.
24958         (libc_feupdateenv_sse_ctx): Likewise.
24959         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
24960         (libc_feholdexcept_setround_387_ctx): Likewise.
24961         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
24962         (libc_feholdsetround_387_prec_ctx): Likewise.
24963         (libc_feholdsetround_387_ctx): Likewise.
24964         (libc_feholdsetround_387_53bit_ctx): Likewise.
24965         (libc_feholdsetround_sse_ctx): Likewise.
24966         (libc_feresetround_sse_ctx): Likewise.
24967         (libc_feresetround_387_ctx): Likewise.
24968         (libc_feupdateenv_387_ctx): Likewise.
24969         (libc_feholdexcept_setroundf_ctx): Define macro.
24970         (libc_fesetenvf_ctx): Likewise.
24971         (libc_feupdateenvf_ctx): Likewise.
24972         (libc_feholdsetroundf_ctx): Likewise.
24973         (libc_feresetroundf_ctx): Likewise.
24974         (libc_feholdexcept_setround_ctx): Likewise.
24975         (libc_fesetenv_ctx): Likewise.
24976         (libc_feupdateenv_ctx): Likewise.
24977         (libc_feholdsetround_ctx): Likewise.
24978         (libc_feresetround_ctx): Likewise.
24979         (libc_feholdexcept_setroundl_ctx): Likewise.
24980         (libc_feupdateenvl_ctx): Likewise.
24981         (libc_feholdsetroundl_ctx): Likewise.
24982         (libc_feresetroundl_ctx): Likewise.
24983         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
24984         (libc_feresetround_53bit_ctx): Likewise.
24986 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24988         * locale/iso-639.def: Convert to UTF-8.
24990 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
24992         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
24993         (EXCEPTION_TESTS_double): Likewise.
24994         (EXCEPTION_TESTS_long_double): Likewise.
24995         (EXCEPTION_TESTS): Likewise.
24996         * math/libm-test.inc (test_exceptions): Only test exceptions if
24997         EXCEPTION_TESTS (FLOAT).
24999 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25001         * benchtests/Makefile (string-bench): Add strcpy_chk and
25002         stpcpy_chk.
25003         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
25004         * benchtests/bench-stpcpy_chk.c: New file.
25005         * benchtests/bench-strcpy_chk-ifunc.c: New file.
25006         * benchtests/bench-strcpy_chk.c: New file.
25007         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
25008         code.
25009         (do_test): Likewise.
25011 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25013         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
25014         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
25015         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
25016         with tabs where appropriate.
25017         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
25018         dl-procinfo.h.
25019         [PPC_PLATFORM_PPC440]: Likewise.
25020         [PPC_PLATFORM_PPC464]: Likewise.
25021         [PPC_PLATFORM_PPC476]: Likewise.
25022         (_dl_string_platform): Add support for detecting ppc405, ppc440,
25023         ppc464, and ppc476 platform strings merging from ports/
25024         dl-procinfo.h.
25026 2013-06-11  Andreas Schwab  <schwab@suse.de>
25028         [BZ #14991]
25029         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
25030         (from_ucs4_idx): Regenerate.
25031         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
25032         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
25033         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
25034         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
25035         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
25036         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
25037         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
25038         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
25039         from FROM_LOOP and TO_LOOP specific macros.
25040         (BODY): Handle combining characters.
25041         * iconvdata/BIG5HKSCS.irreversible: Update.
25042         * iconvdata/BIG5HKSCS.precomposed: New file.
25043         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
25044         characters.
25045         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
25047 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25049         * include/sys/time.h: Fix indentation and add copyright header.
25051         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
25052         (do_test): Likewise.
25053         * string/test-memchr.c (do_one_test): Likewise.
25054         (do_test): Likewise.
25055         * string/test-memcmp.c (do_one_test): Likewise.
25056         (do_test): Likewise.
25057         * string/test-memcpy.c (do_one_test): Likewise.
25058         (do_test): Likewise.
25059         * string/test-memmem.c (do_one_test): Likewise.
25060         (do_test): Likewise.
25061         (do_random_tests): Likewise.
25062         * string/test-memmove.c (do_one_test): Likewise.
25063         (do_test): Likewise.
25064         * string/test-memset.c (do_one_test): Likewise.
25065         (do_test): Likewise.
25066         * string/test-rawmemchr.c (do_one_test): Likewise.
25067         (do_test): Likewise.
25068         * string/test-strcasecmp.c (do_one_test): Likewise.
25069         (do_test): Likewise.
25070         * string/test-strcasestr.c (do_one_test): Likewise.
25071         (do_test): Likewise.
25072         * string/test-strcat.c (do_one_test): Likewise.
25073         (do_test): Likewise.
25074         * string/test-strchr.c (do_one_test): Likewise.
25075         (do_test): Likewise.
25076         * string/test-strcmp.c (do_one_test): Likewise.
25077         (do_test): Likewise.
25078         * string/test-strcpy.c (do_one_test): Likewise.
25079         (do_test): Likewise.
25080         * string/test-string.h: Likewise.
25081         (test_init): Likewise.
25082         * string/test-strlen.c (do_one_test): Likewise.
25083         (do_test): Likewise.
25084         * string/test-strncasecmp.c (do_one_test): Likewise.
25085         (do_test): Likewise.
25086         * string/test-strncat.c (do_one_test): Likewise.
25087         (do_test): Likewise.
25088         * string/test-strncmp.c (do_one_test): Likewise.
25089         (do_test_limit): Likewise.
25090         (do_test): Likewise.
25091         * string/test-strncpy.c (do_one_test): Likewise.
25092         (do_test): Likewise.
25093         * string/test-strnlen.c (do_one_test): Likewise.
25094         (do_test): Likewise.
25095         * string/test-strpbrk.c (do_one_test): Likewise.
25096         (do_test): Likewise.
25097         * string/test-strrchr.c (do_one_test): Likewise.
25098         (do_test): Likewise.
25099         * string/test-strspn.c (do_one_test): Likewise.
25100         (do_test): Likewise.
25101         * string/test-strstr.c (do_one_test): Likewise.
25102         (do_test): Likewise.
25104         * benchtests/Makefile (string-bench): Add string benchmarks.
25105         * benchtests/bench-bcopy-ifunc.c: New file.
25106         * benchtests/bench-bcopy.c: New file.
25107         * benchtests/bench-bzero-ifunc.c: New file.
25108         * benchtests/bench-bzero.c: New file.
25109         * benchtests/bench-memccpy-ifunc.c: New file.
25110         * benchtests/bench-memccpy.c: New file.
25111         * benchtests/bench-memchr-ifunc.c: New file.
25112         * benchtests/bench-memchr.c: New file.
25113         * benchtests/bench-memcmp-ifunc.c: New file.
25114         * benchtests/bench-memcmp.c: New file.
25115         * benchtests/bench-memmem-ifunc.c: New file.
25116         * benchtests/bench-memmem.c: New file.
25117         * benchtests/bench-memmove-ifunc.c: New file.
25118         * benchtests/bench-memmove.c: New file.
25119         * benchtests/bench-mempcpy-ifunc.c: New file.
25120         * benchtests/bench-mempcpy.c: New file.
25121         * benchtests/bench-memset-ifunc.c: New file.
25122         * benchtests/bench-memset.c: New file.
25123         * benchtests/bench-rawmemchr-ifunc.c: New file.
25124         * benchtests/bench-rawmemchr.c: New file.
25125         * benchtests/bench-stpcpy-ifunc.c: New file.
25126         * benchtests/bench-stpcpy.c: New file.
25127         * benchtests/bench-stpncpy-ifunc.c: New file.
25128         * benchtests/bench-stpncpy.c: New file.
25129         * benchtests/bench-strcasecmp-ifunc.c: New file.
25130         * benchtests/bench-strcasecmp.c: New file.
25131         * benchtests/bench-strcasestr-ifunc.c: New file.
25132         * benchtests/bench-strcasestr.c: New file.
25133         * benchtests/bench-strcat-ifunc.c: New file.
25134         * benchtests/bench-strcat.c: New file.
25135         * benchtests/bench-strchr-ifunc.c: New file.
25136         * benchtests/bench-strchr.c: New file.
25137         * benchtests/bench-strchrnul-ifunc.c: New file.
25138         * benchtests/bench-strchrnul.c: New file.
25139         * benchtests/bench-strcmp-ifunc.c: New file.
25140         * benchtests/bench-strcmp.c: New file.
25141         * benchtests/bench-strcpy-ifunc.c: New file.
25142         * benchtests/bench-strcpy.c: New file.
25143         * benchtests/bench-strcspn-ifunc.c: New file.
25144         * benchtests/bench-strcspn.c: New file.
25145         * benchtests/bench-strlen-ifunc.c: New file.
25146         * benchtests/bench-strlen.c: New file.
25147         * benchtests/bench-strncasecmp-ifunc.c: New file.
25148         * benchtests/bench-strncasecmp.c: New file.
25149         * benchtests/bench-strncat-ifunc.c: New file.
25150         * benchtests/bench-strncat.c: New file.
25151         * benchtests/bench-strncmp-ifunc.c: New file.
25152         * benchtests/bench-strncmp.c: New file.
25153         * benchtests/bench-strncpy-ifunc.c: New file.
25154         * benchtests/bench-strncpy.c: New file.
25155         * benchtests/bench-strnlen-ifunc.c: New file.
25156         * benchtests/bench-strnlen.c: New file.
25157         * benchtests/bench-strpbrk-ifunc.c: New file.
25158         * benchtests/bench-strpbrk.c: New file.
25159         * benchtests/bench-strrchr-ifunc.c: New file.
25160         * benchtests/bench-strrchr.c: New file.
25161         * benchtests/bench-strspn-ifunc.c: New file.
25162         * benchtests/bench-strspn.c: New file.
25163         * benchtests/bench-strstr-ifunc.c: New file.
25164         * benchtests/bench-strstr.c: New file.
25166         * benchtests/Makefile: Disable parallel execution of targets.
25167         (string-bench): Add memcpy.
25168         (benchset): New variable to store a list of benchmark sets.
25169         (bench-func): Renamed from bench.
25170         (bench-set): New target.
25171         (bench): Depend on bench-func and bench-set.
25172         * benchtests/README: Add section on benchmark sets.
25173         * benchtests/bench-memcpy-ifunc.c: New file.
25174         * benchtests/bench-memcpy.c: New file.
25175         * benchtests/bench-string.h: New file.
25177 2013-06-11  Andreas Schwab  <schwab@suse.de>
25179         [BZ #15577]
25180         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
25181         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
25182         values in the triple.
25183         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
25184         terminator in the group key.
25186 2013-06-11  Andreas Jaeger  <aj@suse.de>
25188         * po/zh_TW.po: Update Chinese (traditional) translation from
25189         translation project.
25191 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25193         * include/time.h (__clock_gettime): Add libc_hidden_proto.
25194         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
25195         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
25196         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
25197         (clock_getcpuclockid): Likewise.
25198         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
25199         Add weak_alias and libc_hidden_def.
25200         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
25201         * rt/clock_gettime.c (clock_gettime): Rename to
25202         __clock_gettime.  Add weak_alias and libc_hidden_def.
25203         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
25204         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
25205         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
25206         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
25207         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
25208         Likewise.
25209         * rt/clock_settime.c (clock_settime): Rename to
25210         __clock_settime.  Add weak_alias and libc_hidden_def.
25211         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
25213 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
25215         * mach/err_boot.sub: Remove trailing whitespace.
25216         * mach/err_ipc.sub: Likewise.
25217         * mach/err_mach.sub: Likewise.
25219         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
25220         (ROUNDING_TESTS_double): Likewise.
25221         (ROUNDING_TESTS_long_double): Likewise.
25222         (ROUNDING_TESTS): Likewise.
25223         * math/libm-test.inc: Include <math-tests.h>.
25224         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
25225         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25226         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25227         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25229 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25231         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
25232         of assigning.
25234 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
25236         * sysdeps/gnu/errlist.awk: Do not generate space at end of
25237         otherwise empty TRANS lines.
25238         * sysdeps/gnu/errlist.c: Regenerated.
25240         * catgets/gencat.c (error_print): Use (void) in function
25241         definition.
25242         * crypt/crypt_util.c (__init_des): Likewise.
25243         * crypt/speeds.c (Stop): Likewise.
25244         (main): Likewise.
25245         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
25246         * inet/ruserpass.c (token): Likewise.
25247         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
25248         * intl/localealias.c (extend_alias_table): Likewise.
25249         * intl/plural-exp.c (init_germanic_plural): Likewise.
25250         * libio/fcloseall.c (__fcloseall): Likewise.
25251         * libio/genops.c (_IO_flush_all): Likewise.
25252         (_IO_flush_all_linebuffered): Likewise.
25253         (_IO_cleanup): Likewise.
25254         (_IO_iter_begin): Likewise.
25255         (_IO_iter_end): Likewise.
25256         (_IO_list_lock): Likewise.
25257         (_IO_list_unlock): Likewise.
25258         (_IO_list_resetlock): Likewise.
25259         * libio/getchar.c (getchar): Likewise.
25260         * libio/getchar_u.c (getchar_unlocked): Likewise.
25261         * libio/getwchar.c (getwchar): Likewise.
25262         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
25263         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
25264         * login/getpt.c (__getpt): Likewise.
25265         * login/tst-utmp.c (main): Likewise.
25266         * malloc/hooks.c (__malloc_check_init): Likewise.
25267         * malloc/malloc.c (__malloc_stats): Likewise.
25268         * malloc/mtrace.c (tr_break): Likewise.
25269         (mtrace): Likewise.
25270         (muntrace): Likewise.
25271         * misc/fstab.c (endfsent): Likewise.
25272         * misc/getclktck.c (__getclktck): Likewise.
25273         * misc/getdtsz.c (__getdtablesize): Likewise.
25274         * misc/gethostid.c (gethostid): Likewise.
25275         * misc/getpagesize.c (__getpagesize): Likewise.
25276         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
25277         (__get_nprocs): Likewise.
25278         (__get_phys_pages): Likewise.
25279         (__get_avphys_pages): Likewise.
25280         * misc/getttyent.c (getttyent): Likewise.
25281         (setttyent): Likewise.
25282         (endttyent): Likewise.
25283         * misc/getusershell.c (getusershell): Likewise.
25284         (endusershell): Likewise.
25285         (setusershell): Likewise.
25286         (initshells): Likewise.
25287         * misc/hsearch.c (__hdestroy): Likewise.
25288         * misc/sync.c (sync): Likewise.
25289         * misc/syslog.c (closelog_internal): Likewise.
25290         (closelog): Likewise.
25291         * misc/ttyslot.c (ttyslot): Likewise.
25292         * misc/vhangup.c (vhangup): Likewise.
25293         * posix/fork.c (__fork): Likewise.
25294         * posix/getegid.c (__getegid): Likewise.
25295         * posix/geteuid.c (__geteuid): Likewise.
25296         * posix/getgid.c (__getgid): Likewise.
25297         * posix/getpid.c (__getpid): Likewise.
25298         * posix/getppid.c (__getppid): Likewise.
25299         * posix/getuid.c (__getuid): Likewise.
25300         * posix/pause.c (pause): Likewise.
25301         * posix/setpgrp.c (setpgrp): Likewise.
25302         * posix/setsid.c (__setsid): Likewise.
25303         * posix/test-vfork.c (noop): Likewise.
25304         * resolv/gethnamaddr.c (_endhtent): Likewise.
25305         (_gethtent): Likewise.
25306         (ht_endhostent): Likewise.
25307         (gethostent): Likewise.
25308         (dns_service): Likewise.
25309         * stdlib/drand48.c (drand48): Likewise.
25310         * stdlib/lrand48.c (lrand48): Likewise.
25311         * stdlib/mrand48.c (mrand48): Likewise.
25312         * stdlib/rand.c (rand): Likewise.
25313         * stdlib/random.c (__random): Likewise.
25314         * stdlib/setenv.c (clearenv): Likewise.
25315         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
25316         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
25317         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
25318         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
25319         (__get_nprocs): Likewise.
25320         (__get_phys_pages): Likewise.
25321         (__get_avphys_pages): Likewise.
25322         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
25323         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
25324         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
25325         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
25326         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
25327         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
25328         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
25329         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
25330         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
25331         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
25332         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
25333         * sysdeps/mach/hurd/sync.c (sync): Likewise.
25334         * sysdeps/posix/clock.c (clock): Likewise.
25335         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
25336         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
25337         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
25338         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
25339         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
25340         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
25341         (__get_nprocs_conf): Likewise.
25342         (__get_phys_pages): Likewise.
25343         (__get_avphys_pages): Likewise.
25344         * time/clock.c (clock): Likewise.
25345         * time/tzset.c (__tzname_max): Likewise.
25347 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
25349         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
25350         (__bswap_32): Do not use "register".
25351         * crypt/crypt.c (_ufc_doit_r): Likewise.
25352         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
25353         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
25354         * gmon/gmon.c (__monstartup): Likewise.
25355         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
25356         * hurd/hurdmalloc.c (more_memory): Likewise.
25357         (malloc): Likewise.
25358         (free): Likewise.
25359         (realloc): Likewise.
25360         (malloc_fork_prepare): Likewise.
25361         (malloc_fork_parent): Likewise.
25362         (malloc_fork_child): Likewise.
25363         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
25364         (_svcauth_des): Likewise.
25365         * inet/inet_lnaof.c (inet_lnaof): Likewise.
25366         * inet/inet_net.c (inet_network): Likewise.
25367         * inet/inet_netof.c (inet_netof): Likewise.
25368         * inet/rcmd.c (__validuser2_sa): Likewise.
25369         * io/fts.c (fts_open): Likewise.
25370         (fts_load): Likewise.
25371         (fts_close): Likewise.
25372         (fts_read): Likewise.
25373         (fts_children): Likewise.
25374         (fts_build): Likewise.
25375         (fts_stat): Likewise.
25376         (fts_sort): Likewise.
25377         (fts_alloc): Likewise.
25378         (fts_lfree): Likewise.
25379         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
25380         (_IO_file_xsgetn): Likewise.
25381         (_IO_file_xsgetn_mmap): Likewise.
25382         * libio/iofopncook.c (_IO_cookie_read): Likewise.
25383         (_IO_cookie_write): Likewise.
25384         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
25385         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
25386         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
25387         * malloc/obstack.c (_obstack_begin): Likewise.
25388         (_obstack_begin_1): Likewise.
25389         (_obstack_newchunk): Likewise.
25390         (_obstack_allocated_p): Likewise.
25391         (obstack_free): Likewise.
25392         (_obstack_memory_used): Likewise.
25393         * misc/getttyent.c (getttynam): Likewise.
25394         (getttyent): Likewise.
25395         (skip): Likewise.
25396         (value): Likewise.
25397         * misc/getusershell.c (initshells): Likewise.
25398         * misc/syslog.c (__vsyslog_chk): Likewise.
25399         * misc/ttyslot.c (ttyslot): Likewise.
25400         * nis/nis_hash.c (__nis_hash): Likewise.
25401         * posix/fnmatch_loop.c (FCT): Likewise.
25402         * posix/getconf.c (print_all): Likewise.
25403         (main): Likewise.
25404         * posix/getopt.c (exchange): Likewise.
25405         * posix/glob.c (globfree): Likewise.
25406         (prefix_array): Likewise.
25407         (__glob_pattern_type): Likewise.
25408         * resolv/arpa/nameser.h (NS_GET16): Likewise.
25409         (NS_GET32): Likewise.
25410         (NS_PUT16): Likewise.
25411         (NS_PUT32): Likewise.
25412         * resolv/gethnamaddr.c (getanswer): Likewise.
25413         (gethostbyname2): Likewise.
25414         (gethostbyaddr): Likewise.
25415         (_gethtent): Likewise.
25416         (_gethtbyname2): Likewise.
25417         (_gethtbyaddr): Likewise.
25418         * resolv/ns_print.c (dst_s_get_int16): Likewise.
25419         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
25420         * resolv/res_init.c (__res_vinit): Likewise.
25421         (net_mask): Likewise.
25422         * resolv/res_mkquery.c (outchar): Likewise.
25423         (PRINT): Likewise.
25424         * stdio-common/printf_fp.c (outchar): Likewise.
25425         (PRINT): Likewise.
25426         * stdio-common/printf_fphex.c (outchar): Likewise.
25427         (PRINT): Likewise.
25428         * stdio-common/printf_size.c (outchar): Likewise.
25429         (PRINT): Likewise.
25430         * stdio-common/test_rdwr.c (main): Likewise.
25431         * stdio-common/tfformat.c (matches): Likewise.
25432         * stdio-common/vfprintf.c (outchar): Likewise.
25433         (printf_unknown): Likewise.
25434         (buffered_vfprintf): Likewise.
25435         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
25436         * stdio-common/xbug.c (AppendToBuffer): Likewise.
25437         (ReadFile): Likewise.
25438         * stdlib/qsort.c (SWAP): Likewise.
25439         (_quicksort): Likewise.
25440         * stdlib/setenv.c (__add_to_environ): Likewise.
25441         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
25442         * stdlib/strtol_l.c (__strtol_l): Likewise.
25443         * stdlib/tst-strtod.c (main): Likewise.
25444         * stdlib/tst-strtol.c (main): Likewise.
25445         * stdlib/tst-strtoll.c (main): Likewise.
25446         * string/bits/string2.h (__strcmp_cc): Likewise.
25447         (__strcmp_cg): Likewise.
25448         (__strcspn_c1): Likewise.
25449         (__strcspn_c2): Likewise.
25450         (__strcspn_c3): Likewise.
25451         (__strspn_c1): Likewise.
25452         (__strspn_c2): Likewise.
25453         (__strspn_c3): Likewise.
25454         (__strsep_1c): Likewise.
25455         (__strsep_2c): Likewise.
25456         (__strsep_3c): Likewise.
25457         * string/memccpy.c (__memccpy): Likewise.
25458         * string/stpcpy.c (__stpcpy): Likewise.
25459         * string/strcmp.c (strcmp): Likewise.
25460         * string/strrchr.c (strrchr): Likewise.
25461         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
25462         Likewise.
25463         * sysdeps/mach/hurd/getcwd.c
25464         (_hurd_canonicalize_directory_name_internal): Likewise.
25465         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
25466         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
25467         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
25468         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
25469         Likewise, in both definitions.
25470         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
25471         definitions.
25472         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
25473         64] (__bswap_64): Likewise.
25474         * time/test_time.c (main): Likewise.
25475         * time/tzfile.c (__tzfile_read): Likewise.
25476         (__tzfile_compute): Likewise.
25477         * time/tzset.c (__tzset_parse_tz): Likewise.
25478         (tzset_internal): Likewise.
25479         (compute_change): Likewise.
25480         * wcsmbs/wcscat.c (__wcscat): Likewise.
25481         * wcsmbs/wcschr.c (wcschr): Likewise.
25482         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
25483         * wcsmbs/wcscspn.c (wcscspn): Likewise.
25484         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
25485         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
25486         * wcsmbs/wcsspn.c (wcsspn): Likewise.
25487         * wcsmbs/wcsstr.c (wcsstr): Likewise.
25488         * wcsmbs/wmemchr.c (wmemchr): Likewise.
25489         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
25490         * wcsmbs/wmemset.c (wmemset): Likewise.
25492 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
25494         * scripts/config.guess: Update to version 2013-05-16.
25495         * scripts/config.sub: Update to version 2013-04-24.
25496         * scripts/install-sh: Update to version 2011-11-20.07.
25497         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
25498         * scripts/move-if-change: Update to version 2012-01-06 07:23.
25500 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
25502         * debug/fgetws_u_chk.c: Fix leading whitespaces.
25503         * elf/sln.c: Likewise.
25504         * hurd/hurd/ioctl.h: Likewise.
25505         * hurd/hurdmalloc.c: Likewise.
25506         * hurd/xattr.c: Likewise.
25507         * include/shlib-compat.h: Likewise.
25508         * inet/ruserpass.c: Likewise.
25509         * libio/iofgets_u.c: Likewise.
25510         * libio/iofgetws_u.c: Likewise.
25511         * locale/programs/ld-identification.c: Likewise.
25512         * locale/programs/ld-time.c: Likewise.
25513         * mach/msg-destroy.c: Likewise.
25514         * nss/nss_files/files-netgrp.c: Likewise.
25515         * resolv/res_data.c: Likewise.
25516         * soft-fp/op-1.h: Likewise.
25517         * soft-fp/op-2.h: Likewise.
25518         * soft-fp/op-4.h: Likewise.
25519         * soft-fp/op-common.h: Likewise.
25520         * stdio-common/printf_fphex.c: Likewise.
25521         * stdlib/strtod_l.c: Likewise.
25522         * sunrpc/rpc/clnt.h: Likewise.
25523         * sysdeps/generic/framestate.c: Likewise.
25524         * sysdeps/i386/bsd-_setjmp.S: Likewise.
25525         * sysdeps/i386/bsd-setjmp.S: Likewise.
25526         * sysdeps/i386/__longjmp.S: Likewise.
25527         * sysdeps/i386/setjmp.S: Likewise.
25528         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25529         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25530         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25531         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25532         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25533         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25534         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25535         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25536         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25537         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
25538         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25539         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25540         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25541         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25542         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25543         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25544         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25545         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
25546         * sysdeps/ieee754/support.c: Likewise.
25547         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25548         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
25549         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
25550         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
25551         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
25552         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
25553         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
25554         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
25555         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
25556         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
25557         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
25558         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
25559         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
25560         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
25561         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
25562         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
25563         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
25564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
25566 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
25568         * posix/transbug.c: Remove executable mode.
25570 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
25572         * crypt/speeds.c: Remove trailing whitespace.
25573         * dlfcn/default.c: Likewise.
25574         * elf/ifuncdep2.c: Likewise.
25575         * elf/ifuncmain1.c: Likewise.
25576         * elf/ifuncmain1vis.c: Likewise.
25577         * elf/testobj.h: Likewise.
25578         * elf/tst-stackguard1.c: Likewise.
25579         * gmon/sys/gmon.h: Likewise.
25580         * hurd/hurdmsg.c: Likewise.
25581         * hurd/new-fd.c: Likewise.
25582         * hurd/ports-get.c: Likewise.
25583         * iconvdata/ibm1008_420.c: Likewise.
25584         * inet/tst-getni1.c: Likewise.
25585         * inet/tst-getni2.c: Likewise.
25586         * libio/ioungetc.c: Likewise.
25587         * libio/wfiledoalloc.c: Likewise.
25588         * manual/libm-err-tab.pl: Likewise.
25589         * math/w_dremf.c: Likewise.
25590         * misc/ftruncate.c: Likewise.
25591         * posix/bug-glob2.c: Likewise.
25592         * posix/tst-pcre.c: Likewise.
25593         * posix/wait4.c: Likewise.
25594         * resolv/README: Likewise.
25595         * resolv/res_debug.h: Likewise.
25596         * resolv/tst-inet_ntop.c: Likewise.
25597         * setjmp/bug269-setjmp.c: Likewise.
25598         * soft-fp/extended.h: Likewise.
25599         * soft-fp/op-1.h: Likewise.
25600         * soft-fp/op-2.h: Likewise.
25601         * soft-fp/op-4.h: Likewise.
25602         * soft-fp/op-8.h: Likewise.
25603         * soft-fp/testit.c: Likewise.
25604         * stdio-common/bug16.c: Likewise.
25605         * stdlib/random.c: Likewise.
25606         * sunrpc/rpcsvc/rquota.x: Likewise.
25607         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
25608         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25609         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25610         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25611         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25612         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25613         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25614         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25615         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25616         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25617         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25618         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25619         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25620         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25621         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25622         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25623         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25624         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25625         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25626         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25627         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25628         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25629         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
25630         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25631         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25632         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25633         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25634         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
25635         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25636         * sysdeps/ieee754/s_lib_version.c: Likewise.
25637         * sysdeps/mach/hurd/check_fds.c: Likewise.
25638         * sysdeps/mach/hurd/getsockname.c: Likewise.
25639         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
25640         * sysdeps/mach/hurd/recvfrom.c: Likewise.
25641         * sysdeps/powerpc/bits/link.h: Likewise.
25642         * sysdeps/powerpc/dl-procinfo.c: Likewise.
25643         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
25644         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
25645         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
25646         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25647         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25648         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
25649         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25650         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
25651         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25652         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
25653         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
25654         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
25655         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25656         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25657         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25658         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
25659         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
25660         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25661         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25662         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25663         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
25664         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25665         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
25666         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
25667         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
25668         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
25669         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25670         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25671         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
25672         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
25673         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
25674         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25675         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
25676         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
25677         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25678         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
25679         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
25680         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
25681         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
25682         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
25683         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
25684         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
25685         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
25686         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
25687         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
25688         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
25689         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
25690         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
25691         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
25692         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25693         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25694         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25695         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25696         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
25697         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
25698         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
25699         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25700         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
25701         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
25702         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
25703         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
25704         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
25705         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25706         * sysdeps/powerpc/sysdep.h: Likewise.
25707         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
25708         * sysdeps/s390/s390-64/sub_n.S: Likewise.
25709         * sysdeps/sh/dl-trampoline.S: Likewise.
25710         * sysdeps/sh/memset.S: Likewise.
25711         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
25712         * sysdeps/sh/strlen.S: Likewise.
25713         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
25714         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
25715         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
25716         * sysdeps/sparc/sparc32/rem.S: Likewise.
25717         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
25718         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
25719         * sysdeps/sparc/sparc32/strchr.S: Likewise.
25720         * sysdeps/sparc/sparc32/udiv.S: Likewise.
25721         * sysdeps/sparc/sparc32/urem.S: Likewise.
25722         * sysdeps/sparc/sparc64/add_n.S: Likewise.
25723         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
25724         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
25725         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
25726         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
25727         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
25728         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
25729         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
25730         * sysdeps/unix/bsd/times.c: Likewise.
25731         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
25732         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
25733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
25734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
25735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
25736         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
25737         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
25738         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
25739         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
25740         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
25741         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
25742         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25743         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
25744         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
25745         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25746         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
25747         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25748         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25749         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
25750         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
25751         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
25752         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
25753         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
25754         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
25755         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
25756         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
25757         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
25758         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
25759         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
25760         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
25761         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
25762         * sysdeps/x86_64/strcspn.S: Likewise.
25764 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25766         * locale/C-translit.h: Revert #include <stdint.h> because this is a
25767         generated file.  Regenerate properly from gen-translit.pl.
25768         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
25769         locale/C-translit.h.
25771 2013-06-05  Andreas Schwab  <schwab@suse.de>
25773         [BZ #15100]
25774         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
25775         week as 6 instead of -1.
25776         * time/tst-strptime.c (day_tests): Add test case.
25778 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25780         * sysdeps/generic/math_private.h
25781         (libc_feholdexcept_setround_53bit): Replace with
25782         libc_feholdsetround_53bit.
25783         (libc_feupdateenv_53bit): Replace with
25784         libc_feresetround_53bit.
25785         (SET_RESTORE_ROUND_53BIT): Adjust.
25787 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25789         * string/test-strchrnul.c: Add copyright header.
25791         * posix/tst-getaddrinfo4.c: Increase test timeout.
25793 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
25795         [BZ #15536]
25796         * math/libm-test.inc (MAX_EXP): Remove
25797         (MIN_EXP): Define.
25798         (ulp): Use MIN_EXP - MANT_DIG.
25799         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
25801 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
25803         * po/be.po: Revert last change.
25804         * po/zh_CN.po: Likewise.
25805         * po/header.pot: Likewise.
25807 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
25809         * Makefile ($(common-objpfx)linkobj/libc.so): Define
25810         link-libc-deps to empty as target-specific variable.
25811         * Makerules (link-libc-args): New variable.
25812         (libc-for-link): Likewise.
25813         (link-libc-deps): Likewise.
25814         (lib%.so): Depend on $(link-libc-deps).  Link with
25815         $(link-libc-args).
25816         (build-module): Link with $(link-libc-args).
25817         (build-module-asneeded): Likewise.
25818         (build-module-helper-objlist): Filter out $(link-libc-deps) from
25819         list of objects.
25820         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
25821         target-specific variable.
25822         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
25823         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
25824         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
25825         libc.
25826         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
25827         libc and ld.so.
25828         ($(objpfx)libpcprofile.so): Likewise.
25829         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
25830         libc_nonshared.a.
25831         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
25832         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
25833         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
25834         $(link-libc-deps).
25835         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
25836         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
25837         * login/Makefile ($(objpfx)libutil.so): Likewise.
25838         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
25839         * math/Makefile ($(objpfx)libm.so): Likewise.
25840         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
25841         $(objpfx)libnsl.so): Define libc-for-link as target-specific
25842         variable instead of depending directly on libc.
25843         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
25844         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
25845         $(link-libc-deps).
25846         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
25847         libc.
25848         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
25849         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
25850         ($(objpfx)libanl.so): Likewise.
25851         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
25852         ld.so.
25853         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
25854         $(link-libc-deps).
25855         * sysdeps/i386/fpu/Makefile: Remove file.
25856         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
25857         ($(objpfx)libm.so): Remove dependency on ld.so.
25859 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
25861         [BZ # 15553]
25862         * nis/yp_xdr.c (XDRMAXNAME): Define.
25863         (XDRMAXRECORD): Define.
25864         (xdr_domainname): Use XDRMAXNAME.
25865         (xdr_mapname): Likewise.
25866         (xdr_peername): Likewise.
25867         (xdr_keydat): Use XDRMAXRECORD.
25868         (xdr_valdat): Likewise.
25870 2013-05-30  Jeff Law  <law@redhat.com>
25872         [BZ #14256]
25873         * manual/errno.texi (ESTALE): Update to account for more than
25874         just NFS file systems.
25875         * sysdeps/gnu/errlist.c: Regenerated.
25877 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
25879         [BZ #15465]
25880         * elf/Makefile (tests): Add tst-null-argv.
25881         (modules-names):  Add tst-null-argv-lib.
25882         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
25883         (tst-null-argv-ENV): Set environment for tst-null-argv.
25884         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
25885         (RTLD_PROGNAME): New macro.
25886         * elf/tst-null-argv.c: New test case.
25887         * elf/tst-null-argv-lib.c: Library for test case.
25888         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
25889         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
25890         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
25891         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
25892         * elf/dl-init.c (call_init): Likewise.
25893         (_dl_init): Likewise.
25894         * elf/dl-load.c (print_search_path): Likewise.
25895         (_dl_map_object): Likewise.
25896         * elf/dl-lookup.c (do_lookup_x): Likewise.
25897         (add_dependency): Likewise.
25898         (_dl_lookup_symbol_x): Likewise.
25899         (_dl_debug_bindings): Likewise.
25900         * elf/dl-open.c (_dl_show_scope): Likewise.
25901         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
25902         * elf/dl-version.c (match_symbol): Likewise.
25903         (_dl_check_map_versions): Likewise.
25904         * elf/rtld.c (dl_main): Likewise.
25905         (print_unresolved): Use RTLD_PROGNAME.
25906         (print_missing_version): Likewise.
25907         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
25908         (elf_machine_rela): Likewise.
25909         * sysdeps/powerpc/powerpc32/dl-machine.c
25910         (__process_machine_rela): Likewise.
25911         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
25912         Likewise.
25913         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
25914         Likewise.
25915         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
25916         Likewise.
25917         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
25918         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
25919         Likewise.
25920         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
25921         Likewise.
25922         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
25924 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
25926         * po/be.po: Add descriptive title.
25927         * po/zh_CN.po: Likewise.
25928         * po/header.pot: Likewise.
25930 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
25932         * locale/programs/locarchive.c (create_archive): Inlucde fname in
25933         error message.
25934         (enlarge_archive): Likewise.
25936 2013-05-28  Ben North  <ben@redfrontdoor.org>
25938         * manual/arith.texi (frexp): It is the magnitude of the return
25939         value which lies in [0.5, 1), not the return value itself.
25941 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25943         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25945 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
25947         * stdio-common/bug26.c (main): Correct fscanf template.
25949         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
25950         declare _dl_skip_args.
25952         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
25953         Don't declare.
25955         * manual/platform.texi: Add missing @end deftypefun.
25957 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25959         [BZ #15529]
25960         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
25961         bit of mantissa of 2^16382.
25962         * math/libm-test.inc (hypot_test_data): Add more tests.
25964         * math/libm-test.inc: Add drem and pow10 to list of tested
25965         functions.
25966         (pow10_test): New function.
25967         (drem_test): Likewise.
25968         (drem_test_tonearest): Likewise.
25969         (drem_test_towardzero): Likewise.
25970         (drem_test_downward): Likewise.
25971         (drem_test_upward): Likewise.
25972         (main): Call the new functions.
25974         * math/libm-test.inc (finite_test_data): Remove.
25975         (finite_test): Run tests from isfinite_test_data.
25976         (gamma_test_data): Remove.
25977         (gamma_test): Run tests from lgamma_test_data.
25978         * sysdeps/i386/fpu/libm-test-ulps: Update.
25979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25981 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25983         * manual/platform.texi: Add PowerPC PPR function set documentation.
25984         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
25985         implementation.
25987 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
25989         * math/libm-test.inc (MAX_EXP): Define.
25990         (ULPDIFF): Define.
25991         (ulp): New function.
25992         (check_float_internal): Use ULPDIFF.
25993         (cpow_test): Disable failing test.
25994         (check_ulp): Test ulp() implemetnation.
25995         (main): Call check_ulp before starting tests.
25997 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
25999         * math/gen-libm-test.pl (generate_testfile): Do not handle
26000         START_DATA and END_DATA.
26001         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
26002         END_DATA.
26003         (acos_tonearest_test_data): Likewise.
26004         (acos_towardzero_test_data): Likewise.
26005         (acos_downward_test_data): Likewise.
26006         (acos_upward_test_data): Likewise.
26007         (acosh_test_data): Likewise.
26008         (asin_test_data): Likewise.
26009         (asin_tonearest_test_data): Likewise.
26010         (asin_towardzero_test_data): Likewise.
26011         (asin_downward_test_data): Likewise.
26012         (asin_upward_test_data): Likewise.
26013         (asinh_test_data): Likewise.
26014         (atan_test_data): Likewise.
26015         (atanh_test_data): Likewise.
26016         (atan2_test_data): Likewise.
26017         (cabs_test_data): Likewise.
26018         (cacos_test_data): Likewise.
26019         (cacosh_test_data): Likewise.
26020         (carg_test_data): Likewise.
26021         (casin_test_data): Likewise.
26022         (casinh_test_data): Likewise.
26023         (catan_test_data): Likewise.
26024         (catanh_test_data): Likewise.
26025         (cbrt_test_data): Likewise.
26026         (ccos_test_data): Likewise.
26027         (ccosh_test_data): Likewise.
26028         (ceil_test_data): Likewise.
26029         (cexp_test_data): Likewise.
26030         (cimag_test_data): Likewise.
26031         (clog_test_data): Likewise.
26032         (clog10_test_data): Likewise.
26033         (conj_test_data): Likewise.
26034         (copysign_test_data): Likewise.
26035         (cos_test_data): Likewise.
26036         (cos_tonearest_test_data): Likewise.
26037         (cos_towardzero_test_data): Likewise.
26038         (cos_downward_test_data): Likewise.
26039         (cos_upward_test_data): Likewise.
26040         (cosh_test_data): Likewise.
26041         (cosh_tonearest_test_data): Likewise.
26042         (cosh_towardzero_test_data): Likewise.
26043         (cosh_downward_test_data): Likewise.
26044         (cosh_upward_test_data): Likewise.
26045         (cpow_test_data): Likewise.
26046         (cproj_test_data): Likewise.
26047         (creal_test_data): Likewise.
26048         (csin_test_data): Likewise.
26049         (csinh_test_data): Likewise.
26050         (csqrt_test_data): Likewise.
26051         (ctan_test_data): Likewise.
26052         (ctan_tonearest_test_data): Likewise.
26053         (ctan_towardzero_test_data): Likewise.
26054         (ctan_downward_test_data): Likewise.
26055         (ctan_upward_test_data): Likewise.
26056         (ctanh_test_data): Likewise.
26057         (ctanh_tonearest_test_data): Likewise.
26058         (ctanh_towardzero_test_data): Likewise.
26059         (ctanh_downward_test_data): Likewise.
26060         (ctanh_upward_test_data): Likewise.
26061         (erf_test_data): Likewise.
26062         (erfc_test_data): Likewise.
26063         (exp_test_data): Likewise.
26064         (exp_tonearest_test_data): Likewise.
26065         (exp_towardzero_test_data): Likewise.
26066         (exp_downward_test_data): Likewise.
26067         (exp_upward_test_data): Likewise.
26068         (exp10_test_data): Likewise.
26069         (exp2_test_data): Likewise.
26070         (expm1_test_data): Likewise.
26071         (fabs_test_data): Likewise.
26072         (fdim_test_data): Likewise.
26073         (finite_test_data): Likewise.
26074         (floor_test_data): Likewise.
26075         (fma_test_data): Likewise.
26076         (fma_towardzero_test_data): Likewise.
26077         (fma_downward_test_data): Likewise.
26078         (fma_upward_test_data): Likewise.
26079         (fmax_test_data): Likewise.
26080         (fmin_test_data): Likewise.
26081         (fmod_test_data): Likewise.
26082         (fpclassify_test_data): Likewise.
26083         (frexp_test_data): Likewise.
26084         (gamma_test_data): Likewise.
26085         (hypot_test_data): Likewise.
26086         (ilogb_test_data): Likewise.
26087         (isfinite_test_data): Likewise.
26088         (isgreater_test_data): Likewise.
26089         (isgreaterequal_test_data): Likewise.
26090         (isinf_test_data): Likewise.
26091         (isless_test_data): Likewise.
26092         (islessequal_test_data): Likewise.
26093         (islessgreater_test_data): Likewise.
26094         (isnan_test_data): Likewise.
26095         (isnormal_test_data): Likewise.
26096         (issignaling_test_data): Likewise.
26097         (isunordered_test_data): Likewise.
26098         (j0_test_data): Likewise.
26099         (j1_test_data): Likewise.
26100         (jn_test_data): Likewise.
26101         (ldexp_test_data): Likewise.
26102         (lgamma_test_data): Likewise.
26103         (lrint_test_data): Likewise.
26104         (lrint_tonearest_test_data): Likewise.
26105         (lrint_towardzero_test_data): Likewise.
26106         (lrint_downward_test_data): Likewise.
26107         (lrint_upward_test_data): Likewise.
26108         (llrint_test_data): Likewise.
26109         (llrint_tonearest_test_data): Likewise.
26110         (llrint_towardzero_test_data): Likewise.
26111         (llrint_downward_test_data): Likewise.
26112         (llrint_upward_test_data): Likewise.
26113         (log_test_data): Likewise.
26114         (log10_test_data): Likewise.
26115         (log1p_test_data): Likewise.
26116         (log2_test_data): Likewise.
26117         (logb_test_data): Likewise.
26118         (logb_downward_test_data): Likewise.
26119         (lround_test_data): Likewise.
26120         (llround_test_data): Likewise.
26121         (modf_test_data): Likewise.
26122         (nearbyint_test_data): Likewise.
26123         (nextafter_test_data): Likewise.
26124         (nexttoward_test_data): Likewise.
26125         (pow_test_data): Likewise.
26126         (pow_tonearest_test_data): Likewise.
26127         (pow_towardzero_test_data): Likewise.
26128         (pow_downward_test_data): Likewise.
26129         (pow_upward_test_data): Likewise.
26130         (remainder_test_data): Likewise.
26131         (remainder_tonearest_test_data): Likewise.
26132         (remainder_towardzero_test_data): Likewise.
26133         (remainder_downward_test_data): Likewise.
26134         (remainder_upward_test_data): Likewise.
26135         (remquo_test_data): Likewise.
26136         (rint_test_data): Likewise.
26137         (rint_tonearest_test_data): Likewise.
26138         (rint_towardzero_test_data): Likewise.
26139         (rint_downward_test_data): Likewise.
26140         (rint_upward_test_data): Likewise.
26141         (round_test_data): Likewise.
26142         (scalb_test_data): Likewise.
26143         (scalbn_test_data): Likewise.
26144         (scalbln_test_data): Likewise.
26145         (signbit_test_data): Likewise.
26146         (sin_test_data): Likewise.
26147         (sin_tonearest_test_data): Likewise.
26148         (sin_towardzero_test_data): Likewise.
26149         (sin_downward_test_data): Likewise.
26150         (sin_upward_test_data): Likewise.
26151         (sincos_test_data): Likewise.
26152         (sinh_test_data): Likewise.
26153         (sinh_tonearest_test_data): Likewise.
26154         (sinh_towardzero_test_data): Likewise.
26155         (sinh_downward_test_data): Likewise.
26156         (sinh_upward_test_data): Likewise.
26157         (sqrt_test_data): Likewise.
26158         (tan_test_data): Likewise.
26159         (tan_tonearest_test_data): Likewise.
26160         (tan_towardzero_test_data): Likewise.
26161         (tan_downward_test_data): Likewise.
26162         (tan_upward_test_data): Likewise.
26163         (tanh_test_data): Likewise.
26164         (tgamma_test_data): Likewise.
26165         (trunc_test_data): Likewise.
26166         (y0_test_data): Likewise.
26167         (y1_test_data): Likewise.
26168         (yn_test_data): Likewise.
26169         (significand_test_data): Likewise.
26171         * math/gen-libm-test.pl (@functions): Remove variable.
26172         (generate_testfile): Don't handle START and END lines.
26173         * math/libm-test.inc (START): New macro.
26174         (END): Likewise.
26175         (END_COMPLEX): Likewise.
26176         (acos_test): Use END macro without arguments.
26177         (acos_test_tonearest): Likewise.
26178         (acos_test_towardzero): Likewise.
26179         (acos_test_downward): Likewise.
26180         (acos_test_upward): Likewise.
26181         (acosh_test): Likewise.
26182         (asin_test): Likewise.
26183         (asin_test_tonearest): Likewise.
26184         (asin_test_towardzero): Likewise.
26185         (asin_test_downward): Likewise.
26186         (asin_test_upward): Likewise.
26187         (asinh_test): Likewise.
26188         (atan_test): Likewise.
26189         (atanh_test): Likewise.
26190         (atan2_test): Likewise.
26191         (cabs_test): Likewise.
26192         (cacos_test): Use END_COMPLEX macro without arguments.
26193         (cacosh_test): Likewise.
26194         (carg_test): Use END macro without arguments.
26195         (casin_test): Use END_COMPLEX macro without arguments.
26196         (casinh_test): Likewise.
26197         (catan_test): Likewise.
26198         (catanh_test): Likewise.
26199         (cbrt_test): Use END macro without arguments.
26200         (ccos_test): Use END_COMPLEX macro without arguments.
26201         (ccosh_test): Likewise.
26202         (ceil_test): Use END macro without arguments.
26203         (cexp_test): Use END_COMPLEX macro without arguments.
26204         (cimag_test): Use END macro without arguments.
26205         (clog_test): Use END_COMPLEX macro without arguments.
26206         (clog10_test): Likewise.
26207         (conj_test): Likewise.
26208         (copysign_test): Use END macro without arguments.
26209         (cos_test): Likewise.
26210         (cos_test_tonearest): Likewise.
26211         (cos_test_towardzero): Likewise.
26212         (cos_test_downward): Likewise.
26213         (cos_test_upward): Likewise.
26214         (cosh_test): Likewise.
26215         (cosh_test_tonearest): Likewise.
26216         (cosh_test_towardzero): Likewise.
26217         (cosh_test_downward): Likewise.
26218         (cosh_test_upward): Likewise.
26219         (cpow_test): Use END_COMPLEX macro without arguments.
26220         (cproj_test): Likewise.
26221         (creal_test): Use END macro without arguments.
26222         (csin_test): Use END_COMPLEX macro without arguments.
26223         (csinh_test): Likewise.
26224         (csqrt_test): Likewise.
26225         (ctan_test): Likewise.
26226         (ctan_test_tonearest): Likewise.
26227         (ctan_test_towardzero): Likewise.
26228         (ctan_test_downward): Likewise.
26229         (ctan_test_upward): Likewise.
26230         (ctanh_test): Likewise.
26231         (ctanh_test_tonearest): Likewise.
26232         (ctanh_test_towardzero): Likewise.
26233         (ctanh_test_downward): Likewise.
26234         (ctanh_test_upward): Likewise.
26235         (erf_test): Use END macro without arguments.
26236         (erfc_test): Likewise.
26237         (exp_test): Likewise.
26238         (exp_test_tonearest): Likewise.
26239         (exp_test_towardzero): Likewise.
26240         (exp_test_downward): Likewise.
26241         (exp_test_upward): Likewise.
26242         (exp10_test): Likewise.
26243         (exp2_test): Likewise.
26244         (expm1_test): Likewise.
26245         (fabs_test): Likewise.
26246         (fdim_test): Likewise.
26247         (finite_test): Likewise.
26248         (floor_test): Likewise.
26249         (fma_test): Likewise.
26250         (fma_test_towardzero): Likewise.
26251         (fma_test_downward): Likewise.
26252         (fma_test_upward): Likewise.
26253         (fmax_test): Likewise.
26254         (fmin_test): Likewise.
26255         (fmod_test): Likewise.
26256         (fpclassify_test): Likewise.
26257         (frexp_test): Likewise.
26258         (gamma_test): Likewise.
26259         (hypot_test): Likewise.
26260         (ilogb_test): Likewise.
26261         (isfinite_test): Likewise.
26262         (isgreater_test): Likewise.
26263         (isgreaterequal_test): Likewise.
26264         (isinf_test): Likewise.
26265         (isless_test): Likewise.
26266         (islessequal_test): Likewise.
26267         (islessgreater_test): Likewise.
26268         (isnan_test): Likewise.
26269         (isnormal_test): Likewise.
26270         (issignaling_test): Likewise.
26271         (isunordered_test): Likewise.
26272         (j0_test): Likewise.
26273         (j1_test): Likewise.
26274         (jn_test): Likewise.
26275         (ldexp_test): Likewise.
26276         (lgamma_test): Likewise.
26277         (lrint_test): Likewise.
26278         (lrint_test_tonearest): Likewise.
26279         (lrint_test_towardzero): Likewise.
26280         (lrint_test_downward): Likewise.
26281         (lrint_test_upward): Likewise.
26282         (llrint_test): Likewise.
26283         (llrint_test_tonearest): Likewise.
26284         (llrint_test_towardzero): Likewise.
26285         (llrint_test_downward): Likewise.
26286         (llrint_test_upward): Likewise.
26287         (log_test): Likewise.
26288         (log10_test): Likewise.
26289         (log1p_test): Likewise.
26290         (log2_test): Likewise.
26291         (logb_test): Likewise.
26292         (logb_test_downward): Likewise.
26293         (lround_test): Likewise.
26294         (llround_test): Likewise.
26295         (modf_test): Likewise.
26296         (nearbyint_test): Likewise.
26297         (nextafter_test): Likewise.
26298         (nexttoward_test): Likewise.
26299         (pow_test): Likewise.
26300         (pow_test_tonearest): Likewise.
26301         (pow_test_towardzero): Likewise.
26302         (pow_test_downward): Likewise.
26303         (pow_test_upward): Likewise.
26304         (remainder_test): Likewise.
26305         (remainder_test_tonearest): Likewise.
26306         (remainder_test_towardzero): Likewise.
26307         (remainder_test_downward): Likewise.
26308         (remainder_test_upward): Likewise.
26309         (remquo_test): Likewise.
26310         (rint_test): Likewise.
26311         (rint_test_tonearest): Likewise.
26312         (rint_test_towardzero): Likewise.
26313         (rint_test_downward): Likewise.
26314         (rint_test_upward): Likewise.
26315         (round_test): Likewise.
26316         (scalb_test): Likewise.
26317         (scalbn_test): Likewise.
26318         (scalbln_test): Likewise.
26319         (signbit_test): Likewise.
26320         (sin_test): Likewise.
26321         (sin_test_tonearest): Likewise.
26322         (sin_test_towardzero): Likewise.
26323         (sin_test_downward): Likewise.
26324         (sin_test_upward): Likewise.
26325         (sincos_test): Likewise.
26326         (sinh_test): Likewise.
26327         (sinh_test_tonearest): Likewise.
26328         (sinh_test_towardzero): Likewise.
26329         (sinh_test_downward): Likewise.
26330         (sinh_test_upward): Likewise.
26331         (sqrt_test): Likewise.
26332         (tan_test): Likewise.
26333         (tan_test_tonearest): Likewise.
26334         (tan_test_towardzero): Likewise.
26335         (tan_test_downward): Likewise.
26336         (tan_test_upward): Likewise.
26337         (tanh_test): Likewise.
26338         (tgamma_test): Likewise.
26339         (trunc_test): Likewise.
26340         (y0_test): Likewise.
26341         (y1_test): Likewise.
26342         (yn_test): Likewise.
26343         (significand_test): Likewise.
26345 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
26347         [BZ #15381]
26348         * libio/genops.c (_IO_no_init): Initialize wide struct info.
26350 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
26352         [BZ #14894]
26353         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
26354         __ppc_mdoio and __ppc_mdoom.
26355         * manual/platform.texi: Document new functions __ppc_yield,
26356         __ppc_mdoio and __ppc_mdoom.
26358 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
26360         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
26361         (main): Mention "tls" pseudo-hwcap is legacy.
26362         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
26364 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26366         * math/gen-libm-test.pl (parse_args): Output only string of
26367         arguments as text for test name, not full call or descriptions of
26368         tests for extra outputs.
26369         (generate_testfile): Do not pass function name to parse_args.
26370         Generate this_func variable from START.
26371         * math/libm-test.inc (struct test_f_f_data): Rename test_name
26372         field to arg_str.
26373         (struct test_ff_f_data): Likewise.
26374         (test_ff_f_data_nexttoward): Likewise.
26375         (struct test_fi_f_data): Likewise.
26376         (struct test_fl_f_data): Likewise.
26377         (struct test_if_f_data): Likewise.
26378         (struct test_fff_f_data): Likewise.
26379         (struct test_c_f_data): Likewise.
26380         (struct test_f_f1_data): Likewise.  Remove field extra_name.
26381         (struct test_fF_f1_data): Likewise.
26382         (struct test_ffI_f1_data): Likewise.
26383         (struct test_c_c_data): Rename test_name field to arg_str.
26384         (struct test_cc_c_data): Likewise.
26385         (struct test_f_i_data): Likewise.
26386         (struct test_ff_i_data): Likewise.
26387         (struct test_f_l_data): Likewise.
26388         (struct test_f_L_data): Likewise.
26389         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
26390         and extra2_name.
26391         (COMMON_TEST_SETUP): New macro.
26392         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
26393         (COMMON_TEST_CLEANUP): Likewise.
26394         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
26395         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
26396         macros.
26397         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
26398         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
26399         macros.
26400         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
26401         (RUN_TEST_fff_f): Take argument string.  Call new setup and
26402         cleanup macros.
26403         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
26404         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
26405         macros.
26406         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
26407         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
26408         macros.
26409         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26410         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
26411         cleanup macros.
26412         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26413         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
26414         cleanup macros.
26415         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26416         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
26417         cleanup macros.
26418         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26419         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
26420         macros.
26421         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
26422         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
26423         macros.
26424         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
26425         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
26426         macros.
26427         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
26428         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
26429         cleanup macros.
26430         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
26431         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
26432         cleanup macros.
26433         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
26434         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
26435         macros.
26436         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
26437         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
26438         cleanup macros.
26439         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
26440         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
26441         macros.
26442         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
26443         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
26444         macros.
26445         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
26446         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
26447         cleanup macros.
26448         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
26450 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
26452         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
26453         to _sifields.sigfault.
26454         (si_addr_lsb): Define new macro.
26455         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
26456         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26457         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
26459 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
26461         [BZ #15441]
26462         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
26463         returns -1.
26464         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
26465         null return -1.
26466         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
26467         loading the domain.
26469 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
26471         * math/gen-libm-test.pl (parse_args): Do not include expected
26472         result in test name.
26473         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
26474         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26475         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26476         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26477         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26480 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26482         * benchtests/Makefile: Sort function entries.
26484         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
26485         tanh, asinh, acosh, atanh.
26486         * benchtests/acos-inputs: New file.
26487         * benchtests/acosh-inputs: New file.
26488         * benchtests/asin-inputs: New file.
26489         * benchtests/asinh-inputs: New file.
26490         * benchtests/atanh-inputs: New file.
26491         * benchtests/cosh-inputs: New file.
26492         * benchtests/log-inputs: New file.
26493         * benchtests/sinh-inputs: New file.
26494         * benchtests/tanh-inputs: New file.
26496 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
26498         [BZ #15339]
26499         * posix/tst-getaddrinfo4.c: New test.
26500         * posix/Makefile (tests): Add it.
26502 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26504         [BZ #15339]
26505         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
26506         when no services were used.
26507         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
26508         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
26510 2013-05-21  Andreas Schwab  <schwab@suse.de>
26512         [BZ #15014]
26513         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
26514         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
26515         successful.
26516         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
26517         redundant variable declarations and reallocation of buffer when
26518         parsing as IPv6 address.  Always set NSS status when called from
26519         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
26520         buffer too small.  Correct computation of needed size.
26521         * nss/Makefile (tests): Add test-digits-dots.
26522         * nss/test-digits-dots.c: New test.
26524 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26526         * benchtests/Makefile: Remove instructions for adding
26527         benchmark tests.
26528         * benchtests/README: New file to explain how to execute and
26529         enhance the benchmark tests.
26531 2013-05-21  Andreas Schwab  <schwab@suse.de>
26533         [BZ #15493]
26534         * setjmp/Makefile (tests): Add tst-sigsetjmp.
26535         * setjmp/tst-sigsetjmp.c: New test.
26537 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26539         * sysdeps/x86_64/memset.S (memset): New implementation.
26540         (__bzero): Likewise.
26541         (__memset_tail): New function.
26543 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
26545         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
26546         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
26547         __memcpy_sse2_unaligned ifunc selection.
26548         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26549         Add memcpy-sse2-unaligned.S.
26550         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26551         Add: __memcpy_sse2_unaligned.
26553 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
26555         [BZ #15490]
26556         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26557         math_force_eval before restoring floating-point envrionment.
26558         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
26559         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
26560         Likewise.
26561         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
26562         <math_private.h>.
26563         (__nearbyintl): Use math_force_eval before restoring
26564         floating-point environment.
26565         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
26567         * math/gen-libm-test.pl (special_functions): Remove.
26568         (parse_args): Don't handle TEST_extra.  Handle functions with no
26569         return value.
26570         * math/libm-test.inc (struct test_sincos_data): Replace with
26571         struct test_fFF_11_data.
26572         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
26573         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
26574         (sincos_test_data): Change element type to struct
26575         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
26576         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
26577         RUN_TEST_LOOP_sincos.
26578         * math/README.libm-test: Don't mention special handling of
26579         individual functions.
26580         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
26581         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26582         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
26583         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26584         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
26585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26587         * math/gen-libm-test.pl (get_variable): Remove function.
26588         (parse_args): Don't show pointer parameters to call in test
26589         names.  Use "extra output N" in test names for extra outputs
26590         rather than naming variables.
26592 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
26594         [BZ #15488]
26595         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
26596         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
26597         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
26598         double tests.
26599         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
26600         disable.
26601         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
26602         check_long_double.
26604         * math/gen-libm-test.pl (@tests): Remove variable.
26605         ($count): Likewise.
26606         (new_test): Remove function.
26607         (show_exceptions): New function.
26608         (special_functions): Use show_exceptions instead of new_test.
26609         (parse_args): Likewise.
26610         (generate_testfile): Pass only function name in generated call to
26611         print_max_error or print_complex_max_error.
26612         (get_ulps): Do not handle complex tests specially.
26613         (output_test): Rename to ...
26614         (get_all_ulps_for_test): ... this.  Return a string rather than
26615         printing to a file.  Require ulps to be present.
26616         (output_ulps): Generate arrays rather than #defines.
26617         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
26618         (struct ulp_data): New type.
26619         (BUILD_COMPLEX_ULP): Remove macro.
26620         (compare_ulp_data): New function.
26621         (find_ulps): Likewise.
26622         (find_test_ulps): Likewise.
26623         (find_function_ulps): Likewise.
26624         (find_complex_function_ulps): Likewise.
26625         (print_max_error): Determine allowed ulps using
26626         find_function_ulps.
26627         (print_complex_max_error): Determine allowed ulps using
26628         find_complex_function_ulps.
26629         (check_float_internal): Determine max ulps using find_test_ulps.
26630         (check_float): Do not take max_ulp parameter.  Update call to
26631         check_float_internal.
26632         (check_complex): Likewise.
26633         (check_int): Do not take max_ulp parameter.
26634         (check_long): Likewise.
26635         (check_bool): Likewise.
26636         (check_longlong): Likewise.
26637         (struct test_f_f_data): Remove max_ulp field.
26638         (struct test_ff_f_data): Likewise.
26639         (struct test_ff_f_data_nexttoward): Likewise.
26640         (struct test_fi_f_data): Likewise.
26641         (struct test_fl_f_data): Likewise.
26642         (struct test_if_f_data): Likewise.
26643         (struct test_fff_f_data): Likewise.
26644         (struct test_c_f_data): Likewise.
26645         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
26646         (struct test_fF_f1_data): Likewise.
26647         (struct test_ffI_f1_data): Likewise.
26648         (struct test_c_c_data): Remove max_ulp field.
26649         (struct test_cc_c_data): Likewise.
26650         (struct test_f_i_data): Likewise.
26651         (struct test_ff_i_data): Likewise.
26652         (struct test_f_l_data): Likewise.
26653         (struct test_f_L_data): Likewise.
26654         (struct test_sincos_data): Likewise.
26655         (RUN_TEST_f_f): Do not handle ulps.
26656         (RUN_TEST_LOOP_f_f): Likewise.
26657         (RUN_TEST_2_f): Likewise.
26658         (RUN_TEST_LOOP_2_f): Likewise.
26659         (RUN_TEST_fff_f): Likewise.
26660         (RUN_TEST_LOOP_fff_f): Likewise.
26661         (RUN_TEST_c_f): Likewise.
26662         (RUN_TEST_LOOP_c_f): Likewise.
26663         (RUN_TEST_f_f1): Likewise.
26664         (RUN_TEST_LOOP_f_f1): Likewise.
26665         (RUN_TEST_fF_f1): Likewise.
26666         (RUN_TEST_LOOP_fF_f1): Likewise.
26667         (RUN_TEST_fI_f1): Likewise.
26668         (RUN_TEST_LOOP_fI_f1): Likewise.
26669         (RUN_TEST_ffI_f1): Likewise.
26670         (RUN_TEST_LOOP_ffI_f1): Likewise.
26671         (RUN_TEST_c_c): Likewise.
26672         (RUN_TEST_LOOP_c_c): Likewise.
26673         (RUN_TEST_cc_c): Likewise.
26674         (RUN_TEST_LOOP_cc_c): Likewise.
26675         (RUN_TEST_f_i): Likewise.
26676         (RUN_TEST_LOOP_f_i): Likewise.
26677         (RUN_TEST_f_i_tg): Likewise.
26678         (RUN_TEST_LOOP_f_i_tg): Likewise.
26679         (RUN_TEST_ff_i_tg): Likewise.
26680         (RUN_TEST_LOOP_ff_i_tg): Likewise.
26681         (RUN_TEST_f_b): Likewise.
26682         (RUN_TEST_LOOP_f_b): Likewise.
26683         (RUN_TEST_f_b_tg): Likewise.
26684         (RUN_TEST_LOOP_f_b_tg): Likewise.
26685         (RUN_TEST_f_l): Likewise.
26686         (RUN_TEST_LOOP_f_l): Likewise.
26687         (RUN_TEST_f_L): Likewise.
26688         (RUN_TEST_LOOP_f_L): Likewise.
26689         (RUN_TEST_sincos): Likewise.
26690         (RUN_TEST_LOOP_sincos): Likewise.
26692 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
26694         [BZ #15480]
26695         [BZ #15485]
26696         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
26697         main case of finite arguments, set rounding mode to FE_TONEAREST
26698         and discard exceptions.
26699         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
26700         exceptions.
26701         (remainder_tonearest_test_data): New variable.
26702         (remainder_test_tonearest): New function.
26703         (remainder_towardzero_test_data): New variable.
26704         (remainder_test_towardzero): New function.
26705         (remainder_downward_test_data): New variable.
26706         (remainder_test_downward): New function.
26707         (remainder_upward_test_data): New variable.
26708         (remainder_test_upward): New function.
26709         (main): Call the new test functions.
26711         * math/libm-test.inc (struct test_f_f1_data): Remove field
26712         extra_init.
26713         (struct test_fF_f1_data): Likewise.
26714         (struct test_ffI_f1_data): Likewise.
26715         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
26716         based on value of EXTRA_EXPECTED.
26717         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
26718         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
26719         EXTRA_VAR based on value of EXTRA_EXPECTED.
26720         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
26721         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
26722         EXTRA_VAR based on value of EXTRA_EXPECTED.
26723         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
26724         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
26725         EXTRA_VAR based on value of EXTRA_EXPECTED.
26726         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
26727         * math/gen-libm-test.pl (parse_args): Don't output initializers
26728         for extra output values.
26730         * math/libm-test.inc (check_int): Expect result to be exactly
26731         equal to expected value and do not handle ulps.
26732         (check_long): Likewise.
26733         (check_longlong): Likewise.
26735         * math/libm-test.inc (ceil_test_data): Test for "inexact"
26736         exceptions.
26737         (cimag_test_data): Likewise.
26738         (conj_test_data): Likewise.
26739         (copysign_test_data): Likewise.
26740         (cproj_test_data): Likewise.
26741         (creal_test_data): Likewise.
26742         (fabs_test_data): Likewise.
26743         (fdim_test_data): Likewise.
26744         (finite_test_data): Likewise.
26745         (floor_test_data): Likewise.
26746         (fmax_test_data): Likewise.
26747         (fmin_test_data): Likewise.
26748         (fmod_test_data): Likewise.
26749         (fpclassify_test_data): Likewise.
26750         (frexp_test_data): Likewise.
26751         (ilogb_test_data): Likewise.
26752         (isfinite_test_data): Likewise.
26753         (isgreater_test_data): Likewise.
26754         (isgreaterequal_test_data): Likewise.
26755         (isinf_test_data): Likewise.
26756         (isless_test_data): Likewise.
26757         (islessequal_test_data): Likewise.
26758         (islessgreater_test_data): Likewise.
26759         (isnan_test_data): Likewise.
26760         (isnormal_test_data): Likewise.
26761         (issignaling_test_data): Likewise.
26762         (isunordered_test_data): Likewise.
26763         (ldexp_test_data): Likewise.
26764         (lrint_test_data): Likewise.
26765         (lrint_test_data) [TEST_FLOAT]: Disable one test.
26766         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
26767         (lrint_tonearest_test_data): Test for "inexact" exceptions.
26768         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26769         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
26770         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26771         test input.
26772         (lrint_towardzero_test_data): Test for "inexact" exceptions.
26773         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26774         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
26775         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
26776         that test input.
26777         (lrint_downward_test_data): Test for "inexact" exceptions.
26778         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26779         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
26780         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
26781         test input.
26782         (lrint_upward_test_data): Test for "inexact" exceptions.
26783         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
26784         test input.
26785         (llrint_test_data): Test for "inexact" exceptions.
26786         (llrint_test_data) [TEST_FLOAT]: Disable one test.
26787         (llrint_tonearest_test_data): Test for "inexact" exceptions.
26788         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
26789         (llrint_towardzero_test_data): Test for "inexact" exceptions.
26790         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
26791         (llrint_downward_test_data): Test for "inexact" exceptions.
26792         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
26793         (llrint_upward_test_data): Test for "inexact" exceptions.
26794         (logb_test_data): Likewise.
26795         (logb_downward_test_data): Likewise.
26796         (nextafter_test_data): Likewise.
26797         (nexttoward_test_data): Likewise.
26798         (remainder_test_data): Likewise.
26799         (remquo_test_data): Likewise.
26800         (scalbn_test_data): Likewise.
26801         (scalbln_test_data): Likewise.
26802         (signbit_test_data): Likewise.
26803         (sqrt_test_data): Likewise.
26804         (significand_test_data): Likewise.
26806 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26808         [BZ #15424]
26809         * benchtests/bench-modf.c (struct args): Mark arg0 as
26810         volatile.
26811         * scripts/bench.pl: Mark members of struct args as volatile.
26813 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26815         [BZ # 15497]
26816         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
26817         negative infinity on POWER6 or lower.
26818         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
26820 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
26822         [BZ #15442]
26823         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
26824         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
26825         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
26826         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
26827         (_FP_SETQNAN): New macro.
26828         (_FP_SETQNAN_SEMIRAW): Likewise.
26829         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
26830         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
26831         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
26832         (FP_EXTEND): Use _FP_FRAC_SNANP.
26833         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
26834         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
26835         into account.
26836         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26837         New macro.
26838         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
26839         Likewise.
26841 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
26843         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
26844         with DIVIDE_BY_ZERO_EXCEPTION.
26845         (gamma_test_data): Likewise.
26846         (lgamma_test_data): Likewise.
26847         (log_test_data): Likewise.
26848         (log10_test_data): Likewise.
26849         (log2_test_data): Likewise.
26850         (tgamma_test_data): Likewise.
26852         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
26853         (acos_test_tonearest): Likewise.
26854         (acos_test_towardzero): Likewise.
26855         (acos_test_downward): Likewise.
26856         (acos_test_upward): Likewise.
26857         (acosh_test): Likewise.
26858         (asin_test): Likewise.
26859         (asin_test_tonearest): Likewise.
26860         (asin_test_towardzero): Likewise.
26861         (asin_test_downward): Likewise.
26862         (asin_test_upward): Likewise.
26863         (asinh_test): Likewise.
26864         (atan_test): Likewise.
26865         (atanh_test): Likewise.
26866         (atan2_test): Likewise.
26867         (cabs_test): Likewise.
26868         (cacos_test): Likewise.
26869         (cacosh_test): Likewise.
26870         (casin_test): Likewise.
26871         (casinh_test): Likewise.
26872         (catan_test): Likewise.
26873         (catanh_test): Likewise.
26874         (cbrt_test): Likewise.
26875         (ccos_test): Likewise.
26876         (ccosh_test): Likewise.
26877         (cexp_test): Likewise.
26878         (clog_test): Likewise.
26879         (clog10_test): Likewise.
26880         (cos_test): Likewise.
26881         (cos_test_tonearest): Likewise.
26882         (cos_test_towardzero): Likewise.
26883         (cos_test_downward): Likewise.
26884         (cos_test_upward): Likewise.
26885         (cosh_test): Likewise.
26886         (cosh_test_tonearest): Likewise.
26887         (cosh_test_towardzero): Likewise.
26888         (cosh_test_downward): Likewise.
26889         (cosh_test_upward): Likewise.
26890         (cpow_test): Likewise.
26891         (csin_test): Likewise.
26892         (csinh_test): Likewise.
26893         (csqrt_test): Likewise.
26894         (ctan_test): Likewise.
26895         (ctan_test_tonearest): Likewise.
26896         (ctan_test_towardzero): Likewise.
26897         (ctan_test_downward): Likewise.
26898         (ctan_test_upward): Likewise.
26899         (ctanh_test): Likewise.
26900         (ctanh_test_tonearest): Likewise.
26901         (ctanh_test_towardzero): Likewise.
26902         (ctanh_test_downward): Likewise.
26903         (ctanh_test_upward): Likewise.
26904         (erf_test): Likewise.
26905         (erfc_test): Likewise.
26906         (exp_test): Likewise.
26907         (exp_test_tonearest): Likewise.
26908         (exp_test_towardzero): Likewise.
26909         (exp_test_downward): Likewise.
26910         (exp_test_upward): Likewise.
26911         (exp10_test): Likewise.
26912         (exp2_test): Likewise.
26913         (expm1_test): Likewise.
26914         (fmod_test): Likewise.
26915         (gamma_test): Likewise.
26916         (hypot_test): Likewise.
26917         (j0_test): Likewise.
26918         (j1_test): Likewise.
26919         (jn_test): Likewise.
26920         (lgamma_test): Likewise.
26921         (log_test): Likewise.
26922         (log10_test): Likewise.
26923         (log1p_test): Likewise.
26924         (log2_test): Likewise.
26925         (logb_test_downward): Likewise.
26926         (pow_test): Likewise.
26927         (pow_test_tonearest): Likewise.
26928         (pow_test_towardzero): Likewise.
26929         (pow_test_downward): Likewise.
26930         (pow_test_upward): Likewise.
26931         (remainder_test): Likewise.
26932         (remquo_test): Likewise.
26933         (sin_test): Likewise.
26934         (sin_test_tonearest): Likewise.
26935         (sin_test_towardzero): Likewise.
26936         (sin_test_downward): Likewise.
26937         (sin_test_upward): Likewise.
26938         (sincos_test): Likewise.
26939         (sinh_test): Likewise.
26940         (sinh_test_tonearest): Likewise.
26941         (sinh_test_towardzero): Likewise.
26942         (sinh_test_downward): Likewise.
26943         (sinh_test_upward): Likewise.
26944         (sqrt_test): Likewise.
26945         (tan_test): Likewise.
26946         (tan_test_tonearest): Likewise.
26947         (tan_test_towardzero): Likewise.
26948         (tan_test_downward): Likewise.
26949         (tan_test_upward): Likewise.
26950         (tanh_test): Likewise.
26951         (tgamma_test): Likewise.
26952         (y0_test): Likewise.
26953         (y1_test): Likewise.
26954         (yn_test): Likewise.
26956         * math/gen-libm-test.pl (adjust_arg): Remove function.
26957         (special_function): Remove argument $in_func.  Only handle
26958         generating output for tables of tests, not inside functions.
26959         (parse_args): Likewise.
26960         (generate_testfile): Remove variable $in_func.  Update call to
26961         parse_args.
26962         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
26963         (MINUS_ZERO_INIT): Rename macro to minus_zero.
26964         (PLUS_INFTY_INIT): Rename macro to plus_infty.
26965         (MINUS_INFTY_INIT): Rename macro to minus_infty.
26966         (QNAN_VALUE_INIT): Rename macro to qnan_value.
26967         (MAX_VALUE_INIT): Rename macro to max_value.
26968         (MIN_VALUE_INIT): Rename macro to min_value.
26969         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
26970         (plus_zero): Remove variable.
26971         (minus_zero): Likewise.
26972         (plus_infty): Likewise.
26973         (minus_infty): Likewise.
26974         (qnan_value): Likewise.
26975         (max_value): Likewise.
26976         (min_value): Likewise.
26977         (min_subnorm_value): Likewise.
26979 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26981         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
26982         uint64_t or uint32_t usage.
26983         * crypt/sha256-block.c: Likewise.
26984         * crypt/sha256-crypt.c: Likewise.
26985         * crypt/sha256.c: Likewise.
26986         * crypt/sha512-block.c: Likewise.
26987         * crypt/sha512-crypt.c: Likewise.
26988         * crypt/sha512.c: Likewise.
26989         * debug/backtrace-tst.c: Likewise.
26990         * debug/pcprofiledump.c: Likewise.
26991         * elf/cache.c: Likewise.
26992         * elf/dl-cache.c: Likewise.
26993         * elf/dl-misc.c: Likewise.
26994         * elf/dl-profile.c: Likewise.
26995         * elf/dl-support.c: Likewise.
26996         * elf/ldconfig.c: Likewise.
26997         * elf/sprof.c: Likewise.
26998         * iconv/dummy-repertoire.c: Likewise.
26999         * iconv/iconv_charmap.c: Likewise.
27000         * iconv/skeleton.c: Likewise.
27001         * iconvdata/8bit-generic.c: Likewise.
27002         * iconvdata/cp737.h: Likewise.
27003         * iconvdata/cp775.h: Likewise.
27004         * iconvdata/ibm1008.h: Likewise.
27005         * iconvdata/ibm1025.h: Likewise.
27006         * iconvdata/ibm1046.h: Likewise.
27007         * iconvdata/ibm1097.h: Likewise.
27008         * iconvdata/ibm1112.h: Likewise.
27009         * iconvdata/ibm1122.h: Likewise.
27010         * iconvdata/ibm1123.h: Likewise.
27011         * iconvdata/ibm1124.h: Likewise.
27012         * iconvdata/ibm1129.h: Likewise.
27013         * iconvdata/ibm1130.h: Likewise.
27014         * iconvdata/ibm1132.h: Likewise.
27015         * iconvdata/ibm1133.h: Likewise.
27016         * iconvdata/ibm1137.h: Likewise.
27017         * iconvdata/ibm1140.h: Likewise.
27018         * iconvdata/ibm1141.h: Likewise.
27019         * iconvdata/ibm1142.h: Likewise.
27020         * iconvdata/ibm1143.h: Likewise.
27021         * iconvdata/ibm1144.h: Likewise.
27022         * iconvdata/ibm1145.h: Likewise.
27023         * iconvdata/ibm1146.h: Likewise.
27024         * iconvdata/ibm1147.h: Likewise.
27025         * iconvdata/ibm1148.h: Likewise.
27026         * iconvdata/ibm1149.h: Likewise.
27027         * iconvdata/ibm1153.h: Likewise.
27028         * iconvdata/ibm1154.h: Likewise.
27029         * iconvdata/ibm1155.h: Likewise.
27030         * iconvdata/ibm1156.h: Likewise.
27031         * iconvdata/ibm1157.h: Likewise.
27032         * iconvdata/ibm1158.h: Likewise.
27033         * iconvdata/ibm1160.h: Likewise.
27034         * iconvdata/ibm1161.h: Likewise.
27035         * iconvdata/ibm1162.h: Likewise.
27036         * iconvdata/ibm1163.h: Likewise.
27037         * iconvdata/ibm1164.h: Likewise.
27038         * iconvdata/ibm1166.h: Likewise.
27039         * iconvdata/ibm1167.h: Likewise.
27040         * iconvdata/ibm12712.h: Likewise.
27041         * iconvdata/ibm1390.h: Likewise.
27042         * iconvdata/ibm1399.h: Likewise.
27043         * iconvdata/ibm16804.h: Likewise.
27044         * iconvdata/ibm4517.h: Likewise.
27045         * iconvdata/ibm4899.h: Likewise.
27046         * iconvdata/ibm4909.h: Likewise.
27047         * iconvdata/ibm4971.h: Likewise.
27048         * iconvdata/ibm5347.h: Likewise.
27049         * iconvdata/ibm803.h: Likewise.
27050         * iconvdata/ibm856.h: Likewise.
27051         * iconvdata/ibm901.h: Likewise.
27052         * iconvdata/ibm902.h: Likewise.
27053         * iconvdata/ibm9030.h: Likewise.
27054         * iconvdata/ibm9066.h: Likewise.
27055         * iconvdata/ibm921.h: Likewise.
27056         * iconvdata/ibm922.h: Likewise.
27057         * iconvdata/ibm9448.h: Likewise.
27058         * iconvdata/isiri-3342.h: Likewise.
27059         * iconvdata/jis0201.h: Likewise.
27060         * include/link.h: Likewise.
27061         * include/netdb.h: Likewise.
27062         * inet/check_native.c: Likewise.
27063         * inet/check_pf.c: Likewise.
27064         * inet/getipv4sourcefilter.c: Likewise.
27065         * inet/getnameinfo.c: Likewise.
27066         * inet/getsourcefilter.c: Likewise.
27067         * inet/htonl.c: Likewise.
27068         * inet/setipv4sourcefilter.c: Likewise.
27069         * inet/setsourcefilter.c: Likewise.
27070         * inet/test-inet6_opt.c: Likewise.
27071         * inet/tst-network.c: Likewise.
27072         * locale/C-collate.c: Likewise.
27073         * locale/C-ctype.c: Likewise.
27074         * locale/C-time.c: Likewise.
27075         * locale/C-translit.h: Likewise.
27076         * locale/loadarchive.c: Likewise.
27077         * locale/programs/3level.h: Likewise.
27078         * locale/programs/charmap.c: Likewise.
27079         * locale/programs/charmap.h: Likewise.
27080         * locale/programs/ld-address.c: Likewise.
27081         * locale/programs/ld-collate.c: Likewise.
27082         * locale/programs/ld-ctype.c: Likewise.
27083         * locale/programs/ld-identification.c: Likewise.
27084         * locale/programs/ld-measurement.c: Likewise.
27085         * locale/programs/ld-messages.c: Likewise.
27086         * locale/programs/ld-monetary.c: Likewise.
27087         * locale/programs/ld-name.c: Likewise.
27088         * locale/programs/ld-numeric.c: Likewise.
27089         * locale/programs/ld-paper.c: Likewise.
27090         * locale/programs/ld-telephone.c: Likewise.
27091         * locale/programs/ld-time.c: Likewise.
27092         * locale/programs/linereader.c: Likewise.
27093         * locale/programs/locale.c: Likewise.
27094         * locale/programs/locarchive.c: Likewise.
27095         * locale/programs/locfile.h: Likewise.
27096         * locale/programs/repertoire.c: Likewise.
27097         * locale/programs/simple-hash.c: Likewise.
27098         * locale/programs/simple-hash.h: Likewise.
27099         * malloc/memusage.c: Likewise.
27100         * malloc/memusagestat.c: Likewise.
27101         * nis/nis_defaults.c: Likewise.
27102         * nis/nis_hash.c: Likewise.
27103         * nis/nis_print.c: Likewise.
27104         * nis/nis_xdr.c: Likewise.
27105         * nscd/connections.c: Likewise.
27106         * nscd/hstcache.c: Likewise.
27107         * nscd/nscd_gethst_r.c: Likewise.
27108         * nscd/nscd_getserv_r.c: Likewise.
27109         * nscd/nscd_helper.c: Likewise.
27110         * nscd/servicescache.c: Likewise.
27111         * nss/makedb.c: Likewise.
27112         * nss/nss_db/db-XXX.c: Likewise.
27113         * nss/nss_db/db-initgroups.c: Likewise.
27114         * nss/nss_db/db-netgrp.c: Likewise.
27115         * nss/nss_files/files-network.c: Likewise.
27116         * nss/nss_files/files-parse.c: Likewise.
27117         * posix/bug-regex5.c: Likewise.
27118         * posix/fnmatch_loop.c: Likewise.
27119         * posix/regcomp.c: Likewise.
27120         * posix/regexec.c: Likewise.
27121         * posix/tst-rfc3484-2.c: Likewise.
27122         * posix/tst-rfc3484-3.c: Likewise.
27123         * posix/tst-rfc3484.c: Likewise.
27124         * resolv/nss_dns/dns-canon.c: Likewise.
27125         * resolv/nss_dns/dns-network.c: Likewise.
27126         * resolv/res_init.c: Likewise.
27127         * resolv/res_mkquery.c: Likewise.
27128         * resolv/tst-aton.c: Likewise.
27129         * stdlib/cxa_atexit.c: Likewise.
27130         * stdlib/cxa_finalize.c: Likewise.
27131         * stdlib/gen-fpioconst.c: Likewise.
27132         * stdlib/strtol_l.c: Likewise.
27133         * string/tst-endian.c: Likewise.
27134         * sunrpc/auth_des.c: Likewise.
27135         * sunrpc/clnt_udp.c: Likewise.
27136         * sunrpc/rtime.c: Likewise.
27137         * sunrpc/svcauth_des.c: Likewise.
27138         * sunrpc/xdr.c: Likewise.
27139         * sunrpc/xdr_intXX_t.c: Likewise.
27140         * sunrpc/xdr_rec.c: Likewise.
27141         * sysdeps/generic/ldconfig.h: Likewise.
27142         * sysdeps/generic/ldsodefs.h: Likewise.
27143         * sysdeps/generic/memusage.h: Likewise.
27144         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
27145         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
27146         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
27147         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
27148         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
27149         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27150         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
27151         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
27152         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
27153         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27154         * sysdeps/posix/getaddrinfo.c: Likewise.
27155         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27156         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27157         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27158         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27159         * sysdeps/powerpc/test-gettimebase.c: Likewise.
27160         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27161         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
27162         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
27163         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
27164         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
27165         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
27166         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
27167         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
27168         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
27169         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
27170         * sysdeps/x86_64/dl-tls.h: Likewise.
27171         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
27172         * time/alt_digit.c: Likewise.
27173         * time/era.c: Likewise.
27174         * wcsmbs/tst-c16c32-1.c: Likewise.
27176 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27178         * math/libm-test.inc (struct test_sincos_data): New type.
27179         (RUN_TEST_LOOP_sincos): New macro.
27180         (sincos_test_data): New variable.
27181         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
27183 2013-05-16  Richard Henderson  <rth@redhat.com>
27185         * math/atest-exp2.c (LIMB64): New macro.
27186         (CONSTSZ): New macro.
27187         (mp_exp1, mp_exp_m1, mp_log2): New variables.
27188         (hexdig): Move ...
27189         (print_mpn_fp): ... to function scope.
27190         (read_mpn_hex): Remove.
27191         (get_log2): Remove.
27192         (exp2_mpn): Use mp_log2.
27193         (main): Use mp_exp1.
27195 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27197         * math/libm-test.inc: Remove comment about not testing "inexact"
27198         exceptions.
27199         (INEXACT_EXCEPTION): New macro.
27200         (NO_INEXACT_EXCEPTION): Likewise.
27201         (INVALID_EXCEPTION_OK): Update value.
27202         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
27203         (OVERFLOW_EXCEPTION_OK): Likewise.
27204         (UNDERFLOW_EXCEPTION_OK): Likewise.
27205         (IGNORE_ZERO_INF_SIGN): Likewise.
27206         (ERRNO_UNCHANGED): Likewise.
27207         (ERRNO_EDOM): Likewise.
27208         (ERRNO_ERANGE): Likewise.
27209         (test_exceptions): Handle testing "inexact" exceptions.
27210         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
27211         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
27212         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
27213         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
27214         INEXACT_EXCEPTION.
27215         (rint_towardzero_test_data): Likewise.
27216         (rint_downward_test_data): Likewise.
27217         (rint_upward_test_data): Likewise.
27219         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
27220         with OVERFLOW_EXCEPTION.
27221         (exp10_test_data): Likewise.
27222         (exp2_test_data): Likewise.
27223         (expm1_test_data): Likewise.
27224         (lgamma_test_data): Likewise.
27225         (pow_test_data): Likewise.
27226         (tgamma_test_data): Likewise.
27227         (yn_test_data): Remove duplicate test of overflow.
27229         * math/libm-test.inc (struct test_cc_c_data): New type.
27230         (RUN_TEST_LOOP_cc_c): New macro.
27231         (cpow_test_data): New variable.
27232         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
27234         * math/libm-test.inc (struct test_f_L_data): New type.
27235         (RUN_TEST_LOOP_f_L): New macro.
27236         (llrint_test_data): New variable.
27237         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
27238         (llrint_tonearest_test_data): New variable.
27239         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
27240         (llrint_towardzero_test_data): New variable.
27241         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
27242         (llrint_downward_test_data): New variable.
27243         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
27244         (llrint_upward_test_data): New variable.
27245         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
27246         (llround_test_data): New variable.
27247         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
27249 2013-05-13  Peter Collingbourne  <pcc@google.com>
27251         * math/atest-exp2.c (get_log2): Remove const attribute.
27253 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27255         * math/libm-test.inc (struct test_f_l_data): New type.
27256         (RUN_TEST_LOOP_f_l): New macro.
27257         (lrint_test_data): New variable.
27258         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
27259         (lrint_tonearest_test_data): New variable.
27260         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
27261         (lrint_towardzero_test_data): New variable.
27262         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
27263         (lrint_downward_test_data): New variable.
27264         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
27265         (lrint_upward_test_data): New variable.
27266         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
27267         (lround_test_data): New variable.
27268         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
27270 2013-05-15  Peter Collingbourne  <pcc@google.com>
27272         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
27273         (EXTRACT_WORDS64) Use where appropriate.
27274         (INSERT_WORDS64) Likewise.
27276         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
27277         constraints with x constraints.
27278         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
27280         * malloc/obstack.c (_obstack_compat): Add initializer.
27282 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27284         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
27285         si_trapno and add si_addr_lsb to _sifields.sigfault.
27286         (si_trapno): Remove macro.
27287         (si_addr_lsb): Define new macro.
27288         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27290 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
27292         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
27293         instead of TEST_f_l.
27294         (llrint_test_tonearest): Likewise.
27295         (llrint_test_towardzero): Likewise.
27296         (llrint_test_downward): Likewise.
27297         (llrint_test_upward): Likewise.
27298         (llround_test): Likewise.
27300         * math/libm-test.inc (struct test_f_i_data): Add comment.
27301         (RUN_TEST_LOOP_f_b): New macro.
27302         (RUN_TEST_LOOP_f_b_tg): Likewise.
27303         (finite_test_data): New variable.
27304         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
27305         (isfinite_test_data): New variable.
27306         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27307         (isinf_test_data): New variable.
27308         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27309         (isnan_test_data): New variable.
27310         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27311         (isnormal_test_data): New variable.
27312         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27313         (issignaling_test_data): New variable.
27314         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27315         (signbit_test_data): New variable.
27316         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
27318         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
27319         with INVALID_EXCEPTION.
27320         (acosh_test_data): Likewise.
27321         (asin_test_data): Likewise.
27322         (atanh_test_data): Likewise.
27323         (fmod_test_data): Likewise.
27324         (log_test_data): Likewise.
27325         (log10_test_data): Likewise.
27326         (log2_test_data): Likewise.
27327         (pow_test_data): Likewise.
27328         (sqrt_test_data): Likewise.
27329         (y0_test_data): Likewise.
27330         (y1_test_data): Likewise.
27331         (yn_test_data): Likewise.
27333         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
27334         function contents.
27336         * math/libm-test.inc (struct test_ff_i_data): New type.
27337         (RUN_TEST_LOOP_ff_i_tg): New macro.
27338         (isgreater_test_data): New variable.
27339         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27340         (isgreaterequal_test_data): New variable.
27341         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27342         (isless_test_data): New variable.
27343         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27344         (islessequal_test_data): New variable.
27345         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27346         (islessgreater_test_data): New variable.
27347         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27348         (isunordered_test_data): New variable.
27349         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
27351 2013-05-14  David S. Miller  <davem@davemloft.net>
27353         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27355 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
27357         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
27359         * math/libm-test.inc (struct test_fF_f1_data): Change type of
27360         extra_test to int.
27361         (struct test_f_i_data): Change type of max_ulp to int.
27363         * math/libm-test.inc (test_ffI_f1_data): New type.
27364         (RUN_TEST_LOOP_ffI_f1): New macro.
27365         (remquo_test_data): New variable.
27366         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
27368         * setjmp/tst-setjmp-fp.c: New file.
27369         * setjmp/Makefile (tests): Add tst-setjmp-fp.
27370         (link-libm): New variable.
27371         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
27373         * math/libm-test.inc (struct test_f_i_data): New type.
27374         (RUN_TEST_LOOP_f_i): New macro.
27375         (RUN_TEST_LOOP_f_i_tg): Likewise.
27376         (fpclassify_test_data): New variable.
27377         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
27378         (ilogb_test_data): New variable.
27379         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
27381         * math/libm-test.inc (scalbln_test): Correct function name in END
27382         call.
27384         * math/libm-test.inc (struct test_f_f1_data): Add comment.
27385         (RUN_TEST_LOOP_fI_f1): New macro.
27386         (frexp_test_data): New variable.
27387         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
27389         * math/libm-test.inc (struct test_fF_f1_data): New type.
27390         (RUN_TEST_LOOP_fF_f1): New macro.
27391         (modf_test_data): New variable.
27392         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
27394         * math/libm-test.inc (struct test_f_f1_data): New type.
27395         (RUN_TEST_LOOP_f_f1): New macro.
27396         (gamma_test_data): New variable.
27397         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27398         (lgamma_test_data): New variable.
27399         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
27401 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
27403         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
27404         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
27405         (main): Comment "tls" pseudo-hwcap.
27407 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
27409         * math/libm-test.inc (struct test_fl_f_data): New type.
27410         (RUN_TEST_LOOP_fl_f): New variable.
27411         (scalbln_test_data): New variable.
27412         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
27414         * math/libm-test.inc (struct test_fi_f_data): New type.
27415         (RUN_TEST_LOOP_fi_f): New macro.
27416         (ldexp_test_data): New variable.
27417         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
27418         (scalbn_test_data): New variable.
27419         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
27421         * math/libm-test.inc (struct test_c_f_data): New type.
27422         (RUN_TEST_LOOP_c_f): New macro.
27423         (cabs_test_data): New variable.
27424         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
27425         (carg_test_data): New variable.
27426         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
27427         (cimag_test_data): New variable.
27428         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
27429         (creal_test_data): New variable.
27430         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
27432         * math/libm-test.inc (struct test_if_f_data): New type.
27433         (RUN_TEST_LOOP_if_f): New macro.
27434         (jn_test_data): New variable.
27435         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
27436         (yn_test_data): New variable.
27437         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
27439         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
27441 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27443         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
27444         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
27446 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27448         * benchtests/Makefile (CPPFLAGS-nonlib): Add
27449         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
27450         (bench-deps): Add bench-timing.h.
27451         * benchtests-bench-skeleton.c: Include bench-timing.h.
27452         (main): Use TIMING_* macros instead of clock_gettime.
27453         * benchtests/bench-timing.h: New file.
27455         [BZ #14582]
27456         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
27457         Renamed from _LIB_VERSION.
27458         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
27460 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
27462         * math/libm-test.inc (struct test_fff_f_data): New type.
27463         (RUN_TEST_LOOP_fff_f): New macro.
27464         (fma_test_data): New variable.
27465         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
27466         (fma_towardzero_test_data): New variable.
27467         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
27468         (fma_downward_test_data): New variable.
27469         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
27470         (fma_upward_test_data): New variable.
27471         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
27473         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
27474         (struct test_c_c_data): New type.
27475         (RUN_TEST_LOOP_c_c): New macro.
27476         (cacos_test_data): New variable.
27477         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
27478         (cacosh_test_data): New variable.
27479         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
27480         (casin_test_data): New variable.
27481         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
27482         (casinh_test_data): New variable.
27483         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
27484         (catan_test_data): New variable.
27485         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
27486         (catanh_test_data): New variable.
27487         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
27488         (ccos_test_data): New variable.
27489         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
27490         (ccosh_test_data): New variable.
27491         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
27492         (cexp_test_data): New variable.
27493         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
27494         (clog_test_data): New variable.
27495         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
27496         (clog10_test_data): New variable.
27497         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
27498         (conj_test_data): New variable.
27499         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
27500         (cproj_test_data): New variable.
27501         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
27502         (csin_test_data): New variable.
27503         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
27504         (csinh_test_data): New variable.
27505         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
27506         (csqrt_test_data): New variable.
27507         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
27508         (ctan_test_data): New variable.
27509         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
27510         (ctan_tonearest_test_data): New variable.
27511         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27512         (ctan_towardzero_test_data): New variable.
27513         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27514         (ctan_downward_test_data): New variable.
27515         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27516         (ctan_upward_test_data): New variable.
27517         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27518         (ctanh_test_data): New variable.
27519         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
27520         (ctanh_tonearest_test_data): New variable.
27521         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
27522         (ctanh_towardzero_test_data): New variable.
27523         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
27524         (ctanh_downward_test_data): New variable.
27525         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
27526         (ctanh_upward_test_data): New variable.
27527         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
27528         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
27529         of BUILD_COMPLEX.
27531         * math/libm-test.inc (struct test_ff_f_data): New type.
27532         (struct test_ff_f_data_nexttoward): Likewise.
27533         (RUN_TEST_LOOP_2_f): New macro.
27534         (RUN_TEST_LOOP_ff_f): Likewise.
27535         (atan2_test_data): New variable.
27536         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
27537         (copysign_test_data): New variable.
27538         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
27539         (fdim_test_data): New variable.
27540         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
27541         (fmax_test_data): New variable.
27542         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
27543         (fmin_test_data): New variable.
27544         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
27545         (fmod_test_data): New variable.
27546         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
27547         (hypot_test_data): New variable.
27548         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
27549         (nextafter_test_data): New variable.
27550         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
27551         (nexttoward_test_data): New variable.
27552         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
27553         (pow_test_data): New variable.
27554         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
27555         (pow_tonearest_test_data): New variable.
27556         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
27557         (pow_towardzero_test_data): New variable.
27558         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
27559         (pow_downward_test_data): New variable.
27560         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
27561         (pow_upward_test_data): New variable.
27562         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
27563         (remainder_test_data): New variable.
27564         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
27565         (scalb_test_data): New variable.
27566         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
27567         * sysdeps/i386/fpu/libm-test-ulps: Update.
27569 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
27571         * math/libm-test.inc (fma_test): Use max_value instead of local
27572         variable fltmax.
27573         (nextafter_test): Likewise.
27575         * math/libm-test.inc (acos_towardzero_test_data): New variable.
27576         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27577         (acos_downward_test_data): New variable.
27578         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27579         (acos_upward_test_data): New variable.
27580         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27581         (acosh_test_data): New variable.
27582         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
27583         (asin_test_data): New variable.
27584         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
27585         (asin_tonearest_test_data): New variable.
27586         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27587         (asin_towardzero_test_data): New variable.
27588         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27589         (asin_downward_test_data): New variable.
27590         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27591         (asin_upward_test_data): New variable.
27592         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27593         (asinh_test_data): New variable.
27594         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
27595         (atan_test_data): New variable.
27596         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
27597         (atanh_test_data): New variable.
27598         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
27599         (cbrt_test_data): New variable.
27600         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
27601         (ceil_test_data): New variable.
27602         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
27603         (cos_test_data): New variable.
27604         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
27605         (cos_tonearest_test_data): New variable.
27606         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27607         (cos_towardzero_test_data): New variable.
27608         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27609         (cos_downward_test_data): New variable.
27610         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27611         (cos_upward_test_data): New variable.
27612         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27613         (cosh_test_data): New variable.
27614         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
27615         (cosh_tonearest_test_data): New variable.
27616         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27617         (cosh_towardzero_test_data): New variable.
27618         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27619         (cosh_downward_test_data): New variable.
27620         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27621         (cosh_upward_test_data): New variable.
27622         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27623         (erf_test_data): New variable.
27624         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
27625         (erfc_test_data): New variable.
27626         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
27627         (exp_test_data): New variable.
27628         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
27629         (exp_tonearest_test_data): New variable.
27630         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27631         (exp_towardzero_test_data): New variable.
27632         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27633         (exp_downward_test_data): New variable.
27634         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27635         (exp_upward_test_data): New variable.
27636         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27637         (exp10_test_data): New variable.
27638         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
27639         (exp2_test_data): New variable.
27640         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
27641         (expm1_test_data): New variable.
27642         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
27643         (fabs_test_data): New variable.
27644         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
27645         (floor_test_data): New variable.
27646         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
27647         (j0_test_data): New variable.
27648         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
27649         (j1_test_data): New variable.
27650         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
27651         (log_test_data): New variable.
27652         (log_test): Run tests with RUN_TEST_LOOP_f_f.
27653         (log10_test_data): New variable.
27654         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
27655         (log1p_test_data): New variable.
27656         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
27657         (log2_test_data): New variable.
27658         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
27659         (logb_test_data): New variable.
27660         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
27661         (logb_downward_test_data): New variable.
27662         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27663         (nearbyint_test_data): New variable.
27664         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
27665         (rint_test_data): New variable.
27666         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
27667         (rint_tonearest_test_data): New variable.
27668         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27669         (rint_towardzero_test_data): New variable.
27670         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27671         (rint_downward_test_data): New variable.
27672         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27673         (rint_upward_test_data): New variable.
27674         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27675         (round_test_data): New variable.
27676         (round_test): Run tests with RUN_TEST_LOOP_f_f.
27677         (sin_test_data): New variable.
27678         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
27679         (sin_tonearest_test_data): New variable.
27680         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27681         (sin_towardzero_test_data): New variable.
27682         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27683         (sin_downward_test_data): New variable.
27684         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27685         (sin_upward_test_data): New variable.
27686         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27687         (sinh_test_data): New variable.
27688         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
27689         (sinh_tonearest_test_data): New variable.
27690         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27691         (sinh_towardzero_test_data): New variable.
27692         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27693         (sinh_downward_test_data): New variable.
27694         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27695         (sinh_upward_test_data): New variable.
27696         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27697         (sqrt_test_data): New variable.
27698         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
27699         (tan_test_data): New variable.
27700         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
27701         (tan_tonearest_test_data): New variable.
27702         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27703         (tan_towardzero_test_data): New variable.
27704         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
27705         (tan_downward_test_data): New variable.
27706         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
27707         (tan_upward_test_data): New variable.
27708         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
27709         (tanh_test_data): New variable.
27710         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
27711         (tgamma_test_data): New variable.
27712         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
27713         (trunc_test_data): New variable.
27714         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
27715         (y0_test_data): New variable.
27716         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
27717         (y1_test_data): New variable.
27718         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
27719         (significand_test_data): New variable.
27720         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
27722 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
27724         [BZ #12387]
27725         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
27727 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
27729         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
27731 2013-05-10  Andreas Jaeger  <aj@suse.de>
27733         [BZ #15448]
27734         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
27735         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
27737 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27739         * math/gen-libm-test.pl (adjust_arg): New function.
27740         (special_functions): Handle generating output in both functions
27741         and arrays.
27742         (parse_args): Likewise.
27743         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
27744         $in_func argument to parse_args.
27745         * math/libm-test.inc (struct test_f_f_data): New type.
27746         (IF_ROUND_INIT_): New macro.
27747         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
27748         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27749         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27750         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27751         (ROUND_RESTORE_): Likewise.
27752         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
27753         (ROUND_RESTORE_FE_TONEAREST): Likewise.
27754         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
27755         (ROUND_RESTORE_FE_UPWARD): Likewise.
27756         (RUN_TEST_LOOP_f_f): New macro.
27757         (acos_test_data): New variable.
27758         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
27759         (acos_tonearest_test_data): New variable.
27760         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
27762 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27764         * benchtests/bench-skeleton.c (startup): Fix coding style.
27766 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
27768         [BZ #6809]
27769         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
27770         negative infinity argument.
27771         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
27772         negative infinity argument.
27773         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
27774         negative infinity argument.
27775         * math/libm-test.inc (tgamma_test): Expect errno to be set for
27776         domain errors.
27778 2013-05-10  Florian Weimer  <fweimer@redhat.com>
27780         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
27781         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
27782         * iconv/iconv_prog.c (main): Likewise.
27783         * locale/programs/charmap-dir.c (charmap_readdir)
27784         (fopen_uncompressed): Likewise.
27785         * locale/programs/locfile.c (siblings_uncached)
27786         (write_locale_data): Use lstat64 instead of lstat.
27787         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
27788         stat.
27790 2013-05-10  Andreas Jaeger  <aj@suse.de>
27792         [BZ #15395]
27793         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
27794         localization.
27795         Include <locale.h>.
27797 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
27799         * elf/dl-close.c (_dl_close_worker): Add comments.
27801 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
27803         [BZ #15359]
27804         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
27805         high part of pi/2.
27806         (__ieee754_rem_pio2l): Update comments.
27808         [BZ #15429]
27809         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
27810         high part of pi/2.
27811         (__ieee754_rem_pio2l): Update comments.
27813         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
27814         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
27816         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
27817         M_PI_4l.
27819         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
27820         (M_PI_34_LOG10El): Likewise.
27821         (M_PI2_LOG10El): Likewise.
27822         (M_PI4_LOG10El): Likewise.
27823         (M_PI_LOG10El): Likewise.
27825 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27827         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27829 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
27831         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
27832         (MINUS_ZERO_INIT): Likewise.
27833         (PLUS_INFTY_INIT): Likewise.
27834         (MINUS_INFTY_INIT): Likewise.
27835         (QNAN_VALUE_INIT): Likewise.
27836         (MAX_VALUE_INIT): Likewise.
27837         (MIN_VALUE_INIT): Likewise.
27838         (MIN_SUBNORM_VALUE_INIT): Likewise.
27839         (plus_zero): Initialize with PLUS_ZERO_INIT.
27840         (minus_zero): Initialize with MINUS_ZERO_INIT.
27841         (plus_infty): Initialize with PLUS_INFTY_INIT.
27842         (minus_infty): Initialize with MINUS_INFTY_INIT.
27843         (qnan_value): Initialize with QNAN_VALUE_INIT.
27844         (max_value): Initialize with MAX_VALUE_INIT.
27845         (min_value): Initialize with MIN_VALUE_INIT.
27846         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
27848         * math/libm-test.inc (RUN_TEST_if_f): New macro.
27849         (jn_test): Use TEST_if_f instead of TEST_ff_f.
27850         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
27851         (yn_test): Use TEST_if_f instead of TEST_ff_f.
27853         * math/libm-test.inc (RUN_TEST_f_f): New macro.
27854         (RUN_TEST_2_f): Likewise.
27855         (RUN_TEST_ff_f): Likewise.
27856         (RUN_TEST_fi_f): Likewise.
27857         (RUN_TEST_fl_f): Likewise.
27858         (RUN_TEST_fff_f): Likewise.
27859         (RUN_TEST_c_f): Likewise.
27860         (RUN_TEST_f_f1): Likewise.
27861         (RUN_TEST_fF_f1): Likewise.
27862         (RUN_TEST_fI_f1): Likewise.
27863         (RUN_TEST_ffI_f1): Likewise.
27864         (RUN_TEST_c_c): Likewise.
27865         (RUN_TEST_cc_c): Likewise.
27866         (RUN_TEST_f_i): Likewise.
27867         (RUN_TEST_f_i_tg): Likewise.
27868         (RUN_TEST_ff_i_tg): Likewise.
27869         (RUN_TEST_f_b): Likewise.
27870         (RUN_TEST_f_b_tg): Likewise.
27871         (RUN_TEST_f_l): Likewise.
27872         (RUN_TEST_f_L): Likewise.
27873         (RUN_TEST_sincos): Likewise.
27874         * math/gen-libm-test.pl (new_test): Take new argument to indicate
27875         whether to show exceptions.  Do not include ");\n" in return
27876         value.
27877         (special_functions): Output call to RUN_TEST_sincos instead of
27878         check_float calls.  Update calls to new_test.
27879         (parse_args): Output call to single RUN_TEST_* macro instead of
27880         check_* calls and other assignments.  Update calls to new_test.
27882         [BZ #2546]
27883         [BZ #2560]
27884         [BZ #5159]
27885         [BZ #15426]
27886         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
27887         input to result for tgamma overflow.
27888         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
27889         (gamma_coeff): New variable.
27890         (NCOEFF): New macro.
27891         (gamma_positive): New function.
27892         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
27893         underflow here.  Use gamma_positive instead of exp (lgamma) for
27894         other arguments.
27895         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
27896         (gamma_coeff): New variable.
27897         (NCOEFF): New macro.
27898         (gammaf_positive): New function.
27899         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
27900         underflow here.  Use gamma_positive instead of exp (lgamma) for
27901         other arguments.
27902         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
27903         (gamma_coeff): New variable.
27904         (NCOEFF): New macro.
27905         (gammal_positive): New function.
27906         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
27907         underflow here.  Use gamma_positive instead of exp (lgamma) for
27908         other arguments.
27909         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
27910         (gamma_coeff): New variable.
27911         (NCOEFF): New macro.
27912         (gammal_positive): New function.
27913         (__ieee754_gammal_r): Handle positive infinity, overflow and
27914         underflow here.  Handle NaN the same as positive infinity.  Remove
27915         check x < 0xffffffff for negative integers.  Use gamma_positive
27916         instead of exp (lgamma) for other arguments.
27917         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
27918         (gamma_coeff): New variable.
27919         (NCOEFF): New macro.
27920         (gammal_positive): New function.
27921         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
27922         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
27923         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
27924         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
27925         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
27926         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
27927         * sysdeps/generic/math_private.h (__gamma_productf): New
27928         prototype.
27929         (__gamma_product): Likewise.
27930         (__gamma_productl): Likewise.
27931         * math/Makefile (libm-calls): Add gamma_product.
27932         * math/libm-test.inc (tgamma_test): Add more tests.
27933         * sysdeps/i386/fpu/libm-test-ulps: Update.
27934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27936 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
27938         * benchtests/bench-skeleton.c (main): Preheat CPU.
27940 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
27942         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
27944 2013-05-07  Roland McGrath  <roland@hack.frob.com>
27946         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
27947         and _dl_skip_args_internal.
27949 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
27951         * manual/message.texi (Message Translation): Talk about users.
27952         Message to key mapping impacts design.
27954 2013-05-06  Roland McGrath  <roland@hack.frob.com>
27956         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
27958         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
27960         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
27961         * sysdeps/wordsize-64/glob64.c: ... here.
27963         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
27964         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
27965         New macros.
27967         * debug/getlogin_r_chk.c: Moved to ...
27968         * login/getlogin_r_chk.c: ... here.
27969         * debug/Makefile (routines): Move getlogin_r_chk to ...
27970         * login/Makefile (routines): ... here.
27971         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
27972         * login/Versions (libc: GLIBC_2.4): ... here.
27974         * io/poll.c (__poll): Renamed from poll.
27975         Add libc_hidden_def.
27976         (poll): Define as weak alias.
27978         * debug/ptsname_r_chk.c: Moved to ...
27979         * login/ptsname_r_chk.c: ... here.
27980         * debug/Makefile (routines): Move ptsname_r_chk to ...
27981         * login/Makefile (routines): ... here.
27982         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
27983         * login/Versions (libc: GLIBC_2.4): ... here.
27985         * posix/getlogin.c: Moved to ...
27986         * login/getlogin.c: ... here.
27987         * posix/getlogin_r.c: Moved to ...
27988         * login/getlogin_r.c: ... here.
27989         * posix/getlogin_r.c: Moved to ...
27990         * login/getlogin_r.c: ... here.
27991         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
27992         * login/Makefile (routines): ... here.
27993         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
27994         * login/Versions (libc: GLIBC_2.0): ... here.
27996         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
27997         (setrlimit): Define as weak alias.
27999         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
28000         Call __ names for open, ftruncate, and close.
28001         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
28002         (truncate): Define as weak alias.
28004 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
28006         * math/gen-libm-test.pl (parse_args): Initialize x before each
28007         test of frexp, modf and remquo.
28009         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
28010         test signgam value.
28012 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28014         [BZ #15418]
28015         [BZ #15419]
28016         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
28017         internal tests.
28018         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28020 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28022         * elf/dl-writev.h: New file.
28023         * elf/dl-misc.c: Include it.
28024         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
28025         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
28027 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
28029         * math/libm-test.inc (noXFails): Remove variable.
28030         (noXPasses): Likewise.
28031         (BUILD_COMPLEX_INT): Remove macro.
28032         (print_screen): Remove xfail argument.
28033         (print_screen_max_error): Likewise.
28034         (update_stats): Likewise.
28035         (print_max_error): Likewise.  Update calls to other affected
28036         functions.
28037         (print_complex_max_error): Likewise.
28038         (test_single_exception): Update calls to print_screen.
28039         (test_single_errno): Likewise.
28040         (check_float_internal): Remove xfail argument.  Update calls to
28041         other affected functions.
28042         (check_float): Likewise.
28043         (check_complex): Likewise.
28044         (check_int): Likewise.
28045         (check_long): Likewise.
28046         (check_bool): Likewise.
28047         (check_longlong): Likewise.
28048         (main): Don't print noXFails and noXPasses.
28049         * math/gen-libm-test.pl (top level): Don't mention expected
28050         failure handling in comment.
28051         (new_test): Don't handle expected failures.
28052         (parse_args): Don't mention expected failure handling in comment.
28053         (generate_testfile): Don't handle expected failures.
28054         (parse_ulps): Likewise.
28055         (print_ulps_file): Likewise.
28056         (get_failure): Remove function.
28057         (output_test): Don't handle expected failures.
28058         * make/README.libm-test: Don't mention expected failure handling.
28060         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
28061         (minus_zero): Likewise.
28062         (plus_infty): Likewise.
28063         (minus_infty): Likewise.
28064         (qnan_value): Likewise.
28065         (max_value): Likewise.
28066         (min_value): Likewise.
28067         (min_subnorm_value): Likewise.
28068         (initialize): Do not initialize those variables dynamically.
28070 2013-05-03  Roland McGrath  <roland@hack.frob.com>
28072         * io/open.c (__open_2): Moved to ...
28073         * io/open_2.c: ... this new file.
28074         * io/open64.c (__open64_2): Moved to ...
28075         * io/open64_2.c: ... this new file.
28076         * io/openat.c (__openat_2): Moved to ...
28077         * io/openat_2.c: ... this new file.
28078         * io/openat64.c (__openat64_2): Moved to ...
28079         * io/openat64_2.c: ... this new file.
28080         * io/Makefile (routines): Add them.
28081         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
28082         * sysdeps/unix/sysv/linux/open_2.c: File removed.
28083         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
28084         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
28085         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
28086         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
28087         (__openat64): Add hidden_ver.
28088         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
28089         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
28091         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
28092         Separately conditionalize setting of GLRO(dl_sysinfo) so
28093         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
28094         as well, but the actual setting is only under [NEED_DL_SYSINFO].
28096 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28098         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
28099         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
28100         definition.
28101         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
28102         * sysdeps/unix/sysv/linux/powerpc/init-first.c
28103         (_libc_vdso_platform_setup): Add __vdso_time initialization.
28104         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
28105         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
28107 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
28109         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
28110         test signgam value.
28112         * math/libm-test.inc (hypot_test): Do not use
28113         IGNORE_ZERO_INF_SIGN.
28115 2013-05-03  Andreas Jaeger  <aj@suse.de>
28117         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
28118         Linux 3.9.
28119         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
28120         (PF_MAX): Adjust for VSOCK change.
28122 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28124         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28126 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
28128         [BZ #15264]
28129         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
28130         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
28131         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
28133 2013-05-02  David S. Miller  <davem@davemloft.net>
28135         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28137 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
28139         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
28141 2013-05-01  Roland McGrath  <roland@hack.frob.com>
28143         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
28145 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
28147         [BZ #14952]
28148         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
28149         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28150         Use __attribute__ ((__gnu_inline__)).
28151         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
28152         Don't use __attribute__ ((__gnu_inline__)).
28154 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
28156         [BZ #15423]
28157         * math/s_catan.c (__catan): Handle small real or imaginary part of
28158         input specially to avoid spurious underflow.
28159         * math/s_catanf.c (__catanf): Likewise.
28160         * math/s_catanh.c (__catanh): Likewise.
28161         * math/s_catanhf.c (__catanhf): Likewise.
28162         * math/s_catanhl.c (__catanhl): Likewise.
28163         * math/s_catanl.c (__catanl): Likewise.
28164         * math/libm-test.inc (catan_test): Add more tests.
28165         (catanh_test): Likewise.
28166         * sysdeps/i386/fpu/libm-test-ulps: Update.
28167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28169 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28171         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28173 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
28175         [BZ #15416]
28176         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
28177         accurately for denominator in atan2.
28178         * math/s_catanf.c (__catanf): Likewise.
28179         * math/s_catanh.c (__catanh): Likewise.
28180         * math/s_catanhf.c (__catanhf): Likewise.
28181         * math/s_catanhl.c (__catanhl): Likewise.
28182         * math/s_catanl.c (__catanl): Likewise.
28183         * math/libm-test.inc (catan_test): Add more tests.
28184         (catanh_test): Likewise.
28185         * sysdeps/i386/fpu/libm-test-ulps: Update.
28186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28188 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28190         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
28192         * benchtests/Makefile (bench): Remove slow benchmarks.
28193         * benchtests/atan-inputs: Add slow benchmark inputs.
28194         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
28195         (BENCH_FUNC): Accept variant offset.
28196         (VARIANT): Define.
28197         * benchtests/bench-skeleton.c (main): Run benchmark for each
28198         variant.
28199         * benchtests/cos-inputs: Add slow benchmark inputs.
28200         * benchtests/exp-inputs: Likewise.
28201         * benchtests/pow-inputs: Likewise.
28202         * benchtests/sin-inputs: Likewise.
28203         * benchtests/slowatan-inputs: Remove.
28204         * benchtests/slowatan.c: Remove.
28205         * benchtests/slowcos-inputs: Remove.
28206         * benchtests/slowcos.c: Remove.
28207         * benchtests/slowexp-inputs: Remove.
28208         * benchtests/slowexp.c: Remove.
28209         * benchtests/slowpow-inputs: Remove.
28210         * benchtests/slowpow.c: Remove.
28211         * benchtests/slowsin-inputs: Remove.
28212         * benchtests/slowsin.c: Remove.
28213         * benchtests/slowtan-inputs: Remove.
28214         * benchtests/slowtan.c: Remove.
28215         * benchtests/tan-inputs: Add slow benchmark inputs.
28216         * scripts/bench.pl: Parse comments and directives.
28218         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
28219         in CPPFLAGS.
28220         ($(objpfx)bench-%.c): Remove *-ITER.
28221         * benchtests/bench-modf.c: Remove definition of ITER.
28222         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
28223         (main): Loop for DURATION seconds instead of fixed number of
28224         iterations.
28225         * scripts/bench.pl: Don't expect iterations in parameters.
28227 2013-04-29  Roland McGrath  <roland@hack.frob.com>
28229         * io/fchdir.c (__fchdir): Renamed from fchdir.
28230         (fchdir): Define as weak alias.
28232 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28234         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
28235         (ERRNO_EDOM): Likewise.
28236         (ERRNO_ERANGE): Likewise.
28237         (noErrnoTests): New variable.
28238         (init_max_error): Set errno to 0.
28239         (test_single_errno): New function.
28240         (test_errno): Likewise.
28241         (check_float_internal): Call test_errno.  Set errno to 0.
28242         (check_complex): Refer to errno tests in comment.
28243         (check_int): Call test_errno.  Set errno to 0.
28244         (check_long): Likewise.
28245         (check_bool): Likewise.
28246         (check_longlong): Likewise.
28247         (cos_test): Use ERRNO_* flags for errno tests instead of
28248         check_int.
28249         (expm1_test): Likewise.
28250         (fmod_test): Likewise.
28251         (ilogb_test): Likewise.
28252         (lgamma_test): Likewise.
28253         (pow_test): Likewise.
28254         (remainder_test): Likewise.
28255         (sin_test): Likewise.
28256         (tan_test): Likewise.
28257         (yn_test): Likewise.
28258         (initialize): Set errno to 0.
28259         (main): Print number of errno tests.
28260         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
28262 2013-04-29  Andreas Jaeger  <aj@suse.de>
28264         [BZ #15084]
28265         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
28266         and RES_USEVC.
28268         [BZ #15085]
28269         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
28270         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
28271         unimplemented.
28273         [BZ #15380]
28274         * stdlib/random.c (__initstate): Return NULL if
28275         __initstate fails.
28277         [BZ #15086]
28278         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
28279         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
28280         RES_SNGLKUPREOP.
28282 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28284         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28286 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
28288         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
28289         of individual tests.
28290         (casin_test): Likewise.
28291         (casinh_test): Likewise.
28293 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
28295         [BZ #15409]
28296         * math/s_catan.c (__catan): Handle arguments with large real or
28297         imaginary part separately without squaring.
28298         * math/s_catanf.c (__catanf): Likewise.
28299         * math/s_catanh.c (__catanh): Likewise.
28300         * math/s_catanhf.c (__catanhf): Likewise.
28301         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28302         and redefine.
28303         (__catanhl): Handle arguments with large real or imaginary part
28304         separately without squaring.
28305         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
28306         and redefine.
28307         (__catanl): Handle arguments with large real or imaginary part
28308         separately without squaring.
28309         * math/libm-test.inc (catan_test): Add more tests.
28310         (catanh_test): Likewise.
28311         * sysdeps/i386/fpu/libm-test-ulps: Update.
28312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28314 2013-04-27  Andreas Jaeger  <aj@suse.de>
28316         [BZ #15007]
28317         * stdlib/stdlib.h: Update guards for qecvt.
28318         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
28319         <stdlib.h>.
28321 2013-04-27  Allan McRae  <allan@archlinux.org>
28323         * sysdeps/i386/fpu/libm-test-ulps: Update.
28325 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
28327         [BZ #15406]
28328         * math/s_catan.c: Include <float.h>.
28329         (__catan): Ensure underflow exception occurs for underflowed
28330         result.
28331         * math/s_catanf.c: Include <float.h>.
28332         (__catanf): Ensure underflow exception occurs for underflowed
28333         result.
28334         * math/s_catanh.c: Include <float.h>.
28335         (__catanh): Ensure underflow exception occurs for underflowed
28336         result.
28337         * math/s_catanhf.c: Include <float.h>.
28338         (__catanhf): Ensure underflow exception occurs for underflowed
28339         result.
28340         * math/s_catanhl.c: Include <float.h>.
28341         (__catanhl): Ensure underflow exception occurs for underflowed
28342         result.
28343         * math/s_catanl.c: Include <float.h>.
28344         (__catanl): Ensure underflow exception occurs for underflowed
28345         result.
28346         * math/libm-test.inc (catan_test): Add more tests.
28347         (catanh_test): Likewise.
28349         [BZ #15405]
28350         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
28351         underflowed result.
28352         * math/s_ccoshf.c (__ccoshf): Likewise.
28353         * math/s_ccoshl.c (__ccoshl): Likewise.
28354         * math/s_csin.c (__csin): Likewise.
28355         * math/s_csinf.c (__csinf): Likewise.
28356         * math/s_csinh.c (__csinh): Likewise.
28357         * math/s_csinhf.c (__csinhf): Likewise.
28358         * math/s_csinhl.c (__csinhl): Likewise.
28359         * math/s_csinl.c (__csinl): Likewise.
28360         * math/libm-test.inc (ccos_test): Add more tests.
28361         (ccosh_test): Likewise.
28362         (csin_test): Likewise.
28363         (csinh_test): Likewise.
28365 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28367         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
28368         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
28369         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
28370         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
28371         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
28372         powerpc/power5+/fpu folders.
28373         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
28376 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
28378         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28380 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
28382         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
28383         additions to variable.
28384         [$(config-machine) = x86_64] (modules-names): Likewise.
28385         ($(objpfx)tst-audit3): Remove dependency.
28386         ($(objpfx)tst-audit3.out): Likewise.
28387         ($(objpfx)tst-audit4): Likewise.
28388         ($(objpfx)tst-audit4.out): Likewise.
28389         ($(objpfx)tst-audit5): Likewise.
28390         ($(objpfx)tst-audit5.out): Likewise.
28391         ($(objpfx)tst-audit6): Likewise.
28392         ($(objpfx)tst-audit6.out): Likewise.
28393         ($(objpfx)tst-audit7): Likewise.
28394         ($(objpfx)tst-audit7.out): Likewise.
28395         (tst-audit3-ENV): Remove variable.
28396         (tst-audit4-ENV): Likewise.
28397         (tst-audit5-ENV): Likewise.
28398         (tst-audit6-ENV): Likewise.
28399         (tst-audit7-ENV): Likewise.
28400         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
28401         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
28402         addition to variable.
28403         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
28404         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
28405         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
28406         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
28407         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
28408         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
28409         tst-audit3, tst-audit4 and tst-audit5.
28410         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
28411         tst-audit6 and tst-audit7.
28412         [$(subdir) = elf] (modules-names): Add audit modules for those
28413         tests.
28414         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
28415         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
28416         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
28417         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
28418         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
28419         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
28420         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
28421         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
28422         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
28423         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
28424         [$(subdir) = elf] (tst-audit3-ENV): New variable.
28425         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
28426         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
28427         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
28428         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
28429         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
28430         Likewise.
28431         [$(subdir) = elf && $(config-cflags-avx) = yes]
28432         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
28433         [$(subdir) = elf && $(config-cflags-avx) = yes]
28434         (CFLAGS-tst-auditmod4a.c): Likewise.
28435         [$(subdir) = elf && $(config-cflags-avx) = yes]
28436         (CFLAGS-tst-auditmod4b.c): Likewise.
28437         [$(subdir) = elf && $(config-cflags-avx) = yes]
28438         (CFLAGS-tst-auditmod6b.c): Likewise.
28439         [$(subdir) = elf && $(config-cflags-avx) = yes]
28440         (CFLAGS-tst-auditmod6c.c): Likewise.
28441         [$(subdir) = elf && $(config-cflags-avx) = yes]
28442         (CFLAGS-tst-auditmod7b.c): Likewise.
28443         * elf/tst-audit3.c: Move to ...
28444         * sysdeps/x86_64/tst-audit3.c: ... here.
28445         * elf/tst-audit4.c: Move to ...
28446         * sysdeps/x86_64/tst-audit4.c: ... here.
28447         * elf/tst-audit5.c: Move to ...
28448         * sysdeps/x86_64/tst-audit5.c: ... here.
28449         * elf/tst-audit6.c: Move to ...
28450         * sysdeps/x86_64/tst-audit6.c: ... here.
28451         * elf/tst-audit7.c: Move to ...
28452         * sysdeps/x86_64/tst-audit7.c: ... here.
28453         * elf/tst-auditmod3a.c: Move to ...
28454         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
28455         * elf/tst-auditmod3b.c: Move to ...
28456         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
28457         * elf/tst-auditmod4a.c: Move to ...
28458         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
28459         * elf/tst-auditmod4b.c: Move to ...
28460         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
28461         * elf/tst-auditmod5a.c: Move to ...
28462         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
28463         * elf/tst-auditmod5b.c: Move to ...
28464         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
28465         * elf/tst-auditmod6a.c: Move to ...
28466         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
28467         * elf/tst-auditmod6b.c: Move to ...
28468         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
28469         * elf/tst-auditmod6c.c: Move to ...
28470         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
28471         * elf/tst-auditmod7a.c: Move to ...
28472         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
28473         * elf/tst-auditmod7b.c: Move to ...
28474         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
28476 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
28478         [BZ #15366]
28479         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
28480         define unconditionally.
28481         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
28482         define unconditionally.
28483         (INT8_C, INT16_C, etc.): Likewise.
28485 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
28487         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
28488         __ehdr_start with hidden visibility.
28490         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
28492 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
28494         * math/libm-test.inc (cos_test): Use accurate hex constants.
28495         (sincost_test): Likewise.
28497 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
28499         * math/libm-test.inc (catan_test): Add more tests.
28500         (catanh_test): Likewise.
28502         * math/s_catanf.c (__catanf): Use suffixed floating-point
28503         constants.
28504         * math/s_catanhf.c (__catanhf): Likewise.
28505         * math/s_catanhl.c (__catanhl): Likewise.
28506         * math/s_catanl.c (__catanl): Likewise.
28508         [BZ #15394]
28509         * math/s_catan.c (__catan): Calculate imaginary part of result
28510         with log1p not log unless computing log of number close to 0.
28511         * math/s_catanf.c (__catanf): Likewise.
28512         * math/s_catanl.c (__catanl): Likewise.
28513         * math/s_catanh.c (__catanh): Calculate real part of result with
28514         log1p not log unless computing log of number close to 0.
28515         * math/s_catanhf.c (__catanhf): Likewise.
28516         * math/s_catanhl.c (__catanhl): Likewise.
28517         * math/libm-test.inc (catan_test): Add more tests.
28518         (catanh_test): Likewise.
28519         * sysdeps/i386/fpu/libm-test-ulps: Update.
28520         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28522 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28524         * benchtests/Makefile: Mention files in which fast and slow
28525         paths of math functions are implemented.
28527 2013-04-23  Roland McGrath  <roland@hack.frob.com>
28529         * sysdeps/posix/timespec_get.c: New file.
28531 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28533         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
28534         POWER.
28535         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
28536         for POWER.
28537         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
28538         powerpc/power5/fpu folders.
28539         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
28540         * benchtests/Makefile: Add modf testcase.
28541         * benchtests/bench-modf.c: New file: Benchmark test for mo
28543 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
28545         [BZ #14888]
28546         * time/Makefile (tests): Add tst-strptime-whitespace.
28547         * time/strptime_l.c (get_number): Use ISSPACE.
28548         (__strptime_internal): Likewise.
28549         * time/tst-strptime-whitespace.c: New test case.
28551 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
28553         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
28554         member.
28555         (_nss_files_init): Set it here.
28557 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
28559         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
28560         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
28561         unsigned.
28563 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
28565         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
28567 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28569         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
28570         size just once.
28572 2013-04-21  David S. Miller  <davem@davemloft.net>
28574         * po/ru.po: Update Russion translation from translation project.
28576 2013-04-17  Adam Conrad  <adconrad@0c3.net>
28578         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
28579         and setfsgid.
28581 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
28583         * configure.in: Remove i386 configure warning. Remove i386 case.
28584         * configure: Regenerate.
28585         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
28586         Add example to error message.
28587         * sysdeps/i386/configure: Regenerate.
28589 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28591         * benchtests/Makefile (bench): Add cos, tan, slowcos and
28592         slowtan.
28593         * benchtests/cos-inputs: New file.
28594         * benchtests/slowcos-inputs: New file.
28595         * benchtests/slowcos.c: New file.
28596         * benchtests/slowtan-inputs: New file.
28597         * benchtests/slowtan.c: New file.
28598         * benchtests/tan-inputs: New file.
28600 2013-04-16  Roland McGrath  <roland@hack.frob.com>
28602         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
28603         considered kosher.
28605 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28607         * benchtests/Makefile: Include cppflags-iterator.mk to add
28608         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
28610         * Makefile.in (bench-clean): New target.
28611         * benchtests/Makefile (bench-clean): Likewise.
28613 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
28615         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
28617 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
28619         * stdio-common/tstdiomisc.c: Fix coding-style violation.
28621 2013-04-15  Andreas Schwab  <schwab@suse.de>
28623         * nscd/grpcache.c (cache_addgr): Properly check for short write.
28624         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28625         * nscd/pwdcache.c (cache_addpw): Likewise.
28626         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
28627         more than recsize.
28629 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28631         * benchtests/Makefile (bench): Write all output to
28632         bench-out.tmp together.
28634 2013-04-15  Andreas Schwab  <schwab@suse.de>
28636         * nscd/nscd.c (main): Don't fork again after closing files.
28638 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28640         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
28642         * benchtests/Rules (bench-deps): Collect dependencies into a
28643         single variable.  Add Makefile to dependencies.
28644         ($(objpfx)bench-%.c): Depend on bench-deps.
28646 2013-04-12  Roland McGrath  <roland@hack.frob.com>
28647             Xavier Roche  <roche+kml2@exalead.com>
28649         [BZ #15361]
28650         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
28651         just that it's a file descriptor.
28652         * manual/llio.texi (Synchronizing AIO Operations): Update description
28653         for EBADF error from aio_fsync.
28655 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
28657         * Rules (bench): Move target definition...
28658         * benchtests/Makefile: ... here.
28660 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
28662         * math/libm-test.inc (cos_test): Fix PI/2 test.
28663         (sincos_test): Likewise.
28664         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
28665         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
28667 2013-04-11  Andreas Schwab  <schwab@suse.de>
28669         [BZ #13988]
28670         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
28671         accept exponent character only when digits were seen.
28672         * stdio-common/Makefile (tests): Add bug26.
28673         * stdio-common/bug26.c: New file.
28675         [BZ #14293]
28676         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
28677         non-freeable.
28679 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
28681         * Makeconfig (rtld-prefix): Define built linker prefix.
28682         * Rules (run-bench): Use it.
28683         * math/Makefile (run-regen-ulps): Likewise.
28685         * Rules (bench): Remove eval.
28687 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28688             Roland McGrath  <roland@hack.frob.com>
28689             Ondrej Bilka  <neleai@seznam.cz>
28691         [BZ #15346]
28692         * time/getdate.c: Include ctype.h and alloca.h.
28693         (__getdate_r): Trim leading and trailing spaces of input.
28694         * time/tst-getdate.c (tests): Add tests with leading and
28695         trailing spaces.
28697 2013-04-08  Roland McGrath  <roland@hack.frob.com>
28699         [BZ #14280]
28700         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
28701         when computing value.
28703 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28705         * math/README.libm-test (How can I generate "libm-test-ulps"?):
28706         Use testrun.sh to run libm tests.
28708         [BZ #15309]
28709         * elf/dl-open.c (dl_open_worker): memset all of seen array.
28711 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
28713         [BZ #15264]
28714         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
28716 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28718         * Makefile.in (regen-ulps): New target.
28719         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
28720         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
28721         [ifneq (no,$(PERL)] (regen-ulps): New target.
28722         [ifeq (no,$(PERL)] (regen-ulps): New target.
28723         * math/libm-test.inc (ulps_file_name): Define.
28724         (output_dir): New variable.
28725         (options): Add "output-dir" option.
28726         (parse_opt): Handle 'o' case.
28727         (main): If output_dir is non-NULL use it as a prefix
28728         otherwise use "".
28729         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
28731 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28733         [BZ #10060, #10062]
28734         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
28735         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
28736         fail configure if __sync_val_compare_and_swap is not inlined.
28737         * sysdeps/i386/configure: Regenerate.
28738         * configure.in: Build for i686 when configured for i386.
28739         * configure: Regenerate.
28740         * README: Remove i386 reference.
28742 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
28744         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
28745         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28747 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
28749         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
28750         (lmsnanval): New variables.
28751         (F): Add conversion tests.
28752         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
28753         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
28755         * stdio-common/tstdiomisc.c (F): Properly collect individual
28756         tests' results.
28758         [BZ #14686, #15336]
28759         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
28760         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
28761         Instead, use input NaN values or generate a qNaN by arithmetic
28762         operation.  Also fix bugs to comply with the standard.
28763         * math/libm-test.inc (remainder_test): Add more tests.
28765         [BZ #15335, #15342]
28766         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
28767         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
28768         input NaN values or generate a qNaN by arithmetic operation.
28770         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
28771         unreachable code.
28773         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
28774         definitions.
28776 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
28778         [BZ #14478]
28779         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
28780         underflowed result.
28781         * math/s_cexpf.c (__cexpf): Likewise.
28782         * math/s_cexpl.c (__cexpl): Likewise.
28783         * math/libm-test.inc (cexp_test): Add more tests.
28785 2013-04-03  Andreas Schwab  <schwab@suse.de>
28787         [BZ #15330]
28788         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
28789         order arrays from heap if bigger than alloca cutoff.
28791 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
28793         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
28794         (SNAN_TESTS_double): Refer to GCC PR56831.
28795         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
28796         GCC PR56828.
28798 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
28800         * Rules (bench): Move bench.out after the run is complete.
28802         * Rules (bench): Echo currently running benchmark.
28804         * benchtests/Makefile (bench): Add atan and slowatan.
28805         * benchtests/atan-inputs: New file.
28806         * benchtests/slowatan-inputs: New file.
28807         * benchtests/slowatan.c: New file.
28809         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
28810         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
28811         its value.
28813         [BZ #15305]
28814         * sysdeps/unix/sysv/linux/kernel-features.h
28815         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
28816         __ASSUME_XFS_RESTRICTED_CHOWN.
28817         * sysdeps/unix/sysv/linux/pathconf.c
28818         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
28819         Save and restore errno.
28821 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
28823         [BZ #15327]
28824         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
28825         arguments using __kernel_casinh.
28826         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
28827         arguments using __kernel_casinhf.
28828         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
28829         arguments using __kernel_casinhl.
28830         * math/libm-test.inc (cacosh_test): Add more tests.
28831         * sysdeps/i386/fpu/libm-test-ulps: Update.
28832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28834 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
28836         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
28837         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
28839         * bench/Makefile (bench): Add sin and slowsin.
28840         * benchtests/sin-inputs: New file.
28841         * benchtests/slowsin-inputs: New file.
28842         * benchtests/slowsin.c: New file.
28844         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
28845         (bench): Add slowexp and slowpow.
28846         (exp-ITER): Increase iterations.
28847         (pow-ITER): Likewise.
28848         * benchtests/exp-inputs: Change input.
28849         * benchtests/pow-inputs: Likewise.
28850         * benchtests/slowexp-inputs: New file.
28851         * benchtests/slowexp.c: New file.
28852         * benchtests/slowpow-inputs: New file.
28853         * benchtests/slowpow.c: New file.
28855 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28857         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
28858         instructions.
28859         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28860         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
28861         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
28862         * benchtests/Makefile: Add rint benchtest.
28863         * benchtests/rint-inputs: Input for rint benchtest.
28865 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
28867         * Versions.def (libm): Add GLIBC_2.18.
28868         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
28869         hidden libm prototypes.
28870         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
28871         * math/Makefile (libm-calls): Add s_issignaling.
28872         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
28873         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
28874         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
28875         declaration.
28876         * math/math.h [__USE_GNU] (issignaling): New macro.
28877         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
28878         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
28879         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
28880         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
28881         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
28882         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
28883         * manual/arith.texi (issignaling): New section.
28884         * manual/libm-err-tab.pl (@all_functions): Update comment.
28885         * math/gen-libm-test.pl (parse_args): Apply special handling for
28886         issignaling.
28887         * math/libm-test.inc (print_float, issignaling_test): New
28888         functions.
28889         (check_float_internal): Add issignaling checks.
28890         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
28891         default definition.
28892         * sysdeps/powerpc/math-tests.h: New file.
28893         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
28894         tests.
28895         * math/test-snan.c (TEST_FUNC): Likewise.
28897 2013-03-30  David S. Miller  <davem@davemloft.net>
28899         * po/de.po: Update from translation team.
28901 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
28903         [BZ #10357]
28904         * math/k_casinh.c (__kernel_casinh): Handle arguments with
28905         imaginary part less than 1.0 and real part less than 0.5
28906         specially.
28907         * math/k_casinhf.c (__kernel_casinhf): Likewise.
28908         * math/k_casinhl.c (__kernel_casinhl): Likewise.
28909         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
28910         (cacos_test): Add more tests.
28911         (casin_test): Likewise.
28912         (casinh_test): Likewise.
28913         * sysdeps/i386/fpu/libm-test-ulps: Update.
28914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28916 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28918         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
28919         ONE with its value.
28921         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
28922         (__pow_mp): Replace ONE and MONE with their values.
28923         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28924         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
28925         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28926         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
28927         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28928         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28930         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
28932         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
28933         (__pow_mp): Replace ZERO and MZERO with their values.
28934         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
28935         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
28936         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28937         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28938         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
28939         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
28940         (__sqr): Likewise.
28942         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
28944         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
28946 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28948         * include/stdlib.h [!SHARED] (__call_tls_dtors):
28949         Declare with __attribute__ ((weak)).
28950         * stdlib/exit.c (__libc_atexit) [!SHARED]:
28951         Call __call_tls_dtors only if it's not NULL.
28953 2013-03-28  Roland McGrath  <roland@hack.frob.com>
28955         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
28956         didn't do it already, then set _dl_phdr and _dl_phnum based on the
28957         magic __ehdr_start linker symbol if it's defined.
28958         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
28959         them up here if it was already done.
28961         * elf/dl-support.c (_dl_phdr): Make pointer to const.
28962         (_dl_aux_init): Use const in cast when setting it.
28963         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
28964         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
28965         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
28967         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
28968         Declare them here.
28969         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
28970         * csu/libc-tls.c: Nor here.
28971         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
28973         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
28974         (__libc_message): Never call vsyslog.
28976 2013-03-28  Alan Modra  <amodra@gmail.com>
28978         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
28979         Define as empty.
28980         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
28981         Likewise.
28983 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28985         [BZ #15214]
28986         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
28987         underflow.
28988         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28990 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28992         [BZ #15304]
28993         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
28994         Don't add gid passed as argument.
28996         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
28998 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
29000         [BZ #15307]
29001         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29002         imaginary part between 1.0 and 1.5 and real part less than 0.5
29003         specially.
29004         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29005         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29006         * math/libm-test.inc (cacos_test): Add more tests.
29007         (casin_test): Likewise.
29008         (casinh_test): Likewise.
29009         * sysdeps/i386/fpu/libm-test-ulps: Update.
29010         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29012 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
29014         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
29015         constants.
29016         (norm): Likewise.
29017         (denorm): Likewise.
29018         (__dbl_mp): Likewise.
29019         (add_magnitudes): Likewise.
29020         (sub_magnitudes): Likewise.
29021         (__add): Likewise.
29022         (__sub): Likewise.
29023         (__mul): Likewise.
29024         (__sqr): Likewise.
29025         (__inv): Likewise.
29026         (__dvd): Likewise.
29028         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
29029         commented code.
29030         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
29031         (__dubcos): Likewise.
29032         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
29033         (__ieee754_acos): Likewise.
29034         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29035         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
29036         (__exp1): Likewise.
29037         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29038         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
29039         (log1): Likewise.
29040         (my_log2): Likewise.
29041         (checkint): Likewise.
29042         * sysdeps/ieee754/dbl-64/e_remainder.c
29043         (__ieee754_remainder): Likewise.
29044         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29045         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
29046         (bsloww): Likewise.
29047         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29049         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29050         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
29051         MANTISSA_STORE_T to store computations on mantissa.  Use
29052         macros for rounding and division.
29053         (denorm): Likewise.
29054         (__dbl_mp): Likewise.
29055         (add_magnitudes): Likewise.
29056         (sub_magnitudes): Likewise.
29057         (__mul): Likewise.
29058         (__sqr): Likewise.
29059         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29060         powers of two in terms of TWOPOW macro.
29061         (mp_no): Make type of mantissa as MANTISSA_T.
29062         [!RADIXI]: Define RADIXI.
29063         [!TWO52]: Define TWO52.
29064         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29066 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29068         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
29069         llroundl symbol when building for PPC32.
29071 2013-03-24  Mark H Weaver  <mhw@netris.org>
29073         * manual/arith.texi (Normalization Functions): Fix prototypes for
29074         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
29076 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29078         [BZ #13889]
29079         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
29080         high value to check if expl overflow.
29081         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
29082         to check for underflow and overflow.
29083         * math/libm-test.inc: Add exp test.
29085 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
29087         [BZ #11120]
29088         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
29089         with NOT_IN_libc.
29091 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29093         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
29094         symbol.
29096 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
29098         * math/gen-libm-test.pl (parse_args, special_functions): Properly
29099         wrap blocks consisting of several statements.
29101         * sysdeps/generic/math-tests.h: New file.
29102         * sysdeps/i386/fpu/math-tests.h: Likewise.
29103         * math/test-snan.c: Include it.
29104         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
29106 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29108         [BZ #15285]
29109         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
29110         (__ieee754_j0l): Do not improve calculations using cos of twice
29111         input for inputs above LDBL_MAX / 2.0L.
29112         (__ieee754_y0l): Likewise.
29113         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
29114         (__ieee754_j1l): Do not improve calculations using cos of twice
29115         input for inputs above LDBL_MAX / 2.0L.
29116         (__ieee754_y1l): Likewise.
29117         * math/libm-test.inc (j0_test): Add another test.
29118         (j1_test): Likewise.
29119         (y0_test): Likewise.
29120         (y1_test): Likewise.
29121         * sysdeps/i386/fpu/libm-test-ulps: Update.
29123 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29125         * Rules ($(objpfx)bench-%.c): Include code from a C source
29126         file.
29128 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
29130         [BZ #15287]
29131         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29132         imaginary part 1.0 and real part less than 0.5 specially.
29133         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29134         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29135         * math/libm-test.inc (cacos_test): Add more tests.
29136         (casin_test): Likewise.
29137         (casinh_test): Likewise.
29138         * sysdeps/i386/fpu/libm-test-ulps: Update.
29139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29141 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29143         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
29144         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
29146 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
29148         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
29149         * config.make.in (config-cflags-sse4): Remove variable.
29150         (config-cflags-avx): Likewise.
29151         (config-cflags-sse2avx): Likewise.
29152         (config-cflags-novzeroupper): Likewise.
29153         (config-asflags-i686): Likewise.
29154         (have-mfma4): Likewise.
29155         (have-as-vis3): Likewise.
29156         (MIG): Likewise.
29157         * configure.in (MIG): Do not AC_SUBST.
29158         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
29159         (libc_cv_cc_sse4): Do not AC_SUBST.
29160         (libc_cv_cc_avx): Likewise.
29161         (libc_cv_cc_sse2avx): Likewise.
29162         (libc_cv_cc_novzeroupper): Likewise.
29163         (libc_cv_cc_fma4): Likewise.
29164         (libc_cv_as_i686): Likewise.
29165         (libc_cv_sparc_as_vis3): Likewise.
29166         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
29167         LIBC_CONFIG_VAR.
29168         (config-asflags-i686): Likewise.
29169         (config-cflags-avx): Likewise.
29170         (config-cflags-sse2avx): Likewise.
29171         (have-mfma4): Likewise.
29172         (config-cflags-novzeroupper): Likewise.
29173         * sysdeps/mach/configure.in (MIG): Likewise.
29174         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
29175         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
29176         LIBC_CONFIG_VAR.
29177         (config-cflags-avx): Likewise.
29178         (config-cflags-sse2avx): Likewise.
29179         (have-mfma4): Likewise.
29180         (config-cflags-novzeroupper): Likewise.
29181         * configure: Regenerated.
29182         * sysdeps/i386/configure: Likewise.
29183         * sysdeps/mach/configure: Likewise.
29184         * sysdeps/sparc/configure: Likewise.
29185         * sysdeps/x86_64/configure: Likewise.
29187 2013-03-20  Roland McGrath  <roland@hack.frob.com>
29189         [BZ #14812]
29190         * locale/programs/localedef.c (options): Put N_ translation marker
29191         on argument names, not just descriptions.
29193 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29195         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
29197 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
29199         [BZ #14176]
29200         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
29202 2013-03-19  Roland McGrath  <roland@hack.frob.com>
29204         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
29205         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
29206         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
29207         [!BEFORE_ABORT] (before_abort): New function.
29208         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
29209         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
29210         (writev_for_fatal): New function.
29211         (WRITEV_FOR_FATAL): New macro; call that.
29212         (backtrace_and_maps): New function.
29213         (BEFORE_ABORT): New macro; call that.
29214         (struct str_list): Type removed.
29215         (__libc_message, __libc_fatal): Functions removed.
29216         Include <sysdeps/posix/libc_fatal.c> instead.
29218 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
29220         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
29221         constants.
29222         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
29223         double constants.
29225 2013-03-19  Andreas Schwab  <schwab@suse.de>
29227         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
29228         * sysdeps/gnu/configure: Regenerate.
29230         * configure.in: Substitute libc_cv_rtlddir.
29231         * configure: Regenerate.
29232         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
29233         * Makeconfig (rtlddir, inst_rtlddir): New variables.
29234         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
29235         * elf/Makefile (install-others, CFLAGS-interp.c)
29236         (ldso_install, common-ldd-rewrite): Likewise.
29237         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
29238         $(inst_slibdir)/$(rtld-installed-name).
29239         * scripts/rellns-sh: Add -p option.
29240         * Makerules (make-shlib-link): Use rellns-sh to get relative name
29241         for source.
29243 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
29245         * manual/nptl.texi: Renamed to ...
29246         * manual/threads.texi: ... this.
29247         * manual/Makefile (chapters): Update.
29249 2013-03-18  Roland McGrath  <roland@hack.frob.com>
29251         [BZ #14812]
29252         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
29253         on argument names, not just descriptions.
29254         * malloc/memusagestat.c (options): Likewise.
29255         * nss/getent.c (options): Likewise.
29257 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
29259         [BZ #14812]
29260         * iconv/iconv_prog.c (options): Put N_ translation marker
29261         on argument names, not just descriptions.
29262         * iconv/iconvconfig.c (options): Likewise.
29264 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
29266         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
29267         implementation which is faster on all x86_64 architectures.
29268         Tested on AMD, Intel Nehalem, SNB, IVB.
29269         * sysdeps/x86_64/strnlen.S: Likewise.
29271         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
29272         Remove all multiarch strlen and strnlen versions.
29273         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
29274         Remove strlen and strnlen related parts.
29276         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
29277         Inline strlen part.
29278         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
29280         * sysdeps/x86_64/multiarch/strlen.S: Remove.
29281         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
29282         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
29283         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
29284         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29285         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
29287 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
29289         * manual/memory.texi (Malloc Tunable Parameters):
29290         Sort parameters alphabetically. Add comments for missing entries.
29292 2013-03-17  David S. Miller  <davem@davemloft.net>
29294         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29296 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
29298         [BZ #15283]
29299         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
29300         for arguments at most half maximum finite value.
29301         * math/libm-test.inc (j0_test): Add more tests.
29302         (j1_test): Likewise.
29303         (y0_test): Likewise.
29304         (y1_test): Likewise.
29305         * sysdeps/i386/fpu/libm-test-ulps: Update.
29306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29308         [BZ #14155]
29309         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
29310         1 / x and functions P and Q for arguments above 0x1p256L.
29311         (__ieee754_y0l): Likewise.
29312         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
29313         (__ieee754_y1l): Likewise.
29314         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
29315         (j1_test): Likewise.
29316         (y0_test): Likewise.
29317         (y1_test): Likewise.
29319 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
29321         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
29322         variable.
29324 2013-03-15  Roland McGrath  <roland@hack.frob.com>
29326         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
29327         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
29328         zero since it's initialized to EXEC_PAGESIZE.
29330         * sysdeps/unix/sysv/linux/ldsodefs.h
29331         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
29332         * sysdeps/generic/ldsodefs.h: ... here.
29334 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
29336         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
29338         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
29339         math/test-snan.c.
29340         * math/test-snan.c: Renamed from
29341         sysdeps/powerpc/fpu/test-powerpc-snan.c.
29342         * math/Makefile (tests): Add test-snan.
29343         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
29344         test-powerpc-snan.
29346         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
29347         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
29348         functions.
29349         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
29350         __builtin_nan family of functions.
29351         * math/libm-test.inc (initialize): Initialize qnan_value with
29352         __builtin_nan family of functions.
29353         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
29354         Remove variables.
29355         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
29356         Remove functions.
29357         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
29358         storage class.  Initialize qNaN_var and sNaN_var with
29359         __builtin_nan and __builtin_nans families of functions,
29360         respectively.
29362         * math/libm-test.inc (acosh_test): Also test with qNaN input.
29363         (sqrt_test): Remove duplicate test with qNaN input.
29364         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
29365         (round_test, signbit_test, significand_test): Note missing +/-Inf
29366         as well as qNaN tests.
29368         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
29369         qNaN_var.  Fix a few strings, too.
29370         * math/libm-test.inc (nan_value): Rename to qnan_value.
29371         * math/gen-libm-test.pl (%beautify): Adjust to that.
29372         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
29373         * math/test-misc.c (main): Likewise.
29374         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
29375         to __qnan_bytes, and __qnan_union, respectively.
29376         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
29377         Likewise.
29378         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
29379         and lqnanval, respectively.
29380         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
29381         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
29382         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
29383         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
29385         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
29386         * math/test-misc.c (main) [__x86_64__]: Enable test for long
29387         doubles.
29389         * math/test-misc.c (main): Fix copy'n'pastos.
29390         * misc/tst-efgcvt.c (special): Likewise.
29392         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
29393         Remove declarations.
29395 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29397         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
29398         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
29399         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
29400         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
29402 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29404         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
29405         macro to return vdso values correctly in IFUNC implementations.
29406         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
29407         Optimization by using IFUNC.
29409 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29410             Richard Henderson  <rth@redhat.com>
29411             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29413         * Makefile.in (bench): New target.
29414         * NEWS: Mention the benchmark framework.
29415         * Rules (bench): Likewise.
29416         (binaries-bench): Generate binaries for functions to
29417         benchmark.
29418         * benchtests/Makefile: New makefile for benchmark tests.
29419         * benchtests/bench-skeleton.c: New skeleton file for benchmark
29420         programs.
29421         * benchtests/exp-inputs: New input file for EXP function.
29422         * benchtests/pow-inputs: New input file for POW function.
29423         * scripts/bench.pl: New script to generate source files for
29424         benchmark programs.
29426 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29428         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
29429         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
29430         computations on mantissa.  Use macros for rounding and
29431         division.
29432         (denorm): Likewise.
29433         (__dbl_mp): Likewise.
29434         (add_magnitudes): Likewise.
29435         (sub_magnitudes): Likewise.
29436         (__mul): Likewise.
29437         (__sqr): Likewise.
29438         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
29439         powers of two in terms of TWOPOW macro.
29440         (mp_no): Make type of mantissa as MANTISSA_T.
29441         [!RADIXI]: Define RADIXI.
29442         [!TWO52]: Define TWO52.
29443         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
29445         * manual/nptl.texi (cindex): Modify threads to pthreads.
29447 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
29449         * sysdeps/x86_64/preconfigure: Regenerated.
29451 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
29453         [BZ #14155]
29454         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
29455         0x1p28 and above.
29456         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
29457         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
29458         0x1p28 and above.
29459         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
29460         * math/libm-test.inc (j0_test): Do not allow one spurious
29461         underflow exception.
29462         (y1_test): Likewise.
29464 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29466         * manual/Makefile (chapters): Add nptl.
29467         * manual/debug.texi (Debugging Support): Add link to Threads
29468         chapter.
29469         * manual/nptl.texi: New file.
29471         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
29473 2013-03-14  Petr Baudis  <pasky@ucw.cz>
29475         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
29476         for non-NULL pointer before the memory validity test. Pointed
29477         out by Holger Brunck <holger.brunck@keymile.com>.
29479 2013-03-13  Andreas Schwab  <schwab@suse.de>
29481         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
29482         instead of .os.
29484 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
29486         * timezone/zic.c: Update from tzcode 2013b.
29488 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
29490         * manual/install.texi (Configuring and compiling):
29491         Mention i686 and i586.
29492         * INSTALL: Regenerate.
29494 2013-03-12  Roland McGrath  <roland@hack.frob.com>
29496         * sysdeps/init_array/elf-init.c: New file.
29497         * csu/elf-init.c
29498         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
29499         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
29501         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
29502         __gmon_start__ as global, but as static with a .preinit_array pointer.
29503         * sysdeps/init_array/gmon-start.c: New file.  Use that.
29504         * sysdeps/init_array/crti.S: New file, empty except for comments.
29505         * sysdeps/init_array/crtn.S: Likewise.
29507 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
29509         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
29510         definining bcopy.
29511         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29512         Remove Prefer_SSE_for_memop.
29513         * sysdeps/x86_64/multiarch/init-arch.h: Remove
29514         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
29515         HAS_PREFER_SSE_FOR_MEMOP.
29516         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
29517         memset-x86-64.
29518         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
29519         Remove bzero, memset ifunc support.
29520         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
29521         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
29522         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29523         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29525 2013-03-11  Andreas Schwab  <schwab@suse.de>
29527         [BZ #15234]
29528         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
29529         by SHLIB_COMPAT.
29530         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
29531         (GLIBC_2.16): Remove pthread_atfork.
29533 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29535         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
29536         (ptestcases.h): Likewise.
29538 2013-03-08  Roland McGrath  <roland@hack.frob.com>
29540         * Makeconfig ($(common-objpfx)config.status): Depend on
29541         sysdeps/*/preconfigure{,.in} too.
29543 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
29545         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
29546         (__free_hook): Use void * instead of __malloc_ptr_t.
29547         (__malloc_hook): Likewise.
29548         (__realloc_hook): Likewise.
29549         (__memalign_hook): Likewise.
29550         (__after_morecore_hook): Likewise.
29551         * malloc/arena.c (save_malloc_hook): Likewise.
29552         (save_free_hook): Likewise.
29553         * malloc/hooks.c (malloc_hook_ini): Likewise.
29554         (realloc_hook_ini): Likewise.
29555         (memalign_hook_ini): Likewise.
29556         * malloc/malloc.c (malloc_hook_ini): Likewise.
29557         (realloc_hook_ini): Likewise.
29558         (memalign_hook_ini): Likewise.
29559         (__free_hook): Likewise.
29560         (__malloc_hook): Likewise.
29561         (__realloc_hook): Likewise.
29562         (__memalign_hook): Likewise.
29563         (__libc_malloc): Likewise.
29564         (__libc_free): Likewise.
29565         (__libc_realloc): Likewise.
29566         (__libc_memalign): Likewise.
29567         (__libc_valloc): Likewise.
29568         (__libc_pvalloc): Likewise.
29569         (__libc_calloc): Likewise.
29570         (__posix_memalign): Likewise.
29571         * malloc/morecore.c (__sbrk): Likewise.
29572         (__default_morecore): Likewise.
29574         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
29576         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
29577         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
29578         __malloc_ptrdiff_t.
29580         * malloc/malloc.h (__malloc_size_t): Remove macro.
29581         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
29582         __malloc_size_t.
29583         (old_memalign_hook): Likewise.
29584         (old_realloc_hook): Likewise.
29585         (struct hdr): Likewise.
29586         (flood): Likewise.
29587         (mallochook): Likewise.
29588         (memalignhook): Likewise.
29589         (reallochook): Likewise.
29590         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
29591         (tr_old_realloc_hook): Likewise.
29592         (tr_old_memalign_hook): Likewise.
29593         (tr_mallochook): Likewise.
29594         (tr_reallochook): Likewise.
29595         (tr_memalignhook): Likewise.
29597 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29599         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
29600         default_ldbl_pack and using as default implementation.
29601         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
29602         implementation.
29603         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
29604         redundant definition.
29605         (ldbl_insert_mantissa): Likewise.
29606         (ldbl_canonicalize): Likewise.
29607         (ldbl_nearbyint): Likewise.
29608         (ldbl_pack): Rename to ldbl_pack_ppc.
29609         (ldbl_unpack): Rename to ldbl_unpack_ppc.
29610         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
29611         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
29613 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29615         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
29616         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
29617         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
29618         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
29619         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
29620         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
29621         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
29622         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
29624 2013-03-07  Andreas Jaeger  <aj@suse.de>
29626         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29627         bits/mman-linux.h.
29629 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29631         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
29632         Include mpa.h and declare __MPEXP.
29633         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
29634         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29635         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29636         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
29637         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29638         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
29639         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
29641         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
29642         (__slowpow): Use long double EXPL and LOGL functions to
29643         compute POW.
29644         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
29645         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29646         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
29647         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
29648         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
29649         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
29651         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
29652         intermediate variable to calculate exponent.
29653         (__sqr): Likewise.
29654         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
29655         Likewise.
29656         (__sqr): Likewise.
29658         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
29659         [!NO__SQR]: Define __sqr.
29660         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
29661         and NO__SQR.  Remove all code except __mul and __sqr.  Include
29662         sysdeps/ieee754/dbl-64/mpa.c.
29663         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29665         [BZ #12723]
29666         * posix/Makefile (tests): Add tst-pathconf.
29667         * posix/tst-pathconf.c: New test case.
29668         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
29669         _PC_PIPE_BUF.
29670         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
29672 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
29674         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
29676 2013-03-06  Andreas Jaeger  <aj@suse.de>
29678         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
29679         definition via __MAP_ANONYMOUS.
29681         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
29682         it's not part of Linux headers.
29684         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
29685         (MAP_HUGE_MASK): Define.
29687         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29688         Define.
29689         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29690         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29691         Define.
29692         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29693         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
29694         Define.
29695         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29696         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
29697         Define.
29698         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
29700         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
29701         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
29702         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
29703         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
29704         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
29705         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
29707         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
29708         Handle f2fs.
29710         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
29711         Handle f2fs and efivarfs.
29713         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
29714         f2fs.
29716         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
29717         (EFIVARFS_MAGIC): Add.
29718         (F2FS_LINK_MAX): Add.
29720 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29722         * stdio-common/vfprintf.c: Replace __builtin_expect with
29723         __glibc_unlikely.
29725 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
29727         [BZ #13550]
29728         * sysdeps/generic/bp-sym.h: Remove file.
29729         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
29730         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
29731         <bp-sym.h> and <bp-asm.h>.
29732         (__longjmp): Don't use BP_SYM.
29733         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
29734         and <bp-asm.h>.
29735         (memcpy): Don't use BP_SYM.
29736         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
29737         <bp-sym.h> and <bp-asm.h>.
29738         (memcpy): Don't use BP_SYM.
29739         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
29740         <bp-asm.h>.
29741         (memcpy): Don't use BP_SYM.
29742         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
29743         <bp-asm.h>.
29744         (memset): Don't use BP_SYM.
29745         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29746         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29747         (__bzero): Don't use BP_SYM.
29748         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29749         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29750         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
29751         <bp-sym.h> and <bp-asm.h>.
29752         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29753         pointers.
29754         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
29755         <bp-sym.h> and <bp-asm.h>.
29756         (memcpy): Don't use BP_SYM.
29757         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
29758         <bp-sym.h> and <bp-asm.h>.
29759         (memset): Don't use BP_SYM.
29760         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29761         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29762         (__bzero): Don't use BP_SYM.
29763         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29764         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29765         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
29766         <bp-sym.h> and <bp-asm.h>.
29767         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29768         pointers.
29769         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
29770         <bp-sym.h> and <bp-asm.h>.
29771         (memcpy): Don't use BP_SYM.
29772         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
29773         <bp-sym.h> and <bp-asm.h>.
29774         (memset): Don't use BP_SYM.
29775         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
29776         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
29777         (__bzero): Don't use BP_SYM.
29778         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
29779         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
29780         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
29781         <bp-sym.h> and <bp-asm.h>.
29782         (__memchr): Don't use BP_SYM.
29783         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
29784         <bp-sym.h> and <bp-asm.h>.
29785         (memcmp): Don't use BP_SYM.  Remove comment about bounded
29786         pointers.
29787         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
29788         <bp-sym.h> and <bp-asm.h>.
29789         (memcpy): Don't use BP_SYM.
29790         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
29791         <bp-sym.h> and <bp-asm.h>.
29792         (__mempcpy): Don't use BP_SYM.
29793         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
29794         <bp-sym.h> and <bp-asm.h>.
29795         (__memrchr): Don't use BP_SYM.
29796         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
29797         <bp-sym.h> and <bp-asm.h>.
29798         (memset): Don't use BP_SYM.
29799         (__bzero): Likewise.
29800         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
29801         <bp-sym.h> and <bp-asm.h>.
29802         (__rawmemchr): Don't use BP_SYM.
29803         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
29804         <bp-sym.h> and <bp-asm.h>.
29805         (__STRCMP): Don't use BP_SYM.
29806         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
29807         <bp-sym.h> and <bp-asm.h>.
29808         (strchr): Don't use BP_SYM.
29809         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
29810         <bp-sym.h> and <bp-asm.h>.
29811         (__strchrnul): Don't use BP_SYM.
29812         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
29813         <bp-sym.h> and <bp-asm.h>.
29814         (strlen): Don't use BP_SYM.
29815         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
29816         <bp-sym.h> and <bp-asm.h>.
29817         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29818         pointers.
29819         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
29820         <bp-sym.h> and <bp-asm.h>.
29821         (__strnlen): Don't use BP_SYM.
29822         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
29823         <bp-sym.h> and <bp-asm.h>.
29824         (__GI__setjmp): Don't use BP_SYM.
29825         (_setjmp): Likewise.
29826         (__sigsetjmp): Likewise.
29827         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
29828         (L(start_addresses)): Don't use BP_SYM.
29829         (_start): Likewise.
29830         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
29831         <bp-asm.h>.
29832         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
29833         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
29834         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29835         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29836         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
29837         <bp-asm.h>.
29838         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
29839         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
29840         about bounded pointers.
29841         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
29842         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
29843         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
29844         <bp-asm.h>.
29845         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29846         about bounded pointers.  Remove GKM FIXME comments.
29847         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
29848         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
29849         <bp-asm.h>.
29850         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
29851         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
29852         Remove GKM FIXME comments.
29853         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
29854         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
29855         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
29856         <bp-asm.h>.
29857         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
29858         about bounded pointers.  Remove GKM FIXME comment.
29859         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
29860         and <bp-asm.h>.
29861         (strncmp): Don't use BP_SYM.  Remove comment about bounded
29862         pointers.
29863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
29864         <bp-sym.h> and <bp-asm.h>.
29865         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
29866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
29867         <bp-sym.h> and <bp-asm.h>.
29868         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
29869         comment.
29871 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29873         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
29874         call free(NULL).
29876 2013-03-05  David S. Miller  <davem@davemloft.net>
29878         * po/es.po: Update from translation team.
29880 2013-03-05  Andreas Jaeger  <aj@suse.de>
29882         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
29883         <bits/mman-linux.h>.
29884         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29885         is fine.
29886         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
29887         <bits/mman-linux.h> to end of file.
29888         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29889         is fine.
29890         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
29891         <bits/mman-linux.h> to end of file.
29892         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
29893         is fine.
29894         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
29895         <bits/mman-linux.h> to end of file.
29897         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
29898         (MCL_CURRENT, MCL_FUTURE): Define here.
29900 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29902         [BZ #15232]
29903         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
29904         attribute_hidden.
29905         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
29907 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29909         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
29910         fourth parameter needed for rt_sigprocmask syscall.
29911         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
29912         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
29913         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
29914         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
29915         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
29916         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
29918 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
29920         [BZ #13550]
29921         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
29922         comment about bounded pointers.
29923         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
29924         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
29926 2013-03-04  Andreas Jaeger  <aj@suse.de>
29928         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
29929         common definitions.
29931         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
29932         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
29933         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
29934         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
29935         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
29936         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
29938 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29940         [BZ #15055]
29941         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
29942         __ieee754_sqrl instead of __sqrl.
29944 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
29946         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
29947         * sysdeps/powerpc/fpu_control.h: ... here.
29948         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
29949         * sysdeps/powerpc/bits/fenvinline.h: ... here.
29950         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
29951         * sysdeps/powerpc/bits/mathinline.h: ... here.
29953 2013-03-01  Roland McGrath  <roland@hack.frob.com>
29955         * elf/dl-hwcaps.c (_dl_important_hwcaps):
29956         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
29957         to just [NEED_DL_SYSINFO_DSO].
29958         * elf/dl-support.c: Likewise.
29959         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
29960         * elf/rtld.c (dl_main): Likewise.
29961         * elf/setup-vdso.h (setup_vdso): Likewise.
29962         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
29963         * sysdeps/unix/sysv/linux/dl-sysdep.c
29964         (_dl_discover_osversion): Likewise.
29966 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
29968         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
29969         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29971 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
29973         * NEWS: Mention libm performance improvements and non-x86 PI
29974         futex support.
29976         * csu/libc-start.c (__pthread_initialize_minimal): Change
29977         function arguments.
29978         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
29980 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
29982         [BZ #13550]
29983         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
29984         * sysdeps/powerpc/powerpc32/__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/a2/memcpy.S: Don't include <bp-sym.h>
29988         and <bp-asm.h>.
29989         (memcpy): Don't use BP_SYM.
29990         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
29991         <bp-asm.h>.
29992         (__mpn_add_n): Don't use BP_SYM.
29993         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
29994         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
29995         and <bp-asm.h>.
29996         (__mpn_addmul_1): Don't use BP_SYM.
29997         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
29998         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
29999         <bp-sym.h>.
30000         (_setjmp): Don't use BP_SYM.
30001         (__novmx_setjmp): Likewise.
30002         (__GI__setjmp): Likewise.
30003         (__vmx_setjmp): Likewise.
30004         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
30005         <bp-sym.h>.
30006         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
30007         (__bzero): Don't use BP_SYM.
30008         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30009         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30010         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
30011         <bp-sym.h> and <bp-asm.h>.
30012         (memcpy): Don't use BP_SYM.
30013         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
30014         <bp-sym.h> and <bp-asm.h>.
30015         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30016         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
30017         <bp-sym.h> and <bp-asm.h>.
30018         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
30019         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
30020         <bp-asm.h>.
30021         (__mpn_lshift): Don't use BP_SYM.
30022         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30023         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
30024         <bp-asm.h>.
30025         (memset): Don't use BP_SYM.
30026         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30027         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30028         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
30029         <bp-asm.h>.
30030         (__mpn_mul_1): Don't use BP_SYM.
30031         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30032         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
30033         <bp-sym.h> and <bp-asm.h>.
30034         (memcmp): Don't use BP_SYM.
30035         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
30036         <bp-sym.h> and <bp-asm.h>.
30037         (memcpy): Don't use BP_SYM.
30038         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
30039         <bp-sym.h> and <bp-asm.h>.
30040         (memset): Don't use BP_SYM.
30041         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
30042         <bp-sym.h> and <bp-asm.h>.
30043         (strncmp): Don't use BP_SYM.
30044         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
30045         <bp-sym.h> and <bp-asm.h>.
30046         (memcpy): Don't use BP_SYM.
30047         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
30048         <bp-sym.h> and <bp-asm.h>.
30049         (memset): Don't use BP_SYM.
30050         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
30051         <bp-sym.h> and <bp-asm.h>.
30052         (__memchr): Don't use BP_SYM.
30053         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
30054         <bp-sym.h> and <bp-asm.h>.
30055         (memcmp): Don't use BP_SYM.
30056         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
30057         <bp-sym.h> and <bp-asm.h>.
30058         (memcpy): Don't use BP_SYM.
30059         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
30060         <bp-sym.h> and <bp-asm.h>.
30061         (__mempcpy): Don't use BP_SYM.
30062         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
30063         <bp-sym.h> and <bp-asm.h>.
30064         (__memrchr): Don't use BP_SYM.
30065         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
30066         <bp-sym.h> and <bp-asm.h>.
30067         (memset): Don't use BP_SYM.
30068         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
30069         <bp-sym.h> and <bp-asm.h>.
30070         (__rawmemchr): Don't use BP_SYM.
30071         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
30072         <bp-sym.h> and <bp-asm.h>.
30073         (__STRCMP): Don't use BP_SYM.
30074         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
30075         <bp-sym.h> and <bp-asm.h>.
30076         (strchr): Don't use BP_SYM.
30077         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
30078         <bp-sym.h> and <bp-asm.h>.
30079         (__strchrnul): Don't use BP_SYM.
30080         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
30081         <bp-sym.h> and <bp-asm.h>.
30082         (strlen): Don't use BP_SYM.
30083         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
30084         <bp-sym.h> and <bp-asm.h>.
30085         (strncmp): Don't use BP_SYM.
30086         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
30087         <bp-sym.h> and <bp-asm.h>.
30088         (__strnlen): Don't use BP_SYM.
30089         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
30090         <bp-asm.h>.
30091         (__mpn_rshift): Don't use BP_SYM.
30092         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30093         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
30094         <bp-sym.h> and <bp-asm.h>.
30095         (__sigsetjmp): Don't use BP_SYM.
30096         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
30097         (L(start_addresses)): Don't use BP_SYM.
30098         (_start): Likewise.
30099         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
30100         <bp-asm.h>.
30101         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
30102         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30103         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30104         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
30105         <bp-asm.h>.
30106         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
30107         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30108         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30109         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
30110         <bp-asm.h>.
30111         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30112         comments.
30113         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30114         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
30115         <bp-asm.h>.
30116         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
30117         FIXME comments.
30118         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30119         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30120         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
30121         <bp-asm.h>.
30122         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
30123         comment.
30124         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
30125         and <bp-asm.h>.
30126         (strncmp): Don't use BP_SYM,
30127         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
30128         <bp-asm.h>.
30129         (__mpn_sub_n): Don't use BP_SYM.
30130         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30131         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
30132         and <bp-asm.h>.
30133         (__mpn_submul_1): Don't use BP_SYM.
30134         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
30136         <bp-sym.h> and <bp-asm.h>.
30137         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
30139         <bp-sym.h> and <bp-asm.h>.
30140         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30141         comment.
30143 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30145         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
30146         Use ZK to minimize writes to Z.
30147         (sub_magnitudes): Simplify code a bit.
30148         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
30149         Use ZK to minimize writes to Z.
30150         (sub_magnitudes): Simplify code a bit.
30152 2013-02-27  Roland McGrath  <roland@hack.frob.com>
30154         * csu/gmon-start.c: Add special exception to license text.
30156 2013-02-27  Richard Henderson  <rth@redhat.com>
30158         * scripts/config.guess: Update from config.git.
30159         * scripts/config.sub: Likewise.
30161 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30163         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
30165         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
30167         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
30169         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
30171         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
30173 2013-02-26  Roland McGrath  <roland@hack.frob.com>
30175         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
30176         [$(build-shared = yes].
30178 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30180         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
30181         (__mul): Reduce iterations for calculating mantissa.
30183         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
30184         MPTWO.
30185         (__mpranred): Likewise.
30187         [BZ #15160]
30188         * malloc/memusagestat.c (main): Draw graphs for heap and stack
30189         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
30191 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
30193         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
30194         Define __attribute__.
30196 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30198         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
30199         unused.
30200         * posix/regex_internal.h (__attribute): Remove.
30201         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
30202         (re_string_context_at): Likewise.
30203         (bitset_not): Use __attribute__ and mark function as possibly
30204         unused.
30205         (bitset_merge): Likewise.
30206         (bitset_mask): Likewise.
30207         (re_string_char_size_at): Likewise.
30208         (re_string_wchar_at): Likewise.
30209         (re_string_elem_size_at): Likewise.
30211 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30213         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
30214         code.
30215         (cc32): Likewise.
30217         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
30218         (__acr): Likewise.
30219         (__cpy): Likewise.
30220         (norm): Likewise.
30221         (denorm): Likewise.
30222         (__dbl_mp): Likewise.
30223         (add_magnitudes): Likewise.
30224         (sub_magnitudes): Likewise.
30225         (__mul): Likewise.
30226         (__inv): Likewise.
30228         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
30229         style.
30231         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
30232         style.
30234         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
30235         code.
30237         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
30238         up changes with default code.
30239         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
30240         Likewise.
30242 2013-02-24  Allan McRae  <allan@archlinux.org>
30244         * manual/socket.texi (The Internet Namespace): Order menu items
30245         to match that in the file.
30247         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
30248         node listing of the info page menu.
30250 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
30252         [BZ #13550]
30253         * sysdeps/i386/bp-asm.h: Remove file.
30254         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30255         (PARMS): Do not use macros from bp-asm.h.
30256         (S1): Likewise.
30257         (S2): Likewise.
30258         (SIZE): Likewise.
30259         (__mpn_add_n): Do not use BP_SYM
30260         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
30261         "bp-asm.h".
30262         (PARMS): Do not use macros from bp-asm.h.
30263         (S1): Likewise.
30264         (SIZE): Likewise.
30265         (__mpn_addmul_1): Do not use BP_SYM
30266         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
30267         "bp-asm.h".
30268         (PARMS): Do not use macros from bp-asm.h.
30269         (SIGMSK): Likewise.
30270         (_setjmp): Likewise.  Do not use BP_SYM.
30271         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
30272         "bp-asm.h".
30273         (PARMS): Do not use macros from bp-asm.h.
30274         (SIGMSK): Likewise.
30275         (setjmp): Likewise.  Do not use BP_SYM.
30276         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
30277         "bp-asm.h".
30278         (PARMS): Do not use macros from bp-asm.h.
30279         (__frexp): Do not use BP_SYM.
30280         (frexp): Likewise.
30281         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
30282         "bp-asm.h".
30283         (PARMS): Do not use macros from bp-asm.h.
30284         (__frexpf): Do not use BP_SYM.
30285         (frexpf): Likewise.
30286         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
30287         "bp-asm.h".
30288         (PARMS): Do not use macros from bp-asm.h.
30289         (__frexpl): Do not use BP_SYM.
30290         (frexpl): Likewise.
30291         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
30292         "bp-asm.h".
30293         (PARMS): Do not use macros from bp-asm.h.
30294         (__remquo): Do not use BP_SYM.
30295         (remquo): Likewise.
30296         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
30297         "bp-asm.h".
30298         (PARMS): Do not use macros from bp-asm.h.
30299         (__remquof): Do not use BP_SYM.
30300         (remquof): Likewise.
30301         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
30302         "bp-asm.h".
30303         (PARMS): Do not use macros from bp-asm.h.
30304         (__remquol): Do not use BP_SYM.
30305         (remquol): Likewise.
30306         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
30307         "bp-asm.h".
30308         (PARMS): Do not use macros from bp-asm.h.
30309         (DEST): Likewise.
30310         (SRC): Likewise.
30311         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
30312         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
30313         "bp-asm.h".
30314         (PARMS): Do not use macros from bp-asm.h.
30315         (strlen): Do not use BP_SYM.
30316         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
30317         "bp-asm.h".
30318         (PARMS): Do not use macros from bp-asm.h.
30319         (S1): Likewise.
30320         (S2): Likewise.
30321         (SIZE): Likewise.
30322         (__mpn_add_n): Do not use BP_SYM.
30323         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
30324         "bp-asm.h".
30325         (PARMS): Do not use macros from bp-asm.h.
30326         (S1): Likewise.
30327         (SIZE): Likewise.
30328         (__mpn_addmul_1): Do not use BP_SYM.
30329         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
30330         weak_alias.
30331         (bzero): Likewise.
30332         * sysdeps/i386/i586/lshift.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_lshift): Do not use BP_SYM.
30338         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
30339         "bp-asm.h".
30340         (PARMS): Do not use macros from bp-asm.h.
30341         (DEST): Likewise.
30342         (SRC): Likewise.
30343         (LEN): Likewise.
30344         (memcpy): Likewise.  Do not use BP_SYM.
30345         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
30346         libc_hidden_def and weak_alias.
30347         (mempcpy): Do not use BP_SYM in weak_alias.
30348         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
30349         "bp-asm.h".
30350         (PARMS): Do not use macros from bp-asm.h.
30351         (DEST): Likewise.
30352         (LEN): Likewise.
30353         [!BZERO_P] (CHR): Likewise.
30354         (memset): Likewise.  Do not use BP_SYM.
30355         * sysdeps/i386/i586/mul_1.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         (SIZE): Likewise.
30360         (__mpn_mul_1): Do not use BP_SYM.
30361         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
30362         "bp-asm.h".
30363         (PARMS): Do not use macros from bp-asm.h.
30364         (S): Likewise.
30365         (SIZE): Likewise.
30366         (__mpn_rshift): Do not use BP_SYM.
30367         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
30368         "bp-asm.h".
30369         (PARMS): Do not use macros from bp-asm.h.
30370         (STR): Likewise.
30371         (CHR): Likewise.
30372         (strchr): Likewise.  Do not use BP_SYM.
30373         (index): Do not use BP_SYM in weak_alias.
30374         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
30375         "bp-asm.h".
30376         (PARMS): Do not use macros from bp-asm.h.
30377         (DEST): Likewise.
30378         (SRC): Likewise.
30379         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
30380         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
30381         "bp-asm.h".
30382         (PARMS): Do not use macros from bp-asm.h.
30383         (strlen): Do not use BP_SYM.
30384         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
30385         "bp-asm.h".
30386         (PARMS): Do not use macros from bp-asm.h.
30387         (S1): Likewise.
30388         (S2): Likewise.
30389         (SIZE): Likewise.
30390         (__mpn_sub_n): Do not use BP_SYM.
30391         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
30392         "bp-asm.h".
30393         (PARMS): Do not use macros from bp-asm.h.
30394         (S1): Likewise.
30395         (SIZE): Likewise.
30396         (__mpn_submul_1): Do not use BP_SYM.
30397         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
30398         "bp-asm.h".
30399         (PARMS): Do not use macros from bp-asm.h.
30400         (S1): Likewise.
30401         (S2): Likewise.
30402         (SIZE): Likewise.
30403         (__mpn_add_n): Do not use BP_SYM.
30404         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
30405         weak_alias.
30406         (bzero): Likewise.
30407         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
30408         "bp-asm.h".
30409         (PARMS): Do not use macros from bp-asm.h.
30410         (BLK2): Likewise.
30411         (LEN): Likewise.
30412         (memcmp): Do not use BP_SYM.
30413         (bcmp): Do not use BP_SYM in weak_alias.
30414         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
30415         "bp-asm.h".
30416         (PARMS): Do not use macros from bp-asm.h.
30417         (DEST): Likewise.
30418         (SRC): Likewise.
30419         (LEN): Likewise.
30420         (memcpy): Likewise.  Do not use BP_SYM.
30421         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
30422         "bp-asm.h".
30423         (PARMS): Do not use macros from bp-asm.h.
30424         (DEST): Likewise.
30425         (SRC): Likewise.
30426         (LEN): Likewise.
30427         (memmove): Likewise.  Do not use BP_SYM.
30428         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
30429         "bp-asm.h".
30430         (PARMS): Do not use macros from bp-asm.h.
30431         (DEST): Likewise.
30432         (SRC): Likewise.
30433         (LEN): Likewise.
30434         (__mempcpy): Likewise.  Do not use BP_SYM.
30435         (mempcpy): Do not use BP_SYM in weak_alias.
30436         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
30437         "bp-asm.h".
30438         (PARMS): Do not use macros from bp-asm.h.
30439         (DEST): Likewise.
30440         (LEN): Likewise.
30441         [!BZERO_P] (CHR): Likewise.
30442         (memset): Likewise.  Do not use BP_SYM.
30443         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
30444         "bp-asm.h".
30445         (PARMS): Do not use macros from bp-asm.h.
30446         (STR2): Likewise.
30447         (strcmp): Do not use BP_SYM.
30448         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
30449         "bp-asm.h".
30450         (PARMS): Do not use macros from bp-asm.h.
30451         (STR): Likewise.
30452         (DELIM): Likewise.
30453         [USE_AS_STRTOK_R] (SAVE): Likewise.
30454         (FUNCTION): Likewise.  Do not use BP_SYM.
30455         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
30456         aliases.
30457         (strtok_r): Likewise.
30458         (__GI___strtok_r): Likewise.
30459         * sysdeps/i386/lshift.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_lshift): Do not use BP_SYM.
30464         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30465         (PARMS): Do not use macros from bp-asm.h.
30466         (STR): Likewise.
30467         (CHR): Likewise.
30468         (__memchr): Do not use BP_SYM.
30469         (memchr): Do not use BP_SYM in weak_alias.
30470         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30471         (PARMS): Do not use macros from bp-asm.h.
30472         (BLK2): Likewise.
30473         (LEN): Likewise.
30474         (memcmp): Do not use BP_SYM.
30475         (bcmp): Do not use BP_SYM in weak_alias.
30476         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
30477         (PARMS): Do not use macros from bp-asm.h.
30478         (S1): Likewise.
30479         (SIZE): Likewise.
30480         (__mpn_mul_1): Do not use BP_SYM.
30481         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
30482         "bp-asm.h".
30483         (PARMS): Do not use macros from bp-asm.h.
30484         (STR): Likewise.
30485         (CHR): Likewise.
30486         (__rawmemchr): Do not use BP_SYM.
30487         (rawmemchr): Do not use BP_SYM in weak_alias.
30488         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
30489         (PARMS): Do not use macros from bp-asm.h.
30490         (S): Likewise.
30491         (SIZE): Likewise.
30492         (__mpn_rshift): Do not use BP_SYM.
30493         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
30494         (PARMS): Do not use macros from bp-asm.h.
30495         (SIGMSK): Likewise.
30496         (__sigsetjmp): Likewise.  Do not use BP_SYM.
30497         * sysdeps/i386/start.S: Do not include "bp-sym.h".
30498         (_start): Do not use BP_SYM.
30499         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
30500         (PARMS): Do not use macros from bp-asm.h.
30501         (DEST): Likewise.
30502         (SRC): Likewise.
30503         (__stpcpy): Likewise.  Do not use BP_SYM.
30504         (stpcpy): Do not use BP_SYM in weak_alias.
30505         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
30506         "bp-asm.h".
30507         (PARMS): Do not use macros from bp-asm.h.
30508         (DEST): Likewise.
30509         (SRC): Likewise.
30510         (LEN): Likewise.
30511         (__stpncpy): Likewise.  Do not use BP_SYM.
30512         (stpncpy): Do not use BP_SYM in weak_alias.
30513         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
30514         (PARMS): Do not use macros from bp-asm.h.
30515         (STR): Likewise.
30516         (CHR): Likewise.
30517         (strchr): Likewise.  Do not use BP_SYM.
30518         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
30519         "bp-asm.h".
30520         (PARMS): Do not use macros from bp-asm.h.
30521         (STR): Likewise.
30522         (CHR): Likewise.
30523         (__strchrnul): Likewise.  Do not use BP_SYM.
30524         (strchrnul): Do not use BP_SYM in weak_alias.
30525         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
30526         "bp-asm.h".
30527         (PARMS): Do not use macros from bp-asm.h.
30528         (STOP): Likewise.
30529         (strcspn): Do not use BP_SYM.
30530         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
30531         "bp-asm.h".
30532         (PARMS): Do not use macros from bp-asm.h.
30533         (STR): Likewise.
30534         (STOP): Likewise.
30535         (strpbrk): Likewise.  Do not use BP_SYM.
30536         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
30537         "bp-asm.h".
30538         (PARMS): Do not use macros from bp-asm.h.
30539         (STR): Likewise.
30540         (CHR): Likewise.
30541         (strrchr): Likewise.  Do not use BP_SYM.
30542         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
30543         (PARMS): Do not use macros from bp-asm.h.
30544         (SKIP): Likewise.
30545         (strspn): Do not use BP_SYM.
30546         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
30547         (PARMS): Do not use macros from bp-asm.h.
30548         (STR): Likewise.
30549         (DELIM): Likewise.
30550         (SAVE): Likewise.
30551         (FUNCTION): Likewise.  Do not use BP_SYM.
30552         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
30553         aliases.
30554         (strtok_r): Likewise.
30555         (__GI___strtok_r): Likewise.
30556         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
30557         (PARMS): Do not use macros from bp-asm.h.
30558         (S1): Likewise.
30559         (S2): Likewise.
30560         (SIZE): Likewise.
30561         (__mpn_sub_n): Do not use BP_SYM.
30562         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
30563         "bp-asm.h".
30564         (PARMS): Do not use macros from bp-asm.h.
30565         (S1): Likewise.
30566         (SIZE): Likewise.
30567         (__mpn_submul_1): Do not use BP_SYM.
30568         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
30569         <bp-sym.h>.
30570         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
30571         and <bp-asm.h>.
30572         (PARMS): Do not use macros from bp-asm.h.
30573         (FLAGS): Likewise.
30574         (PTID): Likewise.
30575         (TLS): Likewise.
30576         (CTID): Likewise.
30577         (__clone): Do not use BP_SYM.
30578         (clone): Do not use BP_SYM in weak_alias.
30579         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
30580         and <bp-asm.h>.
30581         (PARMS): Do not use macros from bp-asm.h.
30582         (LEN): Likewise.
30583         (__mmap64): Do not use BP_SYM.
30584         (mmap64): Do not use BP_SYM in weak_alias.
30585         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30586         <bp-sym.h> and <bp-asm.h>.
30587         (PARMS): Do not use macros from bp-asm.h.
30588         (__posix_fadvise64_l64): Do not use BP_SYM.
30589         * sysdeps/unix/sysv/linux/i386/semtimedop.S
30590         (PARMS): Do not use macros from bp-asm.h.
30591         (NSOPS): Likewise.
30592         (semtimedop): Do not use BP_SYM.
30593         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
30594         and <bp-asm.h>.
30596 2013-02-21  Allan McRae  <allan@archlinux.org>
30598         * manual/message.texi (Charset conversion in gettext):
30599         Move @end statement to beginning of line.
30601 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30603         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
30604         static.
30605         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30606         Likewise.
30608         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
30609         (denorm): Likewise.
30610         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
30611         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
30613 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30615         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
30616         tail-call to the resolved function if pltexit isn't needed.
30618 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30620         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
30621         or Y being zero as being unlikely.
30622         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30623         Likewise.
30625 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
30627         * manual/nss.texi (System Databases and Name Service Switch):
30628         Remove frobnicate @pxref.
30630 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30632         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30633         __attribute__ ((unused)) to __attribute__ ((__unused__)).
30635 2013-02-20  Petr Machata  <pmachata@redhat.com>
30637         * elf/elf.h (R_ARM_TARGET1): New macro.
30638         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
30639         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
30640         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
30641         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
30642         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
30643         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
30644         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
30645         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
30646         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
30647         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
30648         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
30649         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
30650         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
30651         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
30652         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
30653         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
30654         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
30655         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
30656         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
30657         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
30658         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
30659         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
30660         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
30661         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
30662         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
30663         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
30664         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
30665         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
30666         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
30667         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
30668         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
30669         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
30670         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
30671         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
30672         (R_ARM_THM_GOT_BREL12): Likewise.
30673         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
30674         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
30675         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
30676         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
30677         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
30678         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
30679         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
30680         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
30681         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
30683 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
30685         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
30686         __attribute_used__ to __attribute__ ((unused)).
30688 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30690         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
30691         powerpc mpa.c.
30692         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
30693         comment formatting.
30694         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
30696 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
30698         [BZ #13550]
30699         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
30700         Remove macro.
30701         (ENTER): Remove both macro definitions.
30702         (LEAVE): Likewise.
30703         (CHECK_BOUNDS_LOW): Likewise.
30704         (CHECK_BOUNDS_HIGH): Likewise.
30705         (CHECK_BOUNDS_BOTH): Likewise.
30706         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
30707         (RETURN_BOUNDED_POINTER): Likewise.
30708         (RETURN_NULL_BOUNDED_POINTER): Likewise.
30709         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
30710         (POP_ERRNO_LOCATION_RETURN): Likewise.
30711         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
30712         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30713         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
30714         macros.
30715         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30716         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
30717         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
30718         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
30719         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
30720         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
30721         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
30722         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
30723         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
30724         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
30725         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
30726         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
30727         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30728         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
30729         removed macros.
30730         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30731         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
30732         macros.
30733         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30734         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
30735         * sysdeps/i386/i586/memset.S (memset): Likewise.
30736         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
30737         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30738         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
30739         macros.
30740         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30741         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
30742         Change uses of L(2) to L(out).
30743         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
30744         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
30745         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
30746         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30747         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
30748         removed macros.
30749         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30750         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
30751         macros.
30752         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30753         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
30754         (RETURN): Do not use macro LEAVE.
30755         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
30756         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
30757         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
30758         * sysdeps/i386/i686/memset.S (memset): Likewise.
30759         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
30760         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
30761         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30762         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
30763         Likewise.
30764         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30765         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
30766         L(1_2) and L(1_3) into L(1).
30767         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30768         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
30769         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30770         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
30771         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30772         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
30773         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
30774         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30775         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
30776         macros.
30777         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
30778         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
30779         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
30780         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
30781         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
30782         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30783         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
30784         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
30785         * sysdeps/i386/strcspn.S (strcspn): Likewise.
30786         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
30787         * sysdeps/i386/strrchr.S (strrchr): Likewise.
30788         * sysdeps/i386/strspn.S (strspn): Likewise.
30789         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
30790         conditional code.
30791         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30792         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
30793         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
30794         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
30795         L(1_3) into L(1_1).
30796         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
30797         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
30798         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
30799         macros.
30800         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
30802 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
30804         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
30805         macro.
30807 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30809         * math/atest-exp.c (exp_mpn): Remove ROUND.
30810         * math/atest-exp2.c (exp_mpn): Likewise.
30811         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
30813         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
30814         * stdlib/tst-tls-atexit-lib.c: Likewise.
30815         * stdlib/tst-tls-atexit.c: Likewise.
30817 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30819         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
30820         and __attribute_alloc_size__.
30822 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30824         * include/programs/xmalloc.h: Change __attribute_alloc_size to
30825         __attribute_alloc_size__.
30826         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
30827         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
30829 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
30831         * include/programs/xmalloc.h: New file.
30832         * catgets/gencat.c: Include it.
30833         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
30834         * elf/pldd.c: Likewise.
30835         * iconv/iconv_charmap.c: Likewise.
30836         * iconv/iconvconfig.c: Likewise.
30837         * iconv/strtab.c: Likewise.
30838         * locale/programs/locale.c: Likewise.
30839         * locale/programs/localedef.h: Likewise.
30840         * locale/programs/simple-hash.c: Likewise.
30841         * nscd/nscd.h: Likewise.
30842         * nss/makedb.c: Likewise.
30843         * sysdeps/generic/ldconfig.h: Likewise.
30845 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30847         * Versions.def: Add GLIBC_2.18.
30848         * include/link.h (struct link_map): New member l_tls_dtor_count.
30849         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
30850         (__call_tls_dtors): Likewise.
30851         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
30852         __cxa_thread_atexit_impl.
30853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30854         Likewise.
30855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30856         Likewise.
30857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
30858         Likewise.
30859         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
30860         Likewise.
30861         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30862         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
30863         Likewise.
30864         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
30865         Likewise.
30866         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30867         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
30868         Likewise.
30869         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
30870         (tests): Add test case tst-tls-atexit.
30871         (modules-names): Add shared library for tst-tls-atexit.
30872         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
30873         (GLIBC_PRIVATE): Add __call_tls_dtors.
30874         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
30875         for libstdc++.
30876         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
30877         * stdlib/tst-tls-atexit.c: New test case.
30878         * stdlib/tst-tls-atexit-lib.c: New test case.
30880         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
30882         * elf/Versions (ld): Add _dl_find_dso_for_object.
30883         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
30884         * elf/dl-open.c (_dl_find_dso_for_object): New function.
30885         (dl_open_worker): Use _dl_find_dso_for_object.
30886         * elf/dl-sym.c (do_sym): Likewise.
30887         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
30889 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30891         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
30892         Syntactic changes only.
30893         (_dl_runtime_profile): Do a tail-call to the resolved function.
30895 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
30897         [BZ #13550]
30898         * sysdeps/x86_64/bp-asm.h: Remove file.
30899         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
30900         <bp-sym.h> and <bp-asm.h>.
30901         (__clone): Do not use BP_SYM.
30902         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
30903         <bp-sym.h> and <bp-asm.h>.
30904         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30905         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
30906         "bp-asm.h".
30907         (_setjmp): Do not use BP_SYM.
30908         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
30909         "bp-asm.h".
30910         (setjmp): Do not use BP_SYM.
30911         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
30912         libc_hidden_def.
30913         (mempcpy): Do not use BP_SYM in weak_alias.
30914         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
30915         "bp-asm.h".
30916         (strchr): Do not use BP_SYM.
30917         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
30918         "bp-asm.h".
30919         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
30920         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
30921         (_start): Do not use BP_SYM.
30922         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
30923         "bp-asm.h".
30924         (strcat): Do not use BP_SYM.
30925         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
30926         "bp-asm.h".
30927         (STRCMP): Do not use BP_SYM.
30928         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
30929         "bp-asm.h".
30930         (STRCPY): Do not use BP_SYM.
30931         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
30932         "bp-asm.h".
30933         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
30934         "bp-asm.h".
30935         (FUNCTION): Do not use BP_SYM.
30936         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
30937         weak_alias.
30938         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
30940 2013-02-17  Andreas Jaeger  <aj@suse.de>
30942         * time/Versions: Sort entries.
30943         * string/Versions: Likewise.
30944         * resolv/Versions: Likewise.
30945         * posix/Versions: Likewise.
30946         * iconv/Versions: Likewise.
30947         * elf/Versions: Likewise.
30948         * wcsmbs/Versions: Likewise.
30950 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30952         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
30953         loop termination condition.
30955         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
30956         variable to calculate EZ.
30957         (__sqr): Likewise.
30959         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
30960         the lower precision input.
30962 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
30964         [BZ #13550]
30965         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
30966         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
30967         (run-via-rtld-prefix): Do not handle %-bp tests.
30968         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
30969         (all-object-suffixes): Remove .ob.
30970         (bppfx): Remove variable.
30971         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
30972         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
30973         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
30974         [$(build-bounded) = yes] (libtype.ob): Likewise.
30975         * Makerules (elide-routines.ob): Remove variable.
30976         (do-tests-clean): Do not handle *-bp.out.
30977         (common-mostlyclean): Do not handle *-bp and *-bp.out.
30978         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
30979         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
30980         (tests): Do not include $(tests-bp.out).
30981         (xtests): Do not include $(xtests-bp.out).
30982         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
30983         [$(build-bounded) = yes] ($(addprefix
30984         $(objpfx),$(binaries-bounded))): Remove rule.
30985         ($(objpfx)%-bp.out): Remove rule.
30986         * config.make.in (build-bounded): Remove variable.
30987         * crypt/Makefile [$(build-bounded) = yes]
30988         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
30989         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
30990         append to variable.
30991         [$(build-bounded) = yes] (install-lib): Likewise.
30992         [$(build-bounded) = yes] (generated): Likewise.
30993         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
30994         Remove rule.
30995         * intl/Makefile [$(build-bounded) = yes]
30996         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
30997         * math/Makefile [$(build-bounded) = yes]
30998         ($(tests:%=$(objpfx)%-bp): Likewise.
30999         * misc/Makefile [$(build-bounded) = yes]
31000         ($(objpfx)tst-tsearch-bp): Likewise.
31001         * nptl/Makeconfig (bounded-thread-library): Remove variable.
31002         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
31003         Remove dependency.
31004         * string/Makefile (o-objects.ob): Remove variable.
31005         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
31006         (CFLAGS-.ob): Remove variable.
31007         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
31008         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
31009         both definitions of variable.
31010         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
31011         (ASFLAGS-.ob): Remove variable.
31013 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
31015         [BZ #13550]
31016         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
31017         Remove __BOUNDED_POINTERS__ from condition.
31018         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
31019         * string/bits/string2.h [!__NO_STRING_INLINES &&
31020         !__BOUNDED_POINTERS__]: Likewise.
31021         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
31022         Likewise.
31023         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
31024         Remove conditional code.
31025         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
31026         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
31027         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
31028         condition.
31030         [BZ #13550]
31031         * csu/libc-start.c: Do not include <bp-sym.h>.
31032         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
31033         * elf/dl-open.c: Do not include <bp-sym.h>.
31034         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
31035         * math/fegetenv.c: Do not include <bp-sym.h>.
31036         (fegetenv): Do not use BP_SYM in versioned symbols.
31037         * nptl/sysdeps/pthread/bits/libc-lockP.h
31038         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
31039         <bp-sym.h>.
31040         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31041         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
31042         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31043         (__pthread_mutex_destroy): Likewise.
31044         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31045         (__pthread_mutex_lock): Likewise.
31046         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31047         (__pthread_mutex_trylock): Likewise.
31048         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31049         (__pthread_mutex_unlock): Likewise.
31050         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31051         (__pthread_mutexattr_init): Likewise.
31052         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31053         (__pthread_mutexattr_destroy): Likewise.
31054         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31055         (__pthread_mutexattr_settype): Likewise.
31056         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31057         (__pthread_rwlock_init): Likewise.
31058         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31059         (__pthread_rwlock_destroy): Likewise.
31060         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31061         (__pthread_rwlock_rdlock): Likewise.
31062         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31063         (__pthread_rwlock_tryrdlock): Likewise.
31064         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31065         (__pthread_rwlock_wrlock): Likewise.
31066         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31067         (__pthread_rwlock_trywrlock): Likewise.
31068         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31069         (__pthread_rwlock_unlock): Likewise.
31070         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31071         (__pthread_key_create): Likewise.
31072         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31073         (__pthread_setspecific): Likewise.
31074         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31075         (__pthread_getspecific): Likewise.
31076         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
31077         Likewise.
31078         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31079         (_pthread_cleanup_push_defer): Likewise.
31080         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31081         (_pthread_cleanup_pop_restore): Likewise.
31082         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
31083         (pthread_setcancelstate): Likewise.
31084         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
31085         <bp-sym.h>.
31086         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
31087         (memchr): Do not use BP_SYM in weak_alias.
31088         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
31089         (fegetenv): Do not use BP_SYM in versioned symbols.
31090         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
31091         (fesetenv): Do not use BP_SYM in versioned symbols.
31092         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31093         (feupdateenv): Do not use BP_SYM in versioned symbols.
31094         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31095         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31096         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
31097         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
31098         (open64): Do not use BP_SYM in weak_alias.
31099         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
31100         (fegetenv): Do not use BP_SYM in versioned symbols.
31101         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
31102         (fesetenv): Do not use BP_SYM in versioned symbols.
31103         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
31104         (feupdateenv): Do not use BP_SYM in versioned symbols.
31105         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
31106         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
31107         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
31108         (feraiseexcept): Do not use BP_SYM in versioned symbols.
31109         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
31110         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
31111         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
31112         <bp-sym.h>.
31113         (__libc_start_main): Do not use BP_SYM.
31115 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31117         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
31118         redundant return line.
31119         (norm): Likewise.
31120         (denorm): Likewise.
31121         (dbl_mp): Likewise.
31122         (sub_magnitudes): Likewise.
31123         (__add): Likewise.
31124         (__sub): Likewise.
31125         (__mul): Likewise.
31126         (__inv): Likewise.
31127         (__dvd): Likewise.
31128         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
31129         (norm): Likewise.
31130         (denorm): Likewise.
31131         (dbl_mp): Likewise.
31132         (sub_magnitudes): Likewise.
31133         (__add): Likewise.
31134         (__sub): Likewise.
31135         (__mul): Likewise.
31136         (__inv): Likewise.
31137         (__dvd): Likewise.
31139         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
31140         instead of __mul.
31141         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
31142         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
31143         (cc32): Likewise.
31145         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
31146         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
31147         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
31148         of __mul for squares.
31149         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
31150         function
31151         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
31152         Likewise.
31153         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
31154         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31156 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
31158         [BZ #13550]
31159         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
31160         code.
31161         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
31162         prototype or function definition.  Rename ubp_* variables and
31163         parameters.  Remove argv definitions conditional on
31164         [__BOUNDED_POINTERS__].
31165         * debug/backtrace.c (__backtrace): Do not use __unbounded.
31166         * elf/dl-runtime.c (_dl_fixup): Likewise.
31167         * include/set-hooks.h (RUN_HOOK): Likewise.
31168         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
31169         definition.
31170         * string/strcpy.c (strcpy): Do not use __unbounded.
31171         * sysdeps/generic/frame.h (struct layout): Likewise.
31172         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
31173         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
31174         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
31175         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
31176         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
31177         (__backtrace): Likewise.
31178         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
31179         use __ptrvalue.
31180         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
31181         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
31182         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
31183         Likewise.
31184         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
31185         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
31186         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
31187         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31188         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
31189         Do not use __unbounded.
31190         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
31191         Rename __unboundedrlimits parameter to rlimits in prototype.
31192         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
31193         Do not use __unbounded.
31194         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
31195         not use __ptrvalue.
31196         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31197         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
31198         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31199         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
31200         __ptrvalue or __unbounded.
31201         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
31202         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
31203         use __unbounded.
31204         (__new_msgctl): Do not use __ptrvalue.
31205         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
31206         __unbounded.
31207         (__libc_msgrcv): Do not use __ptrvalue.
31208         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
31209         startup_info): Do not use __unbounded.
31210         (__libc_start_main): Likewise.  Rename ubp_* variables and
31211         parameters.  Remove argv definitions conditional on
31212         [__BOUNDED_POINTERS__].
31213         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
31214         __ptrvalue.
31215         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
31216         use __unbounded.
31217         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
31218         or __ptrvalue.
31219         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
31220         use __unbounded.
31221         (__new_shmctl): Do not use __ptrvalue.
31222         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
31223         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
31224         Likewise.
31225         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
31226         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
31227         (__libc_sigaction): Likewise.
31228         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
31229         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
31230         Likewise.
31231         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31233 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
31235         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
31237         * string/mempcpy.c: Implement by calling memcpy.
31239 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
31241         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
31243         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
31244         evaluation.
31246         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
31247         values in the mantissa.
31249         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
31250         minimize writes to Z.
31251         (sub_magnitudes): Simplify code a bit.
31253 2013-02-12  Roland McGrath  <roland@hack.frob.com>
31255         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
31256         from the message.  The linker prefixes all warnings with that already.
31258 2013-02-12  Andreas Schwab  <schwab@suse.de>
31260         [BZ #15078]
31261         * posix/regexec.c (extend_buffers): Add parameter min_len.
31262         (check_matching): Pass minimum needed length.
31263         (clean_state_log_if_needed): Likewise.
31264         (get_subexp): Likewise.
31265         * posix/Makefile (tests): Add bug-regex34.
31266         (bug-regex34-ENV): Define.
31267         * posix/bug-regex34.c: New file.
31269         [BZ #11561]
31270         * posix/regcomp.c (parse_bracket_exp): When looking up collating
31271         elements compare against the byte sequence of it, not its name.
31272         * posix/Makefile (tests): Add bug-regex35.
31273         (bug-regex35-ENV): Define.
31274         * posix/bug-regex35.c: New file.
31276 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31278         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
31279         comment.
31280         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
31281         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
31282         (CHECK_EOL): Add undef.
31284 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
31286         * bits/stdlib-bsearch.h: New file.
31287         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
31288         * stdlib/stdlib.h: Likewise.
31290 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31292         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
31293         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
31294         declaration.
31295         * manual/search.texi (Array Search Function): Add missing const in
31296         lfind prototype.
31297         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
31298         declaration to use rlim_t.
31299         (Basic Scheduling Functions): Remove erroneous const from
31300         sched_getparam prototype.  Remove erroneous * from
31301         sched_get_priority_max and sched_get_priority_min prototypes.
31302         (Resource Usage): Fix summary @comment on vtimes to refer to
31303         sys/vtimes.h rather than vtimes.h.
31304         Add missing *s in vtimes prototype.
31305         (Limits on Resources): Fix ulimit prototype to return long int.
31306         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
31307         prototypes to use long int rather than double.
31308         (BSD Random): Fix initstate and setstate to use char *, not void *.
31309         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
31310         prototype to make second argument 'struct aiocb64 *const[]'.
31311         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
31312         (Status of AIO Operations): Remove erroneous const in aio_return and
31313         aio_return64 prototypes.
31314         (Synchronizing I/O): Fix sync prototype to return void.
31315         * manual/startup.texi (Suboptions): Remove an erroneous const in
31316         getsubopt prototype.
31317         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
31318         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
31319         use size_t rather than int.
31320         (Scanning All Users): Likewise for getpwent_r.
31321         (Setting Groups): Add missing const to setgroups prototype.
31322         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
31323         * manual/socket.texi (Host Names): Fix gethostbyaddr and
31324         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
31325         'const void *' rather than 'const char *'.
31326         (Host Address Functions): Likewise for inet_ntop.
31327         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
31328         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
31329         ssize_t for return value.
31330         (Sending Data): Likewise for send, sendto, sendmsg.
31331         (Socket Option Functions): Add a missing const in setsockopt prototype.
31332         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
31333         use wchar_t for the argument.
31334         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
31335         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
31336         take no arguments.
31337         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
31338         double/float/long double for second argument.
31339         Fix return types of significand, significandf, significandl.
31340         * manual/filesys.texi (Setting Permissions): Use mode_t for second
31341         argument in fchmod prototype.
31342         (File Owner): Use uid_t and gid_t in fchown prototype.
31343         (File Times): Add const to utimes, futimes, and lutimes prototypes.
31344         (Making Special Files): Use mode_t and dev_t in mknod prototype.
31345         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
31346         use 'const struct dirent **' as argument types to CMP function pointer
31347         argument.
31348         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
31349         (File Times): Fix summary magic @comment for struct utimbuf and utime
31350         to refer to utime.h, not time.h.
31351         * manual/string.texi (Argz Functions): Add missing const in
31352         argz_extract and argz_next prototypes.
31353         (Finding Tokens in a String): Likewise for basename.
31354         (String/Array Comparison): Fix typo in wcscasecmp prototype.
31355         (Copying and Concatenation): Fix typo in wmemmove prototype.
31356         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
31357         (Signal Stack): Remove erroneous const in sigstack prototype.
31358         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
31359         prototype.
31360         (Simple Calendar Time): Likewise for stime.
31361         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
31362         prototype.
31363         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
31364         say sys/sysctl.h instead.
31365         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
31366         and vsyslog prototypes.
31368 2013-02-11  Tom de Vries  <tom@codesourcery.com>
31370         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
31371         Remove.
31373 2013-02-11  Roland McGrath  <roland@hack.frob.com>
31375         * misc/sys/mman.h: Fix typo in mremap comment.
31377 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31379         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
31380         the '\0' terminator.
31382 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31384         [BZ #13550]
31385         * debug/segfault.c: Don't include <bp-checks.h>.
31386         * sysdeps/generic/bp-checks.h: Remove file.
31387         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
31388         (__GETDENTS): Don't use CHECK_N.
31389         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
31390         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
31391         (__getgroups): Don't use CHECK_N.
31392         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
31393         (setgroups): Don't use CHECK_N.
31394         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
31395         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
31396         (__libc_msgrcv): Don't use CHECK_N.
31397         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
31398         (__libc_msgsnd): Don't use CHECK_N.
31399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
31400         <bp-checks.h>.
31401         (__libc_pread): Don't use CHECK_N.
31402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
31403         include <bp-checks.h>.
31404         (__libc_pread64): Don't use CHECK_N.
31405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
31406         include <bp-checks.h>.
31407         (__libc_pwrite): Don't use CHECK_N.
31408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
31409         include <bp-checks.h>.
31410         (__libc_pwrite64): Don't use CHECK_N.
31411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
31412         <bp-checks.h>.
31413         (__libc_pread): Don't use CHECK_N.
31414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
31415         include <bp-checks.h>.
31416         (__libc_pread64): Don't use CHECK_N.
31417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
31418         include <bp-checks.h>.
31419         (__libc_pwrite): Don't use CHECK_N.
31420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
31421         include <bp-checks.h>.
31422         (__libc_pwrite64): Don't use CHECK_N.
31423         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
31424         (do_pread): Don't use CHECK_N.
31425         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
31426         (do_pread64): Don't use CHECK_N.
31427         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
31428         (do_pwrite): Don't use CHECK_N.
31429         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
31430         (do_pwrite64): Don't use CHECK_N.
31431         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
31432         (__libc_readv): Don't use CHECK_N.
31433         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
31434         (semop): Don't use CHECK_N.
31435         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
31436         <bp-checks.h>.
31437         (semtimedop): Don't use CHECK_N.
31438         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
31439         (__libc_pread): Don't use CHECK_N.
31440         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
31441         <bp-checks.h>.
31442         (__libc_pread64): Don't use CHECK_N.
31443         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
31444         <bp-checks.h>.
31445         (__libc_pwrite): Don't use CHECK_N.
31446         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
31447         <bp-checks.h>.
31448         (__libc_pwrite64): Don't use CHECK_N.
31449         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
31450         <bp-checks.h>.
31451         (__libc_msgrcv): Don't use CHECK_N.
31452         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
31453         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
31454         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
31455         (__libc_writev): Don't use CHECK_N.
31457 2013-02-08  Roland McGrath  <roland@hack.frob.com>
31459         * string/strcpy.c: Removed unused variable.
31461         * Makeconfig (+sysdep-includes): Define with := rather than =.
31462         Use an existing include/ subdir of each sysdeps dir before it.
31464 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31466         * nscd/connection.c (register_traced_file): Comment function.
31467         [HAVE_INOTIFY] (union __inev): Define.
31468         [HAVE_INOTIFY] (inotify_check_files): New function.
31469         [HAVE_INOTIFY] (clear_db_cache): Likewise.
31470         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
31471         clear_db_cache.
31472         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
31474 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31476         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
31477         loaded if not already and that a failure is permanent.
31479 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
31481         [BZ #15006]
31482         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
31483         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
31485 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
31487         [BZ #13550]
31488         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
31489         (CHECK_1_NULL_OK): Likewise.
31490         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
31491         (__fxstat): Do not use CHECK_1.
31492         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
31493         <bp-checks.h>.
31494         (___fxstat64): Do not use CHECK_1.
31495         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
31496         <bp-checks.h>.
31497         (__fxstatat): Do not use CHECK_1.
31498         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
31499         <bp-checks.h>.
31500         (__fxstatat64): Do not use CHECK_1.
31501         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
31502         <bp-checks.h>.
31503         (__fxstat): Do not use CHECK_1.
31504         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
31505         <bp-checks.h>.
31506         (__fxstatat): Do not use CHECK_1.
31507         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
31508         <bp-checks.h>.
31509         (__getresgid): Do not use CHECK_1.
31510         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
31511         <bp-checks.h>.
31512         (__getresuid): Do not use CHECK_1.
31513         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
31514         <bp-checks.h>.
31515         (__lxstat): Do not use CHECK_1.
31516         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
31517         <bp-checks.h>.
31518         (__old_msgctl): Do not use CHECK_1.
31519         (__new_msgctl): Likewise.
31520         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
31521         <bp-checks.h>.
31522         (__new_setrlimit): Do not use CHECK_1.
31523         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
31524         <bp-checks.h>.
31525         (__old_shmctl): Do not use CHECK_1.
31526         (__new_shmctl): Likewise.
31527         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
31528         <bp-checks.h>.
31529         (__xstat): Do not use CHECK_1.
31530         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
31531         (__lxstat): Do not use CHECK_1.
31532         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
31533         <bp-checks.h>.
31534         (___lxstat64): Do not use CHECK_1.
31535         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
31536         (__old_msgctl): Do not use CHECK_1.
31537         (__new_msgctl): Likewise.
31538         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
31539         <bp-checks.h>.
31540         (__gettimeofday): Do not use CHECK_1.
31541         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
31542         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
31543         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
31544         <bp-checks.h>.
31545         (__gettimeofday): Do not use CHECK_1.
31546         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
31547         (__old_shmctl): Do not use CHECK_1_NULL_OK.
31548         (__new_shmctl): Do not use CHECK_1.
31549         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
31550         <bp-checks.h>.
31551         (do_sigtimedwait): Do not use CHECK_1.
31552         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
31553         <bp-checks.h>.
31554         (do_sigwaitinfo): Do not use CHECK_1.
31555         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
31556         <bp-checks.h>.
31557         (msgctl): Do not use CHECK_1.
31558         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
31559         <bp-checks.h>.
31560         (shmctl): Do not use CHECK_1.
31561         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
31562         (ustat): Do not use CHECK_1.
31563         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
31564         <bp-checks.h>.
31565         (__fxstat): Do not use CHECK_1.
31566         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
31567         <bp-checks.h>.
31568         (__fxstatat): Do not use CHECK_1.
31569         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
31570         <bp-checks.h>.
31571         (__lxstat): Do not use CHECK_1.
31572         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
31573         <bp-checks.h>.
31574         (__xstat): Do not use CHECK_1.
31575         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
31576         (__xstat): Do not use CHECK_1.
31577         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
31578         (___xstat64): Do not use CHECK_1.
31580         [BZ #13550]
31581         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
31582         definitions.
31583         (CHECK_BOUNDS_HIGH): Likewise.
31584         * string/strcpy.c: Do not include <bp-checks.h>.
31585         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
31587 2013-02-07  Roland McGrath  <roland@hack.frob.com>
31589         * nscd/nscd-client.h (__nscd_drop_map_ref):
31590         Add __attribute__ ((unused)).
31591         * nis/nss-nisplus.h (niserr2nss): Likewise.
31593         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
31594         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
31596         * csu/libc-tls.c (init_static_tls, init_slotinfo):
31597         Remove inline keyword.
31598         * include/rounding-mode.h (round_away): Likewise.
31599         * libio/wfileops.c (adjust_wide_data): Likewise.
31600         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
31601         (__m128i_strloadu_tolower): Likewise.
31602         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
31603         (__m128i_strloadu_tolower): Likewise.
31604         * time/mktime.c (ydhms_diff): Likewise.
31605         * locale/elem-hash.h (elem_hash): Likewise.
31606         * locale/setlocale.c (setdata): Likewise.
31607         * posix/regex_internal.h (re_string_char_size_at): Likewise.
31608         (re_string_wchar_at): Likewise.
31609         (bitset_not, bitset_merge, bitset_mask): Likewise.
31610         [!(__GNUC__ > 3)] (inline): Remove macro.
31611         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
31612         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
31613         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31614         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
31615         * string/memcmp.c (memcmp_bytes): Likewise.
31616         * locale/programs/locarchive.c (compute_hashval): Likewise.
31617         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
31618         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
31619         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
31620         * nss/getent.c (print_rpc, print_protocols): Likewise.
31621         (print_passwd, print_group, print_aliases): Likewise.
31622         * nis/nss-nisplus.h (niserr2nss): Likewise.
31623         * nscd/connections.c (restart_p): Likewise.
31624         Change return type to bool.
31626 2013-02-05  Roland McGrath  <roland@hack.frob.com>
31628         * Makeconfig (all-Depend-files): Add existing
31629         $(sorted-subdirs:=/Depend) files.
31630         (all-subdirs): Remove nss.
31631         * sysdeps/unix/inet/Subdirs: Add it here instead.
31632         * hesiod/Depend: New file.
31634         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
31635         instead of calling alloca.
31637         * io/lseek.c (__lseek): Rename to __libc_lseek.
31638         Define __lseek as an alias.
31640         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
31642 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
31644         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
31645         else clause and remove check for non-standard endianness.
31647 2013-02-04  David S. Miller  <davem@davemloft.net>
31649         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31651 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
31653         [BZ #13550]
31654         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
31655         (__ubp_memchr): Remove prototype.
31656         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
31657         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31658         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
31659         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
31660         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
31661         Remove alias.
31662         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
31663         (__ubp_memchr): Likewise.
31664         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
31665         (__ubp_memchr): Likewise.
31666         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
31667         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
31668         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
31669         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
31670         CHECK_STRING.
31671         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
31672         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
31673         (__getcwd): Do not use CHECK_STRING.
31674         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
31675         <bp-checks.h>.
31676         (__real_chown): Do not use CHECK_STRING.
31677         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
31678         <bp-checks.h>.
31679         (fchownat): Do not use CHECK_STRING.
31680         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
31681         CHECK_STRING.
31682         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
31683         <bp-checks.h>.
31684         (__lchown): Do not use CHECK_STRING.
31685         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
31686         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
31687         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
31688         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
31689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
31690         include <bp-checks.h>.
31691         (truncate64): Do not use CHECK_STRING.
31692         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
31693         <bp-checks.h>.
31694         (__real_chown): Do not use CHECK_STRING.
31695         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
31696         <bp-checks.h>.
31697         (__lchown): Do not use CHECK_STRING.
31698         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
31699         <bp-checks.h>.
31700         (__chown): Do not use CHECK_STRING.
31701         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
31702         <bp-checks.h>.
31703         (truncate64): Do not use CHECK_STRING.
31704         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
31705         Likewise.
31706         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
31707         (__xmknod): Do not use CHECK_STRING.
31708         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
31709         <bp-checks.h>.
31710         (__xmknodat): Do not use CHECK_STRING.
31711         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
31712         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
31714 2013-02-04  Andreas Schwab  <schwab@suse.de>
31716         [BZ #14142]
31717         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
31718         * include/netdb.h: Likewise for h_errno.
31719         * elf/tst-stackguard1.c: Include <tls.h>.
31721 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
31723         * elf/link.h (struct link_map): Extend the l_addr comment.
31724         * include/link.h (struct link_map): Likewise.
31726 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
31728         [BZ #13550]
31729         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
31730         (BOUNDED_1): Remove macro.
31731         * debug/backtrace.c: Don't include <bp-checks.h>.
31732         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
31733         (__backtrace): Likewise.
31734         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
31735         <bp-checks.h>.
31736         (__backtrace): Don't use BOUNDED_1.
31737         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
31738         <bp-checks.h>.
31739         (__backtrace): Don't use BOUNDED_1.
31740         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
31741         (__backtrace): Don't use BOUNDED_1.
31742         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
31743         (shmat): Don't use BOUNDED_N.
31745 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
31747         [BZ #13550]
31748         * sysdeps/generic/bp-start.h: Remove file.
31749         * csu/libc-start.c: Don't include <bp-start.h>.
31750         (LIBC_START_MAIN): Set up __environ directly instead of using
31751         INIT_ARGV_and_ENVIRON.
31752         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
31753         <bp-start.h>.
31755         [BZ #13550]
31756         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
31757         definitions.
31758         (CHECK_FCNTL): Likewise.
31759         (CHECK_N_PAGES): Likewise.
31761         [BZ #13550]
31762         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
31763         definitions.
31764         (CHECK_SIGSET_NULL_OK): Likewise.
31765         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
31766         <bp-checks.h>.
31767         (sigpending): Don't use CHECK_SIGSET.
31768         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
31769         <bp-checks.h>.
31770         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31771         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
31772         <bp-checks.h>.
31773         (do_sigsuspend): Don't use CHECK_SIGSET.
31774         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
31775         use CHECK_SIGSET.
31776         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
31777         (do_sigwait): Don't use CHECK_SIGSET.
31778         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
31779         use CHECK_SIGSET.
31780         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
31781         include <bp-checks.h>.
31782         (sigpending): Don't use CHECK_SIGSET.
31783         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
31784         include <bp-checks.h>.
31785         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31786         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
31787         <bp-checks.h>.
31788         (sigpending): Don't use CHECK_SIGSET.
31789         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
31790         <bp-checks.h>.
31791         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
31793         [BZ #13550]
31794         * sysdeps/generic/bp-semctl.h: Remove file.
31795         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
31796         <bp-checks.h> and <bp-semctl.h>.
31797         (__old_semctl): Don't use CHECK_SEMCTL.
31798         (__new_semctl): Likewise.
31799         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
31800         and <bp-semctl.h>.
31801         (__old_semctl): Don't use CHECK_SEMCTL.
31802         (__new_semctl): Likewise.
31803         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
31804         <bp-checks.h> and <bp-semctl.h>.
31805         (__old_semctl): Don't use CHECK_SEMCTL.
31806         (__new_semctl): Likewise.
31807         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
31808         <bp-checks.h> and <bp-semctl.h>.
31809         (semctl): Don't use CHECK_SEMCTL.
31811         [BZ #13550]
31812         * Makerules (elide-bp-thunks): Remove variable.
31813         (elide-routines.oS): Don't use $(elide-bp-thunks).
31814         (elide-routines.os): Likewise.
31815         (elide-routines.o): Likewise.
31816         (elide-routines.op): Likewise.
31817         (elide-routines.og): Likewise.
31818         (objects): Don't use $(bp-thunks).
31819         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
31820         include.
31821         (common-generated): Do not add s-proto-bp.d.
31822         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
31823         (int): Likewise.
31824         (typ): Likewise.
31825         Do not generate makefile rules for bounded-pointer thunks.
31826         * sysdeps/generic/bp-thunks.h: Remove file.
31827         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
31828         * sysdeps/unix/s-proto-bp.S: Likewise.
31830         [BZ #15062]
31831         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
31832         parts of result separately when argument is not close to line from
31833         -i to i and one part of argument is small.
31834         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31835         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31836         * math/libm-test.inc (cacos_test): Add more tests.
31837         (casin_test): Likewise.
31838         (casinh_test): Likewise.
31839         * sysdeps/i386/fpu/libm-test-ulps: Update.
31840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31842 2013-01-31  David S. Miller  <davem@davemloft.net>
31844         * po/de.po: Update from translation team.
31846 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
31848         * time/tzfile.c: Include stdint.h for SIZE_MAX.
31850 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
31852         * configure.in (_AC_PROG_CC_C89): New definition.
31853         * configure: Regenerate.
31855         * configure.in (AC_PROG_CPP): New definition.
31856         * configure: Regenerate.
31858 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31860         * debug/tst-backtrace.h: New file.
31861         * debug/tst-backtrace2.c: Include tst-backtrace.h.
31862         (ret): Remove variable.
31863         (x): Likewise.
31864         (FAIL): Remove macro.
31865         (NO_INLINE): Likewise.
31866         (fn1): Use match function instead of strstr.
31867         * debug/tst-backtrace3.c: Include tst-backtrace.h.
31868         (ret): Remove variable.
31869         (x): Likewise.
31870         (FAIL): Remove macro.
31871         (NO_INLINE): Likewise.
31872         (fn): Use match function instead of strstr.
31873         * debug/tst-backtrace4.c: Include tst-backtrace.h.
31874         (ret): Remove variable.
31875         (x): Likewise.
31876         (FAIL): Remove macro.
31877         (NO_INLINE): Likewise.
31878         (handle_signal): Use match function instead of strstr.
31879         * debug/tst-backtrace5.c: Include tst-backtrace.h.
31880         (ret): Remove variable.
31881         (x): Likewise.
31882         (FAIL): Remove macro.
31883         (NO_INLINE): Likewise.
31884         (handle_signal): Use match function instead of strstr.
31886 2013-01-23  Roland McGrath  <roland@hack.frob.com>
31888         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
31890 2013-01-23  David S. Miller  <davem@davemloft.net>
31892         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
31893         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
31894         argument of CAS if possible.
31895         * sysdeps/sparc/sparc64/bits/atomic.h
31896         (__arch_compare_and_exchange_val_32_acq): Likewise.
31897         (__arch_compare_and_exchange_val_64_acq): Likewise.
31899 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
31901         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
31902         * sysdeps/posix/ulimit.c: ... this.
31903         Include <limits.h>.
31904         * sysdeps/unix/bsd/ulimit.c: Remove file.
31906 2013-01-23  Adam Conrad  <adconrad@0c3.net>
31908         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
31909         (LDFLAGS-tst-array5): Likewise.
31911 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
31913         [BZ #15036]
31914         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
31915         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
31916         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
31917         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
31919 2013-01-21  David S. Miller  <davem@davemloft.net>
31921         * sysdeps/sparc/backtrace.c: New file.
31922         * sysdeps/sparc/sparc32/backtrace.h: New file.
31923         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
31924         * sysdeps/sparc/sparc64/backtrace.h: New file.
31925         * sysdeps/sparc/sparc64/backtrace.c: Delete.
31926         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
31927         -funwind-tables.
31929 2013-01-21  Andreas Schwab  <schwab@suse.de>
31931         [BZ #15020]
31932         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
31933         closed its stdout.
31935 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
31937         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
31938         "mpa2.h".
31939         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31941 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
31942             Mark Mitchell  <mark@codesourcery.com>
31943             Tom de Vries  <tom@codesourcery.com>
31944             Paul Pluzhnikov  <ppluzhnikov@google.com>
31946         * debug/tst-backtrace2.c: New file.
31947         * debug/tst-backtrace3.c: Likewise.
31948         * debug/tst-backtrace4.c: Likewise.
31949         * debug/tst-backtrace5.c: Likewise.
31950         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
31951         (CFLAGS-tst-backtrace3.c): Likewise.
31952         (CFLAGS-tst-backtrace4.c): Likewise.
31953         (CFLAGS-tst-backtrace5.c): Likewise.
31954         (LDFLAGS-tst-backtrace2): Likewise.
31955         (LDFLAGS-tst-backtrace3): Likewise.
31956         (LDFLAGS-tst-backtrace4): Likewise.
31957         (LDFLAGS-tst-backtrace5): Likewise.
31958         (tests): Add new tests tst-backtrace2, tst-backtrace3,
31959         tst-backtrace4 and tst-backtrace5.
31961 2013-01-18  Anton Blanchard  <anton@samba.org>
31962             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31964         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
31965         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
31966         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
31967         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
31968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31969         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
31970         "+r" and remove output regs list as redundant.  Add explicit inline
31971         asm to specify register of return val to work around compiler codegen
31972         bug.  Remove (int) cast on return value.  Add return type parameter to
31973         use in macro so that this macro does not truncate return value for
31974         64-bit values.
31975         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
31976         pass to INTERNAL_VSYSCALL_NCS.
31977         (INLINE_VSYSCALL): Add 'long int' as return type to
31978         INTERNAL_VSYSCALL_NCS macro invocation.
31979         (INTERNAL_VSYSCALL): Add 'long int' as return type to
31980         INTERNAL_VSYSCALL_NCS macro invocation.
31981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31983 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31985         [BZ #14496]
31986         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
31987         Fix application of SIMD FP exception mask.
31989         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
31990         mp_no from a power of two.
31991         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
31992         __mpexp_twomm1.  Use __pow_mp.
31994         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
31995         multiplication.
31997 2013-01-17  David S. Miller  <davem@davemloft.net>
31999         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32001 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32003         [BZ #15023]
32004         * include/complex.h: Condition contents on [!_COMPLEX_H].
32005         (__kernel_casinhf): New prototype.
32006         (__kernel_casinh): Likewise.
32007         (__kernel_casinhl): Likewise.
32008         * math/Makefile (libm_calls): Add k_casinh.
32009         * math/k_casinh.c: New file.
32010         * math/k_casinhf.c: Likewise.
32011         * math/k_casinhl.c: Likewise.
32012         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
32013         finite nonzero arguments.
32014         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
32015         finite nonzero arguments.
32016         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
32017         finite nonzero arguments.
32018         * math/s_casinh.c: Do not include <float.h>.
32019         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
32020         * math/s_casinhf.c: Do not include <float.h>.
32021         (__casinhf): Move code for finite nonzero arguments to
32022         k_casinhf.c.
32023         * math/s_casinhl.c: Do not include <float.h>.
32024         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
32025         redefine.
32026         (__casinhl): Move code for finite nonzero arguments to
32027         k_casinhl.c.
32028         * math/libm-test.inc (cacos_test): Add more tests.
32029         * sysdeps/i386/fpu/libm-test-ulps: Update.
32030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32032 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
32034         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
32035         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
32036         [!HAVE_MREMAP]: Remove [defined linux] case.
32037         * malloc/arena.c: Do not include <malloc-sysdep.h>.
32039 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
32041         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
32043 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
32045         * elf/elf.h (R_386_SIZE32): New relocation.
32046         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
32047         R_386_SIZE32.
32048         (elf_machine_rela): Likewise.
32049         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
32050         R_X86_64_SIZE64 and R_X86_64_SIZE32.
32052 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
32054         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
32055         (FP_FAST_FMA): Do not define.
32056         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
32057         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
32058         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
32059         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
32060         !_SOFT_FLOAT]: Likewise.
32061         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
32062         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
32063         value.
32064         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
32065         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
32066         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
32067         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
32068         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
32069         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
32070         file.
32072 2013-01-16  Andreas Schwab  <schwab@suse.de>
32074         [BZ #14327]
32075         * include/stdlib.h (__mktemp): Add declaration.
32076         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
32077         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
32079 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32081         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
32082         definitions.
32083         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
32084         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
32085         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
32086         definitions here.
32087         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
32088         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
32089         definitions.
32090         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
32091         and ONE.
32092         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
32093         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
32094         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
32095         definitions.
32096         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
32097         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
32098         definitions.
32099         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
32101         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
32103 2013-01-15  David S. Miller  <davem@davemloft.net>
32105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32106         trunc{,f} to libm-sysdep_routes.
32107         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
32109         file.
32110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
32111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
32112         file.
32113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
32114         file.
32115         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
32116         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
32117         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
32118         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
32119         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
32120         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
32121         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
32122         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
32124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32125         nearbyint{,f} to libm-sysdep_routes.
32126         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
32128         New file.
32129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
32130         file.
32131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
32132         New file.
32133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
32134         file.
32135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
32136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
32137         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
32138         file.
32139         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
32140         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
32141         file.
32142         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
32143         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
32144         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
32146         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
32147         libc_feholdexcept and libc_fesetenv.
32149 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
32151         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
32153 2013-01-14  David S. Miller  <davem@davemloft.net>
32155         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
32156         (SPARC_ASM_VIS2_IFUNC): Likewise.
32157         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
32158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
32159         use of 'siam' instruction.
32160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
32161         Likewise.
32162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
32163         Likewise.
32164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
32165         Likewise.
32166         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
32167         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
32168         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
32169         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
32170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
32171         file.
32172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
32173         file.
32174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
32175         file.
32176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
32177         file.
32178         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
32179         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
32180         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
32181         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
32182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
32183         new VIS2 routines.
32184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
32185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
32186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
32187         Likewise.
32188         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
32189         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
32190         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
32191         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
32192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
32193         routines to libm-sysdep_routines.
32194         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
32196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
32197         fdim/fdimf to libm-sysdep_routines.
32198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
32199         file.
32200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
32201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
32202         file.
32203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
32204         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
32205         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
32206         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
32207         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
32208         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
32209         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
32211 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32213         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
32214         to optimize copies.
32216         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
32217         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32218         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32220         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
32221         local variable MPTWO.
32222         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32223         Likewise.
32225 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32227         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
32228         GLOB_NOESCAPE.
32230 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32232         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
32234 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
32236         * manual/pattern.texi (glob_t): Document gl_flags.
32237         (glob64_t): Likewise.
32239 2013-01-11  David S. Miller  <davem@davemloft.net>
32241         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
32242         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
32243         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
32244         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
32245         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
32246         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
32247         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
32248         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
32249         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
32250         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
32251         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
32252         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
32253         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
32255         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32256         sparc V9 rather than using V8 code.
32257         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32258         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32260         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
32261         Move to...
32262         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
32263         Here.
32265 2013-01-11  Roland McGrath  <roland@hack.frob.com>
32267         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
32268         not in the main loop.
32269         * configure: Regenerated.
32271 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
32273         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
32274         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
32275         to just #else.
32276         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
32277         [!__GLIBC_HAVE_LONG_LONG] case.
32278         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
32279         condition to just #else.
32280         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
32281         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
32282         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
32283         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
32284         unconditional.
32285         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
32286         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32287         #elif condition to just #else.
32288         * sysdeps/unix/sysv/linux/sys/sysmacros.h
32289         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
32290         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
32291         #elif condition to just #else.
32293 2013-01-11  Steve Ellcey  <sellcey@mips.com>
32295         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
32296         (EF_MIPS_ARCH_64): Fix value.
32297         (EF_MIPS_ARCH_32R2): New.
32298         (EF_MIPS_ARCH_64R2): New.
32300 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
32302         * Makeconfig (+link-pie-before-libc): New.
32303         (+link-pie-after-libc): Likewise.
32304         (+link-pie-tests): Likewise.
32305         (+link-pie): Rewritten.
32306         (link-before-libc): Remove $(config-LDFLAGS).
32307         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
32308         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
32309         (config-LDFLAGS): Renamed to ...
32310         (rtld-LDFLAGS): This.
32311         (rtld-tests-LDFLAGS): New macro.
32312         (link-libc-rpath-link): Likewise.
32313         (link-libc-tests-rpath-link): Likewise.
32314         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
32315         (link-libc): Prepand $(link-libc-rpath-link).
32316         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
32317         (test-program-prefix): New macro.
32318         (test-via-rtld-prefix): Likewise.
32319         (test-program-cmd): Likewise.
32320         (host-test-program-cmd): Likewise.
32321         * Makefile ($(common-objpfx)testrun.sh): Replace
32322         $(run-program-prefix) with $(test-program-prefix).
32323         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
32324         $(rtld-LDFLAGS).
32325         ($(common-objpfx)shlib.lds): Likewise.
32326         (build-module-helper): Likewise.
32327         ($(common-objpfx)format.lds): Likewise.
32328         * Rules (binaries-pie-tests): New.
32329         (binaries-pie-notests): Likewise.
32330         (binaries-pie): Rewritten.
32331         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
32332         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
32333         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
32334         (make-test-out): Replace $(host-built-program-cmd) with
32335         $(host-test-program-cmd).
32336         * config.make.in (build-hardcoded-path-in-tests): New variable.
32337         * configure.in (--enable-hardcoded-path-in-tests): New configure
32338         option.
32339         (hardcoded_path_in_tests): New AC_SUBST.
32340         * configure: Regenerated.
32341         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
32342         $(built-program-cmd) with $(test-program-cmd).
32343         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
32344         (test_program_cmd): This.
32345         * elf/Makefile ($(objpfx)order.out): Run test with
32346         $(test-program-prefix).
32347         ($(objpfx)order2.out): Likewise.
32348         ($(objpfx)tst-initorder.out): Likewise.
32349         ($(objpfx)tst-initorder2.out): Likewise.
32350         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
32351         $(test-program-cmd).
32352         ($(objpfx)tst-array1-static.out): Likewise.
32353         ($(objpfx)tst-array2.out): Likewise.
32354         ($(objpfx)tst-array3.out): Likewise.
32355         ($(objpfx)tst-array4.out): Likewise.
32356         ($(objpfx)tst-array5.out): Likewise.
32357         ($(objpfx)tst-array5-static.out): Likewise.
32358         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
32359         $(test-program-cmd).
32360         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
32361         $(run-program-prefix) with $(test-program-prefix).
32362         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
32363         (test_program_prefix): This.
32364         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
32365         $(run-program-prefix) with $(test-program-prefix).
32366         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
32367         (test_program_prefix): This.
32368         * iconvdata/tst-tables.sh: Likewise.
32369         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
32370         $(run-program-prefix) with $(test-program-prefix).
32371         ($(objpfx)tst-translit.out): Likewise.
32372         ($(objpfx)tst-gettext2.out): Likewise.
32373         ($(objpfx)tst-gettext4.out): Likewise.
32374         ($(objpfx)tst-gettext6.out): Likewise.
32375         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
32376         (test_program_prefix): This.
32377         * intl/tst-gettext2.sh: Likewise.
32378         * intl/tst-gettext4.sh  Likewise.
32379         * intl/tst-gettext6.sh: Likewise.
32380         * intl/tst-translit.sh: Likewise.
32381         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
32382         with $(test-program-cmd).
32383         * libio/Makefile ($(objpfx)test-freopen.out): Replace
32384         $(run-program-prefix) with $(test-program-prefix).
32385         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
32386         (test_program_prefix): This.
32387         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
32388         $(run-program-prefix) with $(test-program-prefix).
32389         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
32390         (test_program_prefix): This.
32391         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
32392         * posix/Makefile ($(objpfx)globtest.out): Replace
32393         $(run-via-rtld-prefix) and $(test-wrapper) with
32394         $(test-program-prefix) and $(test-via-rtld-prefix).
32395         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
32396         $(test-program-prefix).
32397         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
32398         $(host-test-program-cmd).
32399         (tst-spawn-ARGS): Likewise.
32400         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
32401         $(test-program-prefix).
32402         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
32403         (test_via_rtld_prefix): This.
32404         (test_wrapper): Renamed to ...
32405         (test_program_prefix): This.
32406         (run_program_prefix): Replaced by test_program_prefix.
32407         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
32408         (test_program_prefix): This.
32409         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
32410         with $(host-test-program-cmd).
32411         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
32412         $(run-program-prefix) with $(test-program-prefix).
32413         ($(objpfx)tst-printf.out): Likewise.
32414         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
32415         $(test-program-cmd).
32416         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
32417         (test_program_prefix): This.
32418         * stdio-common/tst-unbputc.sh: Likewise.
32419         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
32420         $(run-program-prefix) with $(test-program-prefix).
32421         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
32422         (test_program_prefix): This.
32423         * string/Makefile ($(objpfx)tst-svc.out):  Replace
32424         $(built-program-cmd) with $(test-program-cmd).
32426 2013-01-11  Andreas Jaeger  <aj@suse.de>
32428         [BZ #15003]
32429         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
32430         value. Sync with Linux 3.7.
32432 2013-01-10  David S. Miller  <davem@davemloft.net>
32434         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
32435         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32436         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32438 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32440         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
32441         never set.
32442         * configure: Regenerated.
32444 2013-01-10  David S. Miller  <davem@davemloft.net>
32446         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
32447         sparc V9 rather than using V8 code.
32448         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
32449         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
32451 2013-01-10  Roland McGrath  <roland@hack.frob.com>
32453         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
32454         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
32455         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
32456         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
32457         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
32458         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
32459         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
32460         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
32461         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
32462         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
32463         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
32464         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
32465         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
32466         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
32467         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
32468         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
32469         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
32470         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
32471         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
32472         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
32473         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
32474         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
32475         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
32476         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
32477         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
32478         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
32479         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
32481 2013-01-10  David S. Miller  <davem@davemloft.net>
32483         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32485 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32487         * posix/Makefile (tests-static): New variable.
32488         (tests): Add $(tests-static).
32489         (tst-exec-static-ARGS): New variable.
32490         (tst-spawn-static-ARGS): Likewise.
32491         * posix/tst-exec-static.c: New file.
32492         * posix/tst-spawn-static.c: Likewise.
32493         * posix/tst-exec.c: Support run directly.
32494         * posix/tst-spawn.c: Likewise.
32496 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
32498         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
32499         long.
32500         * math/bits/mathcalls.h (llrint): Likewise.
32501         (llround): Likewise.
32502         * stdlib/stdlib.h (struct drand48_data): Likewise.
32503         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
32504         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
32505         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
32506         Likewise.
32507         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
32508         Likewise.
32509         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
32510         (elf_greg_t): Likewise.
32511         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
32512         (__jmp_buf): Likewise.
32513         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
32514         definitions.
32515         (llrint): Likewise, for all definitions.
32516         (llrintl): Likewise.
32518         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
32519         Remove [__GNUC__] condition.
32520         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
32521         condition to just [__USE_ISOC99].
32522         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
32524 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
32526         [BZ #14200]
32527         * sysdeps/unix/sysv/linux/x86/bits/environments.h
32528         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
32529         defined.
32530         (_POSIX_V6_ILP32_OFF32): Likewise.
32531         (_XBS5_ILP32_OFF32): Likewise.
32532         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
32533         (__ILP32_OFFBIG_LDFLAGS): Likewise.
32535 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32537         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
32539         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
32540         doubles __mpexp_twomm1.  Adjust usage.
32541         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
32542         Remove.
32544 2013-01-10  Andreas Schwab  <schwab@suse.de>
32546         [BZ #14964]
32547         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
32548         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
32550 2013-01-09  David S. Miller  <davem@davemloft.net>
32552         [BZ #15003]
32553         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
32554         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
32555         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
32556         (TCP_FASTOPEN): Define.
32557         (tcp_repair_opt): New structure.
32558         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
32559         enum values.
32560         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
32561         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
32562         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
32563         (tcp_cookie_transactions): New structure.
32565 2013-01-09  Anton Blanchard  <anton@samba.org>
32567         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
32568         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
32569         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
32570         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
32572 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
32574         * include/features.h (__USE_ANSI): Remove.
32576 2013-01-09  Roland McGrath  <roland@hack.frob.com>
32578         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
32580         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
32582 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
32584         * sysdeps/s390/fpu/libm-test-ulps: Update.
32586         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32588         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
32589         (__acr): Likewise.
32590         (__cpy): Likewise.
32591         (norm): Likewise.
32592         (denorm): Likewise.
32593         (__mp_dbl): Likewise.
32594         (__dbl_mp): Likewise.
32595         (add_magnitudes): Likewise.
32596         (sub_magnitudes): Likewise.
32597         (__add): Likewise.
32598         (__sub): Likewise.
32599         (__mul): Likewise.
32600         (__inv): Likewise.
32601         (__dvd): Likewise.
32602         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
32603         (__acr): Likewise.
32604         (__cpy): Likewise.
32605         (norm): Likewise.
32606         (denorm): Likewise.
32607         (__mp_dbl): Likewise.
32608         (__dbl_mp): Likewise.
32609         (add_magnitudes): Likewise.
32610         (sub_magnitudes): Likewise.
32611         (__add): Likewise.
32612         (__sub): Likewise.
32613         (__mul): Likewise.
32614         (__inv): Likewise.
32615         (__dvd): Likewise.
32616         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
32617         (__acr): Likewise.
32618         (__cpy): Likewise.
32619         (norm): Likewise.
32620         (denorm): Likewise.
32621         (__mp_dbl): Likewise.
32622         (__dbl_mp): Likewise.
32623         (add_magnitudes): Likewise.
32624         (sub_magnitudes): Likewise.
32625         (__add): Likewise.
32626         (__sub): Likewise.
32627         (__mul): Likewise.
32628         (__inv): Likewise.
32629         (__dvd): Likewise.
32631 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
32633         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
32634         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
32635         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
32636         2 && __USE_EXTERN_INLINES]: Likewise.
32638 2013-01-08  Andreas Jaeger  <aj@suse.de>
32640         [BZ# 14985]
32641         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
32642         Remove.
32643         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32644         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
32646 2013-01-07  Anton Blanchard  <anton@samba.org>
32648         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
32649         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32650         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
32651         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32652         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
32653         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32654         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
32655         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32656         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32657         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32658         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32659         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32660         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
32661         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32662         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
32663         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32664         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32665         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32666         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
32667         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
32668         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
32669         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
32670         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32671         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
32672         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
32673         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
32674         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
32675         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32676         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
32677         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
32678         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
32679         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32680         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
32681         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32682         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32683         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32684         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32685         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32686         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
32687         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
32688         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
32689         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32690         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32692 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
32694         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
32695         (__MALLOC_PMT): Likewise.
32696         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
32697         [__GNUC__], only on [_LIBC].
32698         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32699         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
32700         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
32701         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
32702         forward declaration.
32703         (realloc_hook_ini): Likewise.
32704         (memalign_hook_ini): Likewise.
32705         (__libc_memalign): Do not use __MALLOC_PMT in variable
32706         declaration.
32707         (__libc_valloc): Likewise.
32708         (__libc_pvalloc): Likewise.
32709         (__libc_calloc): Likewise.
32710         (__posix_memalign): Likewise.
32712         [BZ #14996]
32713         * math/s_casinh.c: Include <float.h>.
32714         (__casinh): Do not do computation with squaring and square root
32715         for large arguments.
32716         * math/s_casinhf.c: Include <float.h>.
32717         (__casinhf): Do not do computation with squaring and square root
32718         for large arguments.
32719         * math/s_casinhl.c: Include <float.h>.
32720         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
32721         (__casinhl): Do not do computation with squaring and square root
32722         for large arguments.
32723         * math/libm-test.inc (casin_test): Add more tests.
32724         (casinh_test): Likewise.
32725         * sysdeps/i386/fpu/libm-test-ulps: Update.
32726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32728 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
32730         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
32731         (__x86_64_raw_data_cache_size): Likewise.
32732         (__x86_64_data_cache_size_half): Likewise.
32733         (__x86_64_raw_data_cache_size_half): Likewise.
32734         (__x86_64_shared_cache_size): Likewise.
32735         (__x86_64_raw_shared_cache_size): Likewise.
32736         (__x86_64_shared_cache_size_half): Likewise.
32737         (__x86_64_raw_shared_cache_size_half): Likewise.
32738         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
32739         to ...
32740         (__x86_data_cache_size): This.
32741         (__x86_64_raw_data_cache_size): Renamed to ...
32742         (__x86_raw_data_cache_size): This.
32743         (__x86_64_data_cache_size_half): Renamed to ...
32744         (__x86_data_cache_size_half): This.
32745         (__x86_64_raw_data_cache_size_half): Renamed to ...
32746         (__x86_raw_data_cache_size_half): This.
32747         (__x86_64_shared_cache_size): Renamed to ...
32748         (__x86_shared_cache_size): This.
32749         (__x86_64_raw_shared_cache_size): Renamed to ...
32750         (__x86_raw_shared_cache_size): This.
32751         (__x86_64_shared_cache_size_half): Renamed to ...
32752         (__x86_shared_cache_size_half): This.
32753         (__x86_64_raw_shared_cache_size_half): Renamed to ...
32754         (__x86_raw_shared_cache_size_half): This.
32755         * sysdeps/x86_64/memcpy.S: Updated.
32756         * sysdeps/x86_64/memset.S: Likewise.
32757         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
32758         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32759         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32761 2013-01-04  David S. Miller  <davem@davemloft.net>
32763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32765 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
32767         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
32768         1 to avoid redefinition warning.
32769         (__USE_GNU): Don't define.
32770         (init_signaling_nan): Protoize.
32772         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32774 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32776         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
32777         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
32778         (__cpymn): Likewise.
32779         (norm): Remove commented code.
32780         (denorm): Likewise.
32781         (__mp_dbl): Likewise.
32782         (__inv): Likewise.
32783         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
32784         (__cpymn): Likewise.
32785         (norm): Remove commented code.
32786         (denorm): Likewise.
32787         (__mp_dbl): Likewise.
32788         (__inv): Likewise.
32790         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
32791         mp_no value for 1.0 and 2.0.
32792         (norm): Use RADIXI instead of radixi.d.
32793         (denorm): Likewise.
32794         (__mul): Use 0.0 instead of zero.d.
32795         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
32796         mp_no value for 1.0 and 2.0.
32797         (norm): Use RADIXI instead of radixi.d.
32798         (denorm): Likewise.
32799         (__mul): Use 0.0 instead of zero.d.
32801 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
32803         [BZ #14994]
32804         * math/s_casinh.c (__casinh): Reduce finite argument to first
32805         quadrant then set signs of results at the end.
32806         * math/s_casinhf.c (__casinhf): Likewise.
32807         * math/s_casinhl.c (__casinhl): Likewise.
32808         * math/libm-test.inc (casin_test): Add more tests.
32809         (casinh_test): Likewise.
32810         * sysdeps/i386/fpu/libm-test-ulps: Update.
32811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32813 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
32815         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
32817         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
32819         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
32820         declarations.
32821         (denorm): Likewise.
32822         (__mp_dbl): Likewise.
32823         (__inv): Likewise.
32825         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
32826         and adjust the header comment.
32828         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
32829         variable name from declaration.
32831 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
32833         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32834         Initialize COMMON_CPUID_INDEX_7 element.
32835         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
32836         (CPUID_RTM): Likewise.
32837         (HAS_RTM): Likewise.
32838         (COMMON_CPUID_INDEX_7): New enum.
32840 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
32842         [BZ #14981]
32843         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
32844         size is zero, record memory as freed.
32846 2013-01-03  Andreas Jaeger  <aj@suse.de>
32848         * po/ia.po: Add new Interlingua translation.
32850 2012-01-03  Allan McRae  <allan@archlinux.org>
32852         * locale/programs/localedef.c: Fix description of '--posix' flag.
32854 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
32856         * NEWS: Update dates in second copyright notice.
32857         * README: Update copyright dates in example.
32858         * manual/libc.texinfo: Update copyright dates.
32859         * scripts/test-installation.pl: Update copyright date in --version
32860         output.
32862         * hurd/ctty-input.c: Fix copyright notice formatting.
32863         * hurd/ctty-output.c: Likewise.
32864         * hurd/dtable.c: Likewise.
32865         * hurd/hurd-raise.c: Likewise.
32866         * hurd/hurdprio.c: Likewise.
32867         * hurd/msgportdemux.c: Likewise.
32868         * misc/sys/file.h: Likewise.
32869         * misc/sys/ioctl.h: Likewise.
32870         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
32871         * sysdeps/mach/hurd/chdir.c: Likewise.
32872         * sysdeps/mach/hurd/fchdir.c: Likewise.
32873         * sysdeps/mach/hurd/rename.c: Likewise.
32874         * sysdeps/mach/hurd/rmdir.c: Likewise.
32875         * sysdeps/mach/hurd/seekdir.c: Likewise.
32876         * sysdeps/mach/hurd/setsid.c: Likewise.
32877         * sysdeps/posix/wait3.c: Likewise.
32879         * All files with FSF copyright notices: Update copyright dates
32880         using scripts/update-copyrights.
32881         * intl/plural.c: Regenerated.
32882         * locale/programs/charmap-kw.h: Likewise.
32883         * locale/programs/locfile-kw.h: Likewise.
32885 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
32887         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
32888         four values.
32890         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
32891         calculation loop and add branch prediction.
32893         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
32894         check access beyond bounds of m1np.
32896         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
32897         MPTWO.
32898         (__inv): Remove local variable MPTWO to use the global
32899         constant.
32900         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
32901         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
32902         variable MPTWO.
32903         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
32904         MP3HALFS static const.
32906 2013-01-01  David S. Miller  <davem@davemloft.net>
32908         * po/ca.po: Update from translation team.
32910 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
32912         * scripts/update-copyrights: New file.
32913         * Makeconfig: Reformat copyright notice.
32914         * ctype/ctype.h: Likewise.
32915         * debug/swprintf_chk.c: Likewise.
32916         * elf/dl-cache.c: Likewise.
32917         * elf/dl-debug.c: Likewise.
32918         * elf/dl-object.c: Likewise.
32919         * grp/initgroups.c: Likewise.
32920         * hurd/Makefile: Likewise.
32921         * hurd/hurd/signal.h: Likewise.
32922         * hurd/hurdfault.c: Likewise.
32923         * hurd/hurdioctl.c: Likewise.
32924         * hurd/hurdlookup.c: Likewise.
32925         * hurd/intr-msg.c: Likewise.
32926         * iconv/gconv_open.c: Likewise.
32927         * libio/swprintf.c: Likewise.
32928         * locale/lc-ctype.c: Likewise.
32929         * locale/nl_langinfo.c: Likewise.
32930         * mach/Machrules: Likewise.
32931         * mach/Makefile: Likewise.
32932         * malloc/obstack.h: Likewise.
32933         * manual/Makefile: Likewise.
32934         * manual/tsort.awk: Likewise.
32935         * misc/bits/stab.def: Likewise.
32936         * nis/nis_print_group_entry.c: Likewise.
32937         * nis/nis_table.c: Likewise.
32938         * nis/nss_compat/compat-pwd.c: Likewise.
32939         * nis/nss_compat/compat-spwd.c: Likewise.
32940         * po/Makefile: Likewise.
32941         * posix/fnmatch.c: Likewise.
32942         * posix/regex.h: Likewise.
32943         * resolv/Makefile: Likewise.
32944         * resolv/nss_dns/dns-network.c: Likewise.
32945         * resolv/res_hconf.c: Likewise.
32946         * scripts/gen-sorted.awk: Likewise.
32947         * soft-fp/soft-fp.h: Likewise.
32948         * stdio-common/printf.h: Likewise.
32949         * stdlib/monetary.h: Likewise.
32950         * stdlib/random.c: Likewise.
32951         * stdlib/random_r.c: Likewise.
32952         * sysdeps/generic/Makefile: Likewise.
32953         * sysdeps/gnu/Makefile: Likewise.
32954         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
32955         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
32956         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
32957         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
32958         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32959         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
32960         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32961         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
32962         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
32963         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
32964         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
32965         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
32966         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
32967         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
32968         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
32969         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
32970         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
32971         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
32972         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
32973         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
32974         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
32975         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
32976         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
32977         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32978         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
32979         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
32980         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
32981         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
32982         * sysdeps/mach/hurd/errnos.awk: Likewise.
32983         * sysdeps/mach/hurd/fork.c: Likewise.
32984         * sysdeps/mach/hurd/getcwd.c: Likewise.
32985         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
32986         * sysdeps/mach/hurd/mmap.c: Likewise.
32987         * sysdeps/mach/hurd/utimes.c: Likewise.
32988         * sysdeps/mach/hurd/xmknod.c: Likewise.
32989         * sysdeps/posix/profil.c: Likewise.
32990         * sysdeps/posix/readdir_r.c: Likewise.
32991         * sysdeps/powerpc/bits/mathdef.h: Likewise.
32992         * sysdeps/powerpc/bits/setjmp.h: Likewise.
32993         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
32994         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
32995         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
32996         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
32997         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
32998         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32999         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33000         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
33001         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33002         * sysdeps/pthread/lio_listio.c: Likewise.
33003         * sysdeps/sparc/dl-procinfo.h: Likewise.
33004         * sysdeps/unix/i386/sysdep.S: Likewise.
33005         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
33006         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
33007         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
33008         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
33009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33010         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
33011         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
33012         * sysdeps/unix/sysv/linux/speed.c: Likewise.
33013         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
33014         * sysdeps/wordsize-32/divdi3.c: Likewise.
33015         * time/sys/time.h: Likewise.
33016         * wcsmbs/Makefile: Likewise.
33018 2013-01-01  David S. Miller  <davem@davemloft.net>
33020         * po/fr.po: Update from translation team.
33022         * catgets/gencat.c: Update copyright year.
33023         * csu/version.c: Likewise.
33024         * debug/catchsegv.sh: Likewise.
33025         * debug/pcprofiledump.c: Likewise.
33026         * debug/xtrace.sh: Likewise.
33027         * elf/ldconfig.c: Likewise.
33028         * elf/ldd.bash.in: Likewise.
33029         * elf/pldd.c: Likewise.
33030         * elf/sotruss.ksh: Likewise.
33031         * elf/sprof.c: Likewise.
33032         * iconv/iconv_prog.c: Likewise.
33033         * iconv/iconvconfig.c: Likewise.
33034         * locale/programs/locale.c: Likewise.
33035         * locale/programs/localedef.c: Likewise.
33036         * login/programs/pt_chown.c: Likewise.
33037         * malloc/memusage.sh: Likewise.
33038         * malloc/memusagestat.c: Likewise.
33039         * malloc/mtrace.pl: Likewise.
33040         * nscd/nscd.c: Likewise.
33041         * nss/getent.c: Likewise.
33042         * nss/makedb.c: Likewise.
33043         * posix/getconf.c: Likewise.
33045 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
33047         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
33048         numbers.
33050 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
33052         * math/bits/mathcalls.h (modf): Use __nonnull.
33054 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33056         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
33057         (split): Use macro CN instead of the bare value.
33058         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
33059         could be used.
33060         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
33061         instead of the bare value.
33062         (power1): Likewise.
33064 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33066         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
33067         __ATAN_TWOM.
33068         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33070         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
33071         their values.
33072         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33073         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
33074         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
33075         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33077 2012-12-28  Andreas Jaeger  <aj@suse.de>
33079         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
33080         values are from Linux 3.7.
33082         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
33083         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
33085 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33087         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
33088         TRUE case.
33090         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
33091         (norm): Likewise.
33092         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
33093         variables with preprocessor constants.
33094         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
33095         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
33096         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
33098 2012-12-27  Bruno Haible  <bruno@clisp.org>
33100         [BZ #14317]
33101         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
33102         only if needed.
33104 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33106         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
33107         and use variable directly.
33108         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
33110         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33111         MPONE.
33112         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
33113         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33114         variable MPONE.
33115         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
33116         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
33117         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
33118         include directive.  Remove local variable MPONE.
33119         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
33120         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
33121         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33123 2012-12-25  David S. Miller  <davem@davemloft.net>
33125         * version.h (RELEASE): Set to "development".
33126         (VERSION): Set to "2.17.90".
33127         * NEWS: Add 2.18 section.
33129 2012-12-21  David S. Miller  <davem@davemloft.net>
33131         * po/hr.po: Update from translation team.
33133 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33135         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
33137 2012-12-19  Steve Ellcey  <sellcey@mips.com>
33139         * NEWS:  Mention new memcpy for MIPS.
33141 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
33143         * manual/contrib.texi (Contributors): Spelling correction.
33145 2012-12-15  David S. Miller  <davem@davemloft.net>
33147         * po/ru.po: Update from translation team.
33149 2012-12-13  David S. Miller  <davem@davemloft.net>
33151         * NEWS: Mention IFUNC testsuite enhancements.
33153         * po/pl.po: Update from translation team.
33154         * po/bg.po: Likewise.
33156         * manual/contrib.texi (Contributors): Update entries for Hongjiu
33157         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
33159 2012-12-11  David S. Miller  <davem@davemloft.net>
33161         * po/sv.po: Update from translation team.
33163         * po/vi.po: Update from translation team.
33165         * po/cs.po: Update from translation team.
33167         * po/de.po: Update from translation team.
33168         * po/eo.po: Likewise.
33169         * po/nl.po: Likewise.
33171 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
33173         [BZ #14246]
33174         * manual/argp.texi (Argp Helper Functions): Move node to follow
33175         Argp Parsing State.
33177         [BZ #14872]
33178         * manual/conf.texi (Limits on File System Capacity): Mention if
33179         terminating null is included in the max size.
33181 2012-12-10  Andreas Jaeger  <aj@suse.de>
33183         * po/cs.po: Update from translation team.
33185 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
33187         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
33188         void pointer and cast to uintptr_t.
33189         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
33190         path.
33191         * sysdeps/s390/s390-64/memcpy.S: Likewise.
33192         * sysdeps/s390/s390-64/memset.S: Likewise.
33194 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
33196         [BZ #14833]
33197         * menual/message.texi (Message Translation): Fix typos.
33198         (Helper programs for gettext): Likewise.
33200 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
33202         [BZ #14898]
33203         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
33204         Change to -1.
33206 2012-12-07  David S. Miller  <davem@davemloft.net>
33208         * po/libc.pot: Update.
33210 2012-12-07  Richard Henderson  <rth@redhat.com>
33212         [BZ #10114]
33213         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
33214         normal/normal case to before the switch.
33215         (_FP_DIV): Likewise.
33217 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
33218             Mike Frysinger  <vapier@gentoo.org>
33220         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
33221         check for __NR_fadvise64_64.
33223 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
33225         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
33226         0, not just to plain "0" as a statement.
33227         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
33228         with cw.
33230 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
33232         * NEWS: Use sourceware.org in Bugzilla URL.
33234 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
33237         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33239         * stdio-common/tst-put-error.c (do_test): Add newline to the
33240         padded test to ensure flush.
33242 2012-12-05  Jeff Law  <law@redhat.com>
33244         * sunrpc/etc.rpc (fedfs_admin): Add entry.
33246 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
33248         * README: Don't refer to ports add-on as distributed separately.
33249         Mention AArch64 in list of systems supported in the ports add-on.
33251         * LICENSES: Add more non-FSF copyright and license notices.
33253         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
33254         ((unused)).
33256         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
33258         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
33259         10000 as width of padded output.
33261 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33263         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
33265         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
33266         variable LX with __attribute__ ((unused)).
33267         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
33268         Likewise.
33269         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
33270         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33271         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
33272         with __attribute__ ((unused)).
33274 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
33276         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
33278 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
33280         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
33281         (CFLAGS-nldbl-acos.c): New variable.
33282         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
33283         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
33284         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
33285         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
33286         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
33287         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
33288         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
33289         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
33290         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
33291         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
33292         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
33293         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
33294         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
33295         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
33296         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
33297         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
33298         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
33299         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
33300         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
33301         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
33302         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
33303         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
33304         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
33305         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
33306         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
33307         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
33308         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
33309         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
33310         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
33311         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
33312         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
33313         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
33314         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
33315         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
33316         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
33317         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
33318         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
33319         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
33320         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
33321         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
33322         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
33323         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
33324         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
33325         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
33326         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
33327         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
33328         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
33329         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
33330         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
33331         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
33332         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
33333         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
33334         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
33335         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
33336         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
33337         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
33338         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
33339         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
33340         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
33341         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
33342         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
33343         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
33344         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
33345         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
33346         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
33347         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
33348         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
33349         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
33350         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
33351         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
33352         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
33353         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
33354         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
33355         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
33356         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
33357         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
33358         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
33359         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
33360         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
33361         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
33362         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
33363         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
33364         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
33365         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
33366         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
33367         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
33368         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
33369         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
33370         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
33371         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
33372         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
33373         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
33374         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
33375         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
33376         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
33377         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
33378         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
33380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33381         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
33383         [BZ #14914]
33384         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
33385         whole low double instead of just low 47 bits when splitting values
33386         into two parts.
33388 2012-12-03  Allan McRae  <allan@archlinux.org>
33390         * manual/stdio.texi (Predefined Printf Handlers): Remove
33391         @hsep and @vsep usage.
33393 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
33395         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
33396         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
33398 2012-12-03  Jeff Law  <law@redhat.com>
33400         * time/sys/time.h (settimeofday): Do not mark TV argument
33401         as __nonnull.
33403 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
33405         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
33406         when currently writing and seek to current position when not.
33407         * libio/Makefile (tests): Remove bug-fclose1.
33408         * libio/bug-fclose1.c: Delete.
33410 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
33412         * manual/arith.texi (feenableexcept): Fix typo.
33413         (fedisableexcept): Likewise.
33415 2012-11-30  Roland McGrath  <roland@hack.frob.com>
33417         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
33418         second, differently-typed declaration, rather than a cast.
33420 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
33422         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
33423         * include/rpc/svc.h: ... here.
33425 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
33427         [BZ #13013]
33428         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
33429         depending n and resplen2 to catch cases where answer
33430         equals answerp2.
33432 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
33434         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
33435         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
33437 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
33439         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
33441 2012-11-29  Roland McGrath  <roland@hack.frob.com>
33443         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
33445 2012-11-28  Jeff Law  <law@redhat.com>
33447         [BZ #13761]
33448         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
33449         dataset_temporary.  Track alloca usage into alloca_used.
33450         If dataset is large allocate and release it via malloc/free.
33452 2012-06-04  Florian Weimer  <fweimer@redhat.com>
33454         [BZ #14197]
33455         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
33457 2012-11-28  David S. Miller  <davem@davemloft.net>
33459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33461 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33463         [BZ #14803]
33464         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
33465         of pi/2 rounded to nearest to 64 bits.
33466         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
33467         nearest to 64 bits.
33468         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
33469         bits.
33471 2012-11-28  Jeff Law <law@redhat.com>
33472             Martin Osvald <mosvald@redhat.com>
33474         [BZ #14889]
33475         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
33476         * sunrpc/svc.c: Include time.h.
33477         (__svc_accept_failed): New function.
33478         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
33479         any reason other than EINTR, call __svc_accept_failed.
33480         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
33481         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
33483 2012-11-28  Andreas Schwab  <schwab@suse.de>
33485         * scripts/abilist.awk: Also handle indirect functions in .opd
33486         section.
33488 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
33490         [BZ #13881]
33491         * sysdeps/x86/fpu/powl_helper.c: New file.
33492         * sysdeps/x86/fpu/Makefile: Likewise.
33493         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
33494         (p3): New object.
33495         (__ieee754_powl): Use __powl_helper for finite arguments except
33496         integer exponents below 8.
33497         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
33498         (p3): New object.
33499         (__ieee754_powl): Use __powl_helper for finite arguments except
33500         integer exponents below 8.
33501         * math/libm-test.inc (pow_test): Add more tests and enable some
33502         previously disabled tests.
33503         * sysdeps/i386/fpu/libm-test-ulps: Update.
33504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33506 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33507             Carlos O'Donell  <carlos_odonell@mentor.com>
33509         * nss/makedb.c (is_prime): Assert that input is odd and greater
33510         than 4.  Note that fact in a comment too.
33511         (next_prime): Add 4 to input.
33513 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
33515         [BZ #11741]
33516         * libio/Makefile (tests): Add test case tst-fwrite-error.
33517         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
33518         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
33519         * libio/tst-fwrite-error.c: New test case.
33521 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
33523         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
33524         before casting to void *.
33525         * include/libc-internal.h (__pointer_type): New macro.
33526         (__integer_if_pointer_type_sub): Likewise.
33527         (__integer_if_pointer_type): Likewise.
33528         (cast_to_integer): Likewise.
33529         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
33530         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
33531         before casting to atomic64_t.
33532         (atomic_exchange_acq): Likewise.
33533         (__arch_exchange_and_add_body): Likewise.
33534         (__arch_add_body): Likewise.
33535         (atomic_add_negative): Likewise.
33536         (atomic_add_zero): Likewise.
33538 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
33540         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
33541         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
33542         (add_fdes): Likewise.
33543         (linear_search_fdes): Likewise.
33544         (binary_search_unencoded_fdes): Likewise.
33546 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
33548         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
33550 2012-11-24  Adam Conrad  <adconrad@0c3.net>
33552         * configure.in: Autodetect C++ header directories.
33553         * configure: Regenerated.
33555 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
33557         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
33559 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
33561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33563 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
33565         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
33566         LDBL_MANT_DIG == 106]: Disable some tests.
33567         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33568         Likewise.
33569         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
33570         Likewise.
33572         [BZ #14871]
33573         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
33574         input for small inputs.  Return +/- pi/2 for large inputs.
33575         * math/libm-test.inc (atan_test): Add more tests.
33577         * sysdeps/generic/unwind-dw2-fde-glibc.c
33578         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
33579         __attribute__ ((unused)).
33581         [BZ #14645]
33582         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
33583         x * y if x and y are nonzero and z is zero.
33585         [BZ #14811]
33586         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
33587         nonzero exponents with absolute value below 0x1p-117 to +/-
33588         0x1p-117.
33590         [BZ #14869]
33591         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
33592         up arguments below 2**-450, not just those below 2**-500.
33593         * math/libm-test.inc (hypot_test): Add another test.
33595         [BZ #14868]
33596         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
33597         Return a+b for ratio over 2**120, not 2**60.
33598         * math/libm-test.inc (hypot_test): Add another test.
33600         * math/libm-test.inc (clog_test): Use
33601         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
33602         (clog10_test): Likewise.
33604         [BZ #6778]
33605         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
33607 2012-11-22  Andreas Schwab  <schwab@suse.de>
33609         * sysdeps/i386/fpu/libm-test-ulps: Update.
33611 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
33613         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
33614         printf output with newline.
33616 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
33618         [BZ #14865]
33619         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
33620         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
33621         -z nodlopen, -z initfirst and -z execstack support.
33622         * configure: Regenerated.
33624         * elf/elf.h (DF_1_NODIRECT): New macro.
33625         (DF_1_IGNMULDEF): Likewise.
33626         (DF_1_NOKSYMS): Likewise.
33627         (DF_1_NOHDR): Likewise.
33628         (DF_1_EDITED): Likewise.
33629         (DF_1_NORELOC): Likewise.
33630         (DF_1_SYMINTPOSE): Likewise.
33631         (DF_1_GLOBAUDIT): Likewise.
33632         (DF_1_SINGLETON): Likewise.
33633         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
33634         DT_1_SUPPORTED_MASK bits.
33635         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
33637 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
33639         * sysdeps/unix/make-syscalls.sh: Document prefixes.
33641 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
33643         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
33644         macro.
33646         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
33647         (sendmmsg): Move declarations...
33648         * socket/sys/socket.h: ... here.
33649         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
33650         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
33651         include it from...
33652         * socket/recvmmsg.c: ... this new file.
33653         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
33654         (sendmmsg): Rename to __sendmmsg, create weak alias and make
33655         definition of __sendmmsg hidden.
33656         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
33657         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
33658         Move ENOSYS stub into and include it from...
33659         * socket/sendmmsg.c: ... this new file.
33660         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
33661         (sysdep_routines): Move recvmmsg and sendmmsg...
33662         * socket/Makefile (routines): ... here.
33663         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
33664         (GLIBC_PRIVATE): Add __sendmmsg.
33665         * include/sys/socket.h (__sendmmsg): Add declarations.
33666         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
33667         sendmmsg.
33669 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
33671         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
33672         variable I1 with __attribute__ ((unused)).
33673         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
33675 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33677         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
33678         DUMMY variables with __attribute__ ((unused)).
33680         * bits/byteswap.h: Include <bits/types.h>.
33681         (__bswap_64): Use __uint64_t instead of unsigned long long int.
33683 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33685         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
33686         string_t.  Do not manually set errno.
33687         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
33688         length with __strnlen.  Make sure to both set errno and return it on
33689         failure.
33691 2012-11-19  David S. Miller  <davem@davemloft.net>
33693         With help from Joseph Myers.
33694         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
33695         very large arguments properly.
33696         * math/libm-test.inc (atan_test): New tests.
33697         (atan2_test): New tests.
33698         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33699         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33701 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
33703         [BZ #14856]
33704         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
33705         Define to 3.
33707         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
33708         [POSIX] (EADDRNOTAVAIL): Likewise.
33709         [POSIX] (EAFNOSUPPORT): Likewise.
33710         [POSIX] (EALREADY): Likewise.
33711         [POSIX] (ECONNABORTED): Likewise.
33712         [POSIX] (ECONNREFUSED): Likewise.
33713         [POSIX] (ECONNRESET): Likewise.
33714         [POSIX] (EDESTADDRREQ): Likewise.
33715         [POSIX] (EDQUOT): Likewise.
33716         [POSIX] (EHOSTUNREACH): Likewise.
33717         [POSIX] (EIDRM): Likewise.
33718         [POSIX] (EISCONN): Likewise.
33719         [POSIX] (ELOOP): Likewise.
33720         [POSIX] (EMULTIHOP): Likewise.
33721         [POSIX] (ENETDOWN): Likewise.
33722         [POSIX] (ENETUNREACH): Likewise.
33723         [POSIX] (ENOBUFS): Likewise.
33724         [POSIX] (ENODATA): Likewise.
33725         [POSIX] (ENOLINK): Likewise.
33726         [POSIX] (ENOMSG): Likewise.
33727         [POSIX] (ENOPROTOOPT): Likewise.
33728         [POSIX] (ENOSR): Likewise.
33729         [POSIX] (ENOSTR): Likewise.
33730         [POSIX] (ENOTCONN): Likewise.
33731         [POSIX] (ENOTSOCK): Likewise.
33732         [POSIX] (EOPNOTSUPP): Likewise.
33733         [POSIX] (EOVERFLOW): Likewise.
33734         [POSIX] (EPROTO): Likewise.
33735         [POSIX] (EPROTONOSUPPORT): Likewise.
33736         [POSIX] (EPROTOTYPE): Likewise.
33737         [POSIX] (ESTALE): Likewise.
33738         [POSIX] (ETIME): Likewise.
33739         [POSIX] (ETXTBSY): Likewise.
33740         [POSIX] (EWOULDBLOCK): Likewise.
33741         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
33742         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
33743         [POSIX] (SEEK_CUR): Likewise.
33744         [POSIX] (SEEK_END): Likewise.
33745         [POSIX || UNIX98] (mode_t): Do not require.
33746         [POSIX] (off_t): Likewise.
33747         [POSIX] (pid_t): Likewise.
33748         [POSIX] (sys/stat.h): Do not allow header.
33749         [POSIX] (unistd.h): Likewise.
33750         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
33751         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
33752         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
33753         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
33754         require.
33755         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
33756         sigevent): Specify elements.
33757         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
33758         entry.
33759         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
33760         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
33762         * conform/data/cpio.h-data [POSIX]: Disable whole file.
33763         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
33764         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
33765         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
33766         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
33767         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
33768         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
33769         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
33770         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
33771         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
33772         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
33773         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
33774         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
33775         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
33776         Likewise.
33777         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
33778         Likewise.
33779         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
33780         Likewise.
33781         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
33782         Likewise.
33783         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
33784         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
33785         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
33786         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
33787         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
33788         Specify lower bound on value.
33789         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
33790         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
33791         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
33792         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
33793         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
33794         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
33795         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
33796         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
33797         value.
33798         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
33799         as optional.
33800         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
33801         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
33802         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
33803         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
33804         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
33805         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
33806         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
33807         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
33808         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
33809         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
33810         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
33811         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
33812         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
33813         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
33814         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
33815         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
33816         entry.
33817         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
33818         optional.
33819         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
33820         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
33821         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
33822         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
33823         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
33824         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
33825         Likewise.
33826         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
33827         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
33828         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
33829         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
33830         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
33831         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
33832         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
33833         as optional.
33834         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
33835         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
33836         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
33837         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
33838         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
33839         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
33840         specify as optional.
33841         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
33842         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
33843         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
33844         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
33845         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
33846         [XPG3] (NL_LANGMAX): Likewise.
33847         [POSIX || XPG3] (NL_MSGMAX): Likewise.
33848         [POSIX || XPG3] (NL_NMAX): Likewise.
33849         [POSIX || XPG3] (NL_SETMAX): Likewise.
33850         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
33851         [XPG3] (NZERO): Likewise.
33852         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
33853         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
33854         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
33855         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
33856         (REG_ERANGE): Expect.
33857         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
33858         optional-constant.
33859         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
33860         Use (void) in prototype.
33861         [POSIX] (*_t): Allow.
33862         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
33863         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
33864         (WRDE_BADVAL): Expect.
33866         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
33867         expect.
33868         [XPG3 || XPG4] (O_RSYNC): Likewise.
33869         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
33870         Likewise.
33871         [XPG3 || XPG4] (pthread_sigmask): Likewise.
33872         [XPG3 || XPG4] (sigqueue): Likewise.
33873         [XPG3 || XPG4] (sigtimedwait): Likewise.
33874         [XPG3 || XPG4] (sigwaitinfo): Likewise.
33875         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
33876         [XPG3 || XPG4] (vsnprintf): Likewise.
33877         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
33878         Likewise.
33879         [XPG3 || XPG4] (blksize_t): Likewise.
33880         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
33881         Likewise.
33882         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
33883         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
33884         [XPG3 || XPG4] (struct itimerspec): Likewise.
33885         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
33886         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
33887         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
33888         [XPG3 || XPG4] (clockid_t): Likewise.
33889         [XPG3 || XPG4] (timer_t): Likewise.
33890         [XPG3 || XPG4] (clock_getres): Likewise.
33891         [XPG3 || XPG4] (clock_gettime): Likewise.
33892         [XPG3 || XPG4] (clock_settime): Likewise.
33893         [XPG3 || XPG4] (nanosleep): Likewise.
33894         [XPG3 || XPG4] (timer_create): Likewise.
33895         [XPG3 || XPG4] (timer_delete): Likewise.
33896         [XPG3 || XPG4] (timer_gettime): Likewise.
33897         [XPG3 || XPG4] (timer_getoverrun): Likewise.
33898         [XPG3 || XPG4] (timer_settime): Likewise.
33899         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
33900         [XPG3 || XPG4] (getlogin_r): Likewise.
33901         [XPG3 || XPG4] (pread): Likewise.
33902         [XPG3 || XPG4] (pthread_atfork): Likewise.
33903         [XPG3 || XPG4] (pwrite): Likewise.
33905         [BZ #14835]
33906         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
33907         <bits/siginfo.h>.
33909 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
33911         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
33912         finalizing MALLSTREAM.
33914         * sysdeps/mach/hurd/syncfs.c: New file.
33916 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33918         [BZ #14719]
33919         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
33920         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
33921         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
33922         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
33923         (_nss_dns_gethostbyname4_r): Likewise.
33924         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
33925         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
33927 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
33929         [BZ #13763]
33930         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
33932 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
33934         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
33935         * elf/cache.c (print_entry): Print ",AArch64" for
33936         FLAG_AARCH64_LIB64
33938         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
33939         * elf/cache.c (print_entry): Print ",hard-float" for
33940         FLAG_ARM_LIBHF.
33942 2012-11-18  David S. Miller  <davem@davemloft.net>
33944         With help from Joseph Myers.
33945         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
33946         cutoff to 2**-13.
33947         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
33948         cutoff to 2**-25.
33949         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
33950         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
33951         small.
33952         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
33953         * math/libm-test.inc (y0_test): New tests.
33954         (y1_test): New tests.
33955         * sysdeps/i386/fpu/libm-test-ulps: Update.
33956         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33959 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
33961         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
33962         64-bit targets.
33963         * configure: Regenerated.
33965 2012-11-17  David S. Miller  <davem@davemloft.net>
33967         [BZ #14811]
33968         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
33969         nonzero exponents with absolute value below 0x1p-128 to +/-
33970         0x1p-128.
33972 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
33974         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
33976         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
33978         * posix/getconf-speclist.c: New file.
33979         * posix/posix-envs.def: Likewise.
33980         * posix/confstr.c (START_ENV_GROUP): New macro.
33981         (END_ENV_GROUP): Likewise.
33982         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33983         (KNOWN_PRESENT_ENV_STRING): Likewise.
33984         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33985         (UNKNOWN_ENVIRONMENT): Likewise.
33986         (confstr): Include posix-envs.def instead of handling
33987         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
33988         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
33989         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
33990         (END_ENV_GROUP): Likewise.
33991         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
33992         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
33993         (UNKNOWN_ENVIRONMENT): Likewise.
33994         (__sysconf): Include posix-envs.def instead of handling associated
33995         cases directly here.
33996         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
33997         preprocessing getconf-speclist.c rather than running getconf or
33998         generating empty file.
34000 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
34002         * scripts/check-local-headers.sh: Ignore 'mach' headers.
34004 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
34006         [BZ #14672]
34007         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
34009 2012-11-16  David S. Miller  <davem@davemloft.net>
34011         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
34012         smaller than LDBL_EPSILON/2.0L, just return xm1.
34014 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
34016         * elf/tst-array1.c (init): Set constructor priority to 1000.
34017         (fini): Set destructor priority to 1000.
34018         * elf/tst-array2dep.c: Likewise.
34020 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34022         [BZ #11741]
34023         * libio/fileops.c (_IO_new_file_write): Correctly return error.
34024         (_IO_new_file_xsputn): Also return EOF if none of the input
34025         data was written when overflow failed.
34026         * libio/iopadn.c (_IO_padn): Likewise.
34027         * libio/iowpadn.c (_IO_wpadn): Likewise.
34028         * stdio-common/tst-put-error.c: Add copyright notice.
34029         (do_test): Add case for printing padded string.
34030         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
34031         _IO_padn returned error.
34032         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
34033         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
34034         return EOF.
34036 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34038         * libio/libioP.h: Add comment note that the references to C++
34039         bits are now obsolete.
34041 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34043         * math/libm-test.inc (check_complex): Use asprintf.
34045 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
34047         * debug/pcprofiledump.c (print_version): Update copyright year.
34048         * malloc/memusagestat.c (print_version): Likewise.
34050 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
34052         [BZ #14831]
34053         * elf/Makefile (tests): Add tst-audit8.
34054         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
34055         ($(objpfx)tst-audit8.out): New target.
34056         (tst-audit8-ENV): New variable.
34057         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
34058         audit if l_reloc_result is NULL.
34059         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
34060         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
34061         * elf/tst-audit8.c: New file.
34063 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34065         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
34066         * misc/Makefile (CFLAGS-select.c): Define.
34067         * posix/Makefile (CFLAGS-pause.c): Define.
34069 2012-11-13  David S. Miller  <davem@davemloft.net>
34071         * crypt/Makefile: Move test targets after toplevel Rules
34072         inclusion.  Grab any necessary sysdep routines when linking.
34073         * crypt/md5.c (md5_process_block): Remove define, we will always
34074         name it __md5_process_block.
34075         (md5_finish_ctx): Update md5_process_block call.
34076         (md5_stream): Likewise.
34077         (md5_process_bytes): Likewise.
34078         (md5_process_block): Rename to __md5_process_block and move to ...
34079         * crypt/md5-block.c: ... here.
34080         * crypt/sha256.c (sha256_process_block): Move to ...
34081         * crypt/sha256-block.c: ... here.
34082         * crypt/sha512.c (sha512_process_block): Move to ...
34083         * crypt/sha512-block.c: ... here.
34084         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
34085         path.
34086         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
34087         * sysdeps/sparc/sparc64/multiarch/Makefile
34088         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
34089         crypt subdir.
34090         (localedef-aux): Add md5 crypto assembler when in locale subdir.
34091         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
34092         multiarch changes.
34093         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
34094         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
34095         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
34096         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
34097         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
34098         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
34099         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
34100         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
34101         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
34102         file.
34103         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
34104         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
34105         file.
34106         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
34108 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
34110         * timezone/tzselect.ksh: Update from tzcode git revision
34111         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
34112         * timezone/zdump.c: Likewise.
34113         * timezone/zic.c: Likewise.
34114         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
34115         in TZVERSION setting, not $(PKGVERSION).
34116         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
34117         REPORT_BUGS_TO settings.
34119         [BZ #14838]
34120         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
34121         macro.
34123 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34125         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
34126         detection to immediately after _FP_ROUND().
34127         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
34128         bits are 0.
34130 2012-11-11  David S. Miller  <davem@davemloft.net>
34132         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
34133         inttypes.h
34134         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
34135         __close rather than their public counterparts.
34137 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
34139         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
34140         file.
34141         [UNIX98] (sem_timedwait): Do not expect.
34142         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
34143         [XPG4 || UNIX98] (sockatmark): Do not expect.
34144         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
34145         (clock_getcpuclockid): Do not expect.
34146         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
34147         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
34148         Do not expect.
34149         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
34150         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
34151         [UNIX98] (vwscanf): Likewise.
34152         [UNIX98] (vswscanf): Likewise.
34154 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
34156         * timezone/version.h: Remove file.
34157         * timezone/README: Do not refer to version.h.
34158         * timezone/Makefile ($(objpfx)zic.o): New dependency on
34159         $(objpfx)version.h.
34160         ($(objpfx)zdump.o): Likewise.
34161         ($(objpfx)version.h): New target.
34163         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
34164         2012i.
34165         * timezone/README: Don't mention modification to tzselect.ksh.
34166         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
34167         work on unmodified tzselect.ksh.  Substitute version numbers in
34168         tzselect.ksh.
34170         * Makefile (format-me): Remove.
34171         (INSTALL): Adjust indentation.  Use commands directly instead of
34172         using $(format-me).
34174         * aclocal.m4 (ACX_PKGVERSION): New macro.
34175         (ACX_BUGURL): Likewise.
34176         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
34177         (PKGVERSION): New AC_DEFINE_UNQUOTED.
34178         (REPORT_BUGS_TO): Likewise.
34179         * configure: Regenerated.
34180         * config.h.in (PKGVERSION): New macro.
34181         (REPORT_BUGS_TO): Likewise.
34182         * config.make.in (PKGVERSION): New variable.
34183         (PKGVERSION_TEXI): Likewise.
34184         (REPORT_BUGS_TO): Likewise.
34185         (REPORT_BUGS_TEXI): Likewise.
34186         * Makefile (format-me): Use -I$(common-objpfx)manual.
34187         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
34188         ($(common-objpfx)manual/%): New target.
34189         (manual/%): Remove target.
34190         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
34191         (print_version): Use PKGVERSION.
34192         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
34193         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
34194         and REPORT_BUGS_TO.
34195         ($(objpfx)xtrace): Likewise.
34196         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
34197         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
34198         (print_version): Use PKGVERSION.
34199         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
34200         (do_version): Use PKGVERSION.
34201         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
34202         REPORT_BUGS_TO.
34203         (common-ldd-rewrite): Likewise.
34204         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
34205         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
34206         (print_version): Use PKGVERSION.
34207         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
34208         * elf/pldd.c (argp_program_bug_address): Remove variable.
34209         (more_help): New function.
34210         (argp): Use more_help.
34211         (print_version): Use PKGVERSION.
34212         * elf/sln.c (main): Use PKGVERSION.
34213         (usage): Use REPORT_BUGS_TO.
34214         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
34215         (top level): Use PKGVERSION.
34216         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
34217         (print_version): Use PKGVERSION.
34218         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
34219         (print_version): Use PKGVERSION.
34220         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
34221         (print_version): Use PKGVERSION.
34222         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
34223         (print_version): Use PKGVERSION.
34224         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
34225         (print_version): Use PKGVERSION.
34226         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
34227         (print_version): Use PKGVERSION.
34228         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
34229         and BUGURL.
34230         ($(objpfx)memusage): Likewise.
34231         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
34232         (do_version): Use PKGVERSION.
34233         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
34234         (print_version): Use PKGVERSION.
34235         * malloc/mtrace.pl ($PACKAGE): Remove variable.
34236         ($PKGVERSION): New variable.
34237         ($REPORT_BUGS_TO): Likewise.
34238         (usage): Use $REPORT_BUGS_TO.
34239         (top level): Use $PKGVERSION.
34240         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
34241         ($(objpfx)pkgvers.texi): New rule.
34242         ($(objpfx)stamp-pkgvers): Likewise.
34243         * manual/install.texi: Include pkgvers.texi.
34244         (--with-pkgversion): Document new configure option.
34245         (--with-bugurl): Likewise.
34246         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
34247         than necessarily for this particular distribution.  Use
34248         REPORT_BUGS_TO for where to report bugs.
34249         * INSTALL: Regenerated.
34250         * manual/libc.texinfo: Include pkgvers.texi.
34251         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
34252         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
34253         (print_version): Use PKGVERSION.
34254         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
34255         (print_version): Use PKGVERSION.
34256         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
34257         (print_version): Use PKGVERSION.
34258         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
34259         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
34260         macro.
34261         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
34262         (print_version): Use PKGVERSION.
34263         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
34264         (print_version): Use PKGVERSION.
34265         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
34266         and PKGVERSION.
34268         * timezone/checktab.awk: Update from tzcode 2012i.
34269         * timezone/ialloc.c: Likewise.
34270         * timezone/private.h: Likewise.
34271         * timezone/scheck.c: Likewise.
34272         * timezone/tzfile.h: Likewise.
34273         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
34274         (TZVERSION): Hardcode tzcode version number.
34275         * timezone/zdump.c: Update from tzcode 2012i.
34276         * timezone/zic.c: Likewise.
34277         * timezone/version.h: New file.
34278         * timezone/README: Describe version.h.  Update upstream location.
34280         [BZ #14824]
34281         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
34282         (mktemp): Enable declaration.
34283         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
34284         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
34285         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
34286         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
34287         Likewise.
34288         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
34289         Likewise.
34290         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
34291         Likewise.
34292         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
34293         Likewise.
34294         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
34295         Likewise.
34296         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
34297         Likewise.
34299         [BZ #14821]
34300         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
34301         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
34302         for copies of such integer values.
34303         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
34304         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
34306 2012-11-09  Andreas Jaeger  <aj@suse.de>
34308         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
34309         definitions and declarations that are provided by
34310         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34312 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34314         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
34315         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
34316         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
34317         definition.
34319 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34321         * elf/elf.h: Update comment before AArch64 relocations.
34323 2012-11-07  David S. Miller  <davem@davemloft.net>
34325         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
34326         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
34327         (__start_context): Declare.
34328         (__makecontext_ret): Delete.
34329         (__makecontext): Hook up __start_context instead of
34330         __makecontext_ret.
34331         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
34332         (sysdep_routines): Add __start_context when in stdlib.
34334 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34336         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
34337         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
34338         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
34339         hardcoded "nm".
34340         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
34341         (READELF): New variable.  Use it instead of hardcoded "readelf".
34343 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
34345         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
34346         * sysdeps/x86/Makefile: Here.
34347         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
34348         * sysdeps/x86/tst-xmmymm.sh: This.
34350 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34352         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
34353         expectations.
34354         [UNIX98] (pthread_barrier_t): Do not expect.
34355         [UNIX98] (pthread_barrierattr_t): Likewise.
34356         [UNIX98] (pthread_spinlock_t): Likewise.
34357         [UNIX98] (pthread_barrier_destroy): Likewise.
34358         [UNIX98] (pthread_barrier_init): Likewise.
34359         [UNIX98] (pthread_barrier_wait): Likewise.
34360         [UNIX98] (pthread_barrierattr_destroy): Likewise.
34361         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
34362         [UNIX98] (pthread_barrierattr_init): Likewise.
34363         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
34364         [UNIX98] (pthread_getcpuclockid): Likewise.
34365         [UNIX98] (pthread_mutex_timedlock): Likewise.
34366         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
34367         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
34368         [UNIX98] (pthread_sigmask): Likewise.
34369         [UNIX98] (pthread_spin_destroy): Likewise.
34370         [UNIX98] (pthread_spin_init): Likewise.
34371         [UNIX98] (pthread_spin_lock): Likewise.
34372         [UNIX98] (pthread_spin_trylock): Likewise.
34373         [UNIX98] (pthread_spin_unlock): Likewise.
34374         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
34375         Do not expect.
34376         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
34377         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
34378         [XPG3 || XPG4] (pthread_cond_t): Likewise.
34379         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
34380         [XPG3 || XPG4] (pthread_key_t): Likewise.
34381         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
34382         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
34383         [XPG3 || XPG4] (pthread_once_t): Likewise.
34384         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
34385         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
34386         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
34387         [XPG3 || XPG4] (pthread_t): Likewise.
34389         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
34390         not expect.
34391         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
34393         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
34394         Change function return type to int.
34396         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
34397         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
34398         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
34399         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
34400         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
34401         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
34402         [!POSIX] (posix_madvise): Likewise.
34403         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
34404         && !UNIX98].
34405         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
34406         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
34407         (mode_t): Likewise.
34408         (posix_mem_offset): Likewise.
34409         (posix_typed_mem_get_info): Likewise.
34410         (posix_typed_mem_open): Likewise.
34412         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
34413         Change condition to [XOPEN2K8].
34415         * conform/conformtest.pl: Preprocess allow-header data with -x c
34416         instead of from stdin.
34417         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
34418         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
34419         [C99-based standards] (cerfc): Likewise.
34420         [C99-based standards] (cexp2): Likewise.
34421         [C99-based standards] (cexpm1): Likewise.
34422         [C99-based standards] (clog10): Likewise.
34423         [C99-based standards] (clog1p): Likewise.
34424         [C99-based standards] (clog2): Likewise.
34425         [C99-based standards] (clgamma): Likewise.
34426         [C99-based standards] (ctgamma): Likewise.
34427         [C99-based standards] (cerff): Likewise.
34428         [C99-based standards] (cerfcf): Likewise.
34429         [C99-based standards] (cexp2f): Likewise.
34430         [C99-based standards] (cexpm1f): Likewise.
34431         [C99-based standards] (clog10f): Likewise.
34432         [C99-based standards] (clog1pf): Likewise.
34433         [C99-based standards] (clog2f): Likewise.
34434         [C99-based standards] (clgammaf): Likewise.
34435         [C99-based standards] (ctgammaf): Likewise.
34436         [C99-based standards] (cerfl): Likewise.
34437         [C99-based standards] (cerfcl): Likewise.
34438         [C99-based standards] (cexp2l): Likewise.
34439         [C99-based standards] (cexpm1l): Likewise.
34440         [C99-based standards] (clog10l): Likewise.
34441         [C99-based standards] (clog1pl): Likewise.
34442         [C99-based standards] (clog2l): Likewise.
34443         [C99-based standards] (clgammal): Likewise.
34444         [C99-based standards] (ctgammal): Likewise.
34445         * conform/data/inttypes.h-data [C99-based standards]: Include
34446         stdint.h-data.  Remove all expectations for stdint.h contents.
34447         [C99-based standards] (PRI*): Do not allow.
34448         [C99-based standards] (SCN*): Likewise.
34449         [C99-based standards] (*_t): Likewise.
34450         [C99-based-standards] (PRId8): Expect macro.
34451         [C99-based-standards] (PRIi8): Likewise.
34452         [C99-based-standards] (PRIo8): Likewise.
34453         [C99-based-standards] (PRIu8): Likewise.
34454         [C99-based-standards] (PRIx8): Likewise.
34455         [C99-based-standards] (PRIX8): Likewise.
34456         [C99-based-standards] (SCNd8): Likewise.
34457         [C99-based-standards] (SCNi8): Likewise.
34458         [C99-based-standards] (SCNo8): Likewise.
34459         [C99-based-standards] (SCNu8): Likewise.
34460         [C99-based-standards] (SCNx8): Likewise.
34461         [C99-based-standards] (PRIdLEAST8): Likewise.
34462         [C99-based-standards] (PRIiLEAST8): Likewise.
34463         [C99-based-standards] (PRIoLEAST8): Likewise.
34464         [C99-based-standards] (PRIuLEAST8): Likewise.
34465         [C99-based-standards] (PRIxLEAST8): Likewise.
34466         [C99-based-standards] (PRIXLEAST8): Likewise.
34467         [C99-based-standards] (SCNdLEAST8): Likewise.
34468         [C99-based-standards] (SCNiLEAST8): Likewise.
34469         [C99-based-standards] (SCNoLEAST8): Likewise.
34470         [C99-based-standards] (SCNuLEAST8): Likewise.
34471         [C99-based-standards] (SCNxLEAST8): Likewise.
34472         [C99-based-standards] (PRIdFAST8): Likewise.
34473         [C99-based-standards] (PRIiFAST8): Likewise.
34474         [C99-based-standards] (PRIoFAST8): Likewise.
34475         [C99-based-standards] (PRIuFAST8): Likewise.
34476         [C99-based-standards] (PRIxFAST8): Likewise.
34477         [C99-based-standards] (PRIXFAST8): Likewise.
34478         [C99-based-standards] (SCNdFAST8): Likewise.
34479         [C99-based-standards] (SCNiFAST8): Likewise.
34480         [C99-based-standards] (SCNoFAST8): Likewise.
34481         [C99-based-standards] (SCNuFAST8): Likewise.
34482         [C99-based-standards] (SCNxFAST8): Likewise.
34483         [C99-based-standards] (PRId16): Likewise.
34484         [C99-based-standards] (PRIi16): Likewise.
34485         [C99-based-standards] (PRIo16): Likewise.
34486         [C99-based-standards] (PRIu16): Likewise.
34487         [C99-based-standards] (PRIx16): Likewise.
34488         [C99-based-standards] (PRIX16): Likewise.
34489         [C99-based-standards] (SCNd16): Likewise.
34490         [C99-based-standards] (SCNi16): Likewise.
34491         [C99-based-standards] (SCNo16): Likewise.
34492         [C99-based-standards] (SCNu16): Likewise.
34493         [C99-based-standards] (SCNx16): Likewise.
34494         [C99-based-standards] (PRIdLEAST16): Likewise.
34495         [C99-based-standards] (PRIiLEAST16): Likewise.
34496         [C99-based-standards] (PRIoLEAST16): Likewise.
34497         [C99-based-standards] (PRIuLEAST16): Likewise.
34498         [C99-based-standards] (PRIxLEAST16): Likewise.
34499         [C99-based-standards] (PRIXLEAST16): Likewise.
34500         [C99-based-standards] (SCNdLEAST16): Likewise.
34501         [C99-based-standards] (SCNiLEAST16): Likewise.
34502         [C99-based-standards] (SCNoLEAST16): Likewise.
34503         [C99-based-standards] (SCNuLEAST16): Likewise.
34504         [C99-based-standards] (SCNxLEAST16): Likewise.
34505         [C99-based-standards] (PRIdFAST16): Likewise.
34506         [C99-based-standards] (PRIiFAST16): Likewise.
34507         [C99-based-standards] (PRIoFAST16): Likewise.
34508         [C99-based-standards] (PRIuFAST16): Likewise.
34509         [C99-based-standards] (PRIxFAST16): Likewise.
34510         [C99-based-standards] (PRIXFAST16): Likewise.
34511         [C99-based-standards] (SCNdFAST16): Likewise.
34512         [C99-based-standards] (SCNiFAST16): Likewise.
34513         [C99-based-standards] (SCNoFAST16): Likewise.
34514         [C99-based-standards] (SCNuFAST16): Likewise.
34515         [C99-based-standards] (SCNxFAST16): Likewise.
34516         [C99-based-standards] (PRId32): Likewise.
34517         [C99-based-standards] (PRIi32): Likewise.
34518         [C99-based-standards] (PRIo32): Likewise.
34519         [C99-based-standards] (PRIu32): Likewise.
34520         [C99-based-standards] (PRIx32): Likewise.
34521         [C99-based-standards] (PRIX32): Likewise.
34522         [C99-based-standards] (SCNd32): Likewise.
34523         [C99-based-standards] (SCNi32): Likewise.
34524         [C99-based-standards] (SCNo32): Likewise.
34525         [C99-based-standards] (SCNu32): Likewise.
34526         [C99-based-standards] (SCNx32): Likewise.
34527         [C99-based-standards] (PRIdLEAST32): Likewise.
34528         [C99-based-standards] (PRIiLEAST32): Likewise.
34529         [C99-based-standards] (PRIoLEAST32): Likewise.
34530         [C99-based-standards] (PRIuLEAST32): Likewise.
34531         [C99-based-standards] (PRIxLEAST32): Likewise.
34532         [C99-based-standards] (PRIXLEAST32): Likewise.
34533         [C99-based-standards] (SCNdLEAST32): Likewise.
34534         [C99-based-standards] (SCNiLEAST32): Likewise.
34535         [C99-based-standards] (SCNoLEAST32): Likewise.
34536         [C99-based-standards] (SCNuLEAST32): Likewise.
34537         [C99-based-standards] (SCNxLEAST32): Likewise.
34538         [C99-based-standards] (PRIdFAST32): Likewise.
34539         [C99-based-standards] (PRIiFAST32): Likewise.
34540         [C99-based-standards] (PRIoFAST32): Likewise.
34541         [C99-based-standards] (PRIuFAST32): Likewise.
34542         [C99-based-standards] (PRIxFAST32): Likewise.
34543         [C99-based-standards] (PRIXFAST32): Likewise.
34544         [C99-based-standards] (SCNdFAST32): Likewise.
34545         [C99-based-standards] (SCNiFAST32): Likewise.
34546         [C99-based-standards] (SCNoFAST32): Likewise.
34547         [C99-based-standards] (SCNuFAST32): Likewise.
34548         [C99-based-standards] (SCNxFAST32): Likewise.
34549         [C99-based-standards] (PRId64): Likewise.
34550         [C99-based-standards] (PRIi64): Likewise.
34551         [C99-based-standards] (PRIo64): Likewise.
34552         [C99-based-standards] (PRIu64): Likewise.
34553         [C99-based-standards] (PRIx64): Likewise.
34554         [C99-based-standards] (PRIX64): Likewise.
34555         [C99-based-standards] (SCNd64): Likewise.
34556         [C99-based-standards] (SCNi64): Likewise.
34557         [C99-based-standards] (SCNo64): Likewise.
34558         [C99-based-standards] (SCNu64): Likewise.
34559         [C99-based-standards] (SCNx64): Likewise.
34560         [C99-based-standards] (PRIdLEAST64): Likewise.
34561         [C99-based-standards] (PRIiLEAST64): Likewise.
34562         [C99-based-standards] (PRIoLEAST64): Likewise.
34563         [C99-based-standards] (PRIuLEAST64): Likewise.
34564         [C99-based-standards] (PRIxLEAST64): Likewise.
34565         [C99-based-standards] (PRIXLEAST64): Likewise.
34566         [C99-based-standards] (SCNdLEAST64): Likewise.
34567         [C99-based-standards] (SCNiLEAST64): Likewise.
34568         [C99-based-standards] (SCNoLEAST64): Likewise.
34569         [C99-based-standards] (SCNuLEAST64): Likewise.
34570         [C99-based-standards] (SCNxLEAST64): Likewise.
34571         [C99-based-standards] (PRIdFAST64): Likewise.
34572         [C99-based-standards] (PRIiFAST64): Likewise.
34573         [C99-based-standards] (PRIoFAST64): Likewise.
34574         [C99-based-standards] (PRIuFAST64): Likewise.
34575         [C99-based-standards] (PRIxFAST64): Likewise.
34576         [C99-based-standards] (PRIXFAST64): Likewise.
34577         [C99-based-standards] (SCNdFAST64): Likewise.
34578         [C99-based-standards] (SCNiFAST64): Likewise.
34579         [C99-based-standards] (SCNoFAST64): Likewise.
34580         [C99-based-standards] (SCNuFAST64): Likewise.
34581         [C99-based-standards] (SCNxFAST64): Likewise.
34582         [C99-based-standards] (PRIdMAX): Likewise.
34583         [C99-based-standards] (PRIiMAX): Likewise.
34584         [C99-based-standards] (PRIoMAX): Likewise.
34585         [C99-based-standards] (PRIuMAX): Likewise.
34586         [C99-based-standards] (PRIxMAX): Likewise.
34587         [C99-based-standards] (PRIXMAX): Likewise.
34588         [C99-based-standards] (SCNdMAX): Likewise.
34589         [C99-based-standards] (SCNiMAX): Likewise.
34590         [C99-based-standards] (SCNoMAX): Likewise.
34591         [C99-based-standards] (SCNuMAX): Likewise.
34592         [C99-based-standards] (SCNxMAX): Likewise.
34593         [C99-based-standards] (PRIdPTR): Likewise.
34594         [C99-based-standards] (PRIiPTR): Likewise.
34595         [C99-based-standards] (PRIoPTR): Likewise.
34596         [C99-based-standards] (PRIuPTR): Likewise.
34597         [C99-based-standards] (PRIxPTR): Likewise.
34598         [C99-based-standards] (PRIXPTR): Likewise.
34599         [C99-based-standards] (SCNdPTR): Likewise.
34600         [C99-based-standards] (SCNiPTR): Likewise.
34601         [C99-based-standards] (SCNoPTR): Likewise.
34602         [C99-based-standards] (SCNuPTR): Likewise.
34603         [C99-based-standards] (SCNxPTR): Likewise.
34604         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
34605         allow.
34606         * conform/data/stdint.h-data: Update comments to clarify
34607         requirements.
34608         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
34609         type.
34610         [C99-based standards] (INT8_MAX): Likewise.
34611         [C99-based standards] (INT16_MIN): Likewise.
34612         [C99-based standards] (INT16_MAX): Likewise.
34613         [C99-based standards] (INT32_MIN): Likewise.
34614         [C99-based standards] (INT32_MAX): Likewise.
34615         [C99-based standards] (INT64_MIN): Likewise.
34616         [C99-based standards] (INT64_MAX): Likewise.
34617         [C99-based standards] (UINT8_MAX): Likewise.
34618         [C99-based standards] (UINT16_MAX): Likewise.
34619         [C99-based standards] (UINT32_MAX): Likewise.
34620         [C99-based standards] (UINT64_MAX): Likewise.
34621         [C99-based standards] (INT_LEAST8_MIN): Likewise.
34622         [C99-based standards] (INT_LEAST8_MAX): Likewise.
34623         [C99-based standards] (INT_LEAST16_MIN): Likewise.
34624         [C99-based standards] (INT_LEAST16_MAX): Likewise.
34625         [C99-based standards] (INT_LEAST32_MIN): Likewise.
34626         [C99-based standards] (INT_LEAST32_MAX): Likewise.
34627         [C99-based standards] (INT_LEAST64_MIN): Likewise.
34628         [C99-based standards] (INT_LEAST64_MAX): Likewise.
34629         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
34630         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
34631         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
34632         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
34633         [C99-based standards] (INT_FAST8_MIN): Likewise.
34634         [C99-based standards] (INT_FAST8_MAX): Likewise.
34635         [C99-based standards] (INT_FAST16_MIN): Likewise.
34636         [C99-based standards] (INT_FAST16_MAX): Likewise.
34637         [C99-based standards] (INT_FAST32_MIN): Likewise.
34638         [C99-based standards] (INT_FAST32_MAX): Likewise.
34639         [C99-based standards] (INT_FAST64_MIN): Likewise.
34640         [C99-based standards] (INT_FAST64_MAX): Likewise.
34641         [C99-based standards] (UINT_FAST8_MAX): Likewise.
34642         [C99-based standards] (UINT_FAST16_MAX): Likewise.
34643         [C99-based standards] (UINT_FAST32_MAX): Likewise.
34644         [C99-based standards] (UINT_FAST64_MAX): Likewise.
34645         [C99-based standards] (INTPTR_MIN): Likewise.
34646         [C99-based standards] (INTPTR_MAX): Likewise.
34647         [C99-based standards] (UINTPTR_MAX): Likewise.
34648         [C99-based standards] (INTMAX_MIN): Likewise.
34649         [C99-based standards] (INTMAX_MAX): Likewise.
34650         [C99-based standards] (UINTMAX_MAX): Likewise.
34651         [C99-based standards] (PTRDIFF_MIN): Likewise.
34652         [C99-based standards] (PTRDIFF_MAX): Likewise.
34653         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
34654         [C99-based standards] (SIZE_MAX): Likewise.
34655         [C99-based standards] (WCHAR_MAX): Likewise.
34656         [C99-based standards] (WINT_MAX): Likewise.
34657         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
34658         constraint on value.
34659         [C99-based standards] (WCHAR_MIN): Likewise.
34660         [C99-based standards] (WINT_MIN): Likewise.
34661         [C99-based standards] (*_t): Allow.
34662         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
34663         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
34664         Include math.h-data and complex.h-data.  Remove all expectations
34665         of math.h and complex.h contents.
34666         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
34667         at end of line.
34668         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
34669         (struct tm): Expect tag.
34670         [C99-based-standards] (wcstof): Expect function.
34671         [C99-based-standards] (wcstold): Likewise.
34672         [C99-based-standards] (wcstoll): Likewise.
34673         [C99-based-standards] (wcstoull): Likewise.
34674         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
34675         macro-int-constant.  Specify type.
34676         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
34677         constraint on value.
34678         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34679         Specify type.
34680         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
34681         Specify value.
34682         [ISO C standards]: Do not allow headers.
34683         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
34684         wcs[abcdefghijklmnopqrstuvwxyz]*.
34685         [ISO C standards] (*_t): Do not allow.
34686         * conform/data/wctype.h-data [C99-based standards] (iswblank):
34687         Expect function.
34688         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
34689         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
34690         Specify type.
34691         [ISO C standards]: Do not allow headers.
34692         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
34693         is[abcdefghijklmnopqrstuvwxyz]*.
34694         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
34695         to[abcdefghijklmnopqrstuvwxyz]*.
34696         [ISO C standards] (*_t): Do not allow.
34697         * conform/data/stdalign.h-data: New file.
34698         * conform/data/stdbool.h-data: Likewise.
34699         * conform/data/stdnoreturn.h-data: Likewise.
34701 2012-11-07  Roland McGrath  <roland@hack.frob.com>
34703         [BZ #14815]
34704         * manual/filesys.texi (Directory Entries): Typo fix.
34705         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
34707 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34709         * elf/elf.h (EM_AARCH64): New macro.
34710         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
34711         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
34712         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
34713         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
34714         (R_AARCH64_TLSDESC): Likewise.
34715         (NT_ARM_TLS): Likewise.
34716         (NT_ARM_HW_BREAK): Likewise.
34717         (NT_ARM_HW_WATCH): Likewise.
34719 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34721         [BZ #14811]
34722         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
34723         (__ieee754_powl): Saturate nonzero exponents with absolute value
34724         below 0x1p-79 to +/- 0x1p-79.
34725         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
34726         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
34727         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
34728         nonzero exponents with absolute value below 0x1p-32 to +/-
34729         0x1p-32.
34730         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
34731         (__ieee754_powl): Saturate nonzero exponents with absolute value
34732         below 0x1p-79 to +/- 0x1p-79.
34733         * math/libm-test.inc (pow_test): Add more tests.
34735 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34737         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
34738         _dl_s390_cap_flags with kernel. Increase string length.
34739         (_dl_s390_platforms): Add z196 and zEC12.
34741 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
34743         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
34744         Change XOPEN21K to XOPEN2K.
34746 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
34748         * string/memmove.c: Use memcpy when possible.
34750 2012-11-06  Andreas Jaeger  <aj@suse.de>
34752         * po/eo.po: Update from translation team.
34754 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
34756         [BZ #14793]
34757         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
34758         exponent and small x and y exponents, scale x or y up.  Increase
34759         by 2 the exponent used in scaling up.
34760         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34761         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34762         * math/libm-test.inc (fma_test): Add more tests.
34763         (fma_test_towardzero): Likewise.
34764         (fma_test_downward): Likewise.
34765         (fma_test_upward): Likewise.
34767 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
34769         [BZ #14805]
34770         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
34771         fenv_t *.
34773         [BZ #14801]
34774         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
34775         namespace for names of struct fields.
34776         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
34777         fenv_t fields.
34778         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
34779         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
34781 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34783         [BZ #3665]
34784         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
34786 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34788         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
34789         PTR_DEMANGLE.
34791         [BZ #5246]
34792         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
34793         PTR_DEMANGLE.
34795 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
34797         [BZ #14797]
34798         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
34799         definitely overflow as x * y not x * y + z.
34800         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34801         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34802         * math/libm-test.inc (fma_test): Add more tests.
34803         (fma_test_towardzero): Likewise.
34804         (fma_test_downward): Likewise.
34805         (fma_test_upward): Likewise.
34807 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
34809         [BZ #157]
34811         * include/stub-tag.h: Remove file.
34812         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
34813         '#include' of it.
34814         * manual/maint.texi (Porting): Don't reference it.
34815         * Makerules ($(objpfx)stubs): Likewise.
34816         * dirent/closedir.c: Don't include <stub-tag.h>.
34817         * dirent/dirfd.c: Likewise.
34818         * dirent/fdopendir.c: Likewise.
34819         * dirent/getdents.c: Likewise.
34820         * dirent/getdents64.c: Likewise.
34821         * dirent/opendir.c: Likewise.
34822         * dirent/readdir.c: Likewise.
34823         * dirent/readdir64.c: Likewise.
34824         * dirent/readdir64_r.c: Likewise.
34825         * dirent/readdir_r.c: Likewise.
34826         * dirent/rewinddir.c: Likewise.
34827         * dirent/seekdir.c: Likewise.
34828         * dirent/telldir.c: Likewise.
34829         * gmon/profil.c: Likewise.
34830         * grp/setgroups.c: Likewise.
34831         * inet/if_index.c: Likewise.
34832         * io/access.c: Likewise.
34833         * io/chdir.c: Likewise.
34834         * io/chmod.c: Likewise.
34835         * io/chown.c: Likewise.
34836         * io/close.c: Likewise.
34837         * io/dup.c: Likewise.
34838         * io/dup2.c: Likewise.
34839         * io/dup3.c: Likewise.
34840         * io/euidaccess.c: Likewise.
34841         * io/faccessat.c: Likewise.
34842         * io/fchdir.c: Likewise.
34843         * io/fchmod.c: Likewise.
34844         * io/fchmodat.c: Likewise.
34845         * io/fchown.c: Likewise.
34846         * io/fchownat.c: Likewise.
34847         * io/fcntl.c: Likewise.
34848         * io/flock.c: Likewise.
34849         * io/fstatfs.c: Likewise.
34850         * io/fstatfs64.c: Likewise.
34851         * io/fstatvfs.c: Likewise.
34852         * io/fstatvfs64.c: Likewise.
34853         * io/futimens.c: Likewise.
34854         * io/fxstat.c: Likewise.
34855         * io/fxstat64.c: Likewise.
34856         * io/fxstatat.c: Likewise.
34857         * io/fxstatat64.c: Likewise.
34858         * io/getcwd.c: Likewise.
34859         * io/isatty.c: Likewise.
34860         * io/lchmod.c: Likewise.
34861         * io/lchown.c: Likewise.
34862         * io/link.c: Likewise.
34863         * io/linkat.c: Likewise.
34864         * io/lseek.c: Likewise.
34865         * io/lseek64.c: Likewise.
34866         * io/lxstat64.c: Likewise.
34867         * io/mkdir.c: Likewise.
34868         * io/mkdirat.c: Likewise.
34869         * io/mkfifo.c: Likewise.
34870         * io/mkfifoat.c: Likewise.
34871         * io/open.c: Likewise.
34872         * io/open64.c: Likewise.
34873         * io/openat.c: Likewise.
34874         * io/openat64.c: Likewise.
34875         * io/pipe.c: Likewise.
34876         * io/pipe2.c: Likewise.
34877         * io/poll.c: Likewise.
34878         * io/posix_fadvise.c: Likewise.
34879         * io/posix_fadvise64.c: Likewise.
34880         * io/posix_fallocate.c: Likewise.
34881         * io/posix_fallocate64.c: Likewise.
34882         * io/read.c: Likewise.
34883         * io/readlink.c: Likewise.
34884         * io/readlinkat.c: Likewise.
34885         * io/rmdir.c: Likewise.
34886         * io/sendfile.c: Likewise.
34887         * io/sendfile64.c: Likewise.
34888         * io/statfs.c: Likewise.
34889         * io/statfs64.c: Likewise.
34890         * io/statvfs.c: Likewise.
34891         * io/statvfs64.c: Likewise.
34892         * io/symlink.c: Likewise.
34893         * io/symlinkat.c: Likewise.
34894         * io/ttyname.c: Likewise.
34895         * io/ttyname_r.c: Likewise.
34896         * io/umask.c: Likewise.
34897         * io/unlink.c: Likewise.
34898         * io/unlinkat.c: Likewise.
34899         * io/utime.c: Likewise.
34900         * io/utimensat.c: Likewise.
34901         * io/write.c: Likewise.
34902         * io/xmknod.c: Likewise.
34903         * io/xmknodat.c: Likewise.
34904         * io/xstat.c: Likewise.
34905         * io/xstat64.c: Likewise.
34906         * login/getpt.c: Likewise.
34907         * login/grantpt.c: Likewise.
34908         * login/unlockpt.c: Likewise.
34909         * math/e_acoshl.c: Likewise.
34910         * math/e_acosl.c: Likewise.
34911         * math/e_asinl.c: Likewise.
34912         * math/e_atan2l.c: Likewise.
34913         * math/e_atanhl.c: Likewise.
34914         * math/e_coshl.c: Likewise.
34915         * math/e_expl.c: Likewise.
34916         * math/e_fmodl.c: Likewise.
34917         * math/e_gammal_r.c: Likewise.
34918         * math/e_hypotl.c: Likewise.
34919         * math/e_j0l.c: Likewise.
34920         * math/e_j1l.c: Likewise.
34921         * math/e_jnl.c: Likewise.
34922         * math/e_lgammal_r.c: Likewise.
34923         * math/e_log10l.c: Likewise.
34924         * math/e_log2l.c: Likewise.
34925         * math/e_logl.c: Likewise.
34926         * math/e_powl.c: Likewise.
34927         * math/e_rem_pio2l.c: Likewise.
34928         * math/e_sinhl.c: Likewise.
34929         * math/e_sqrtl.c: Likewise.
34930         * math/fclrexcpt.c: Likewise.
34931         * math/fedisblxcpt.c: Likewise.
34932         * math/feenablxcpt.c: Likewise.
34933         * math/fegetenv.c: Likewise.
34934         * math/fegetexcept.c: Likewise.
34935         * math/fegetround.c: Likewise.
34936         * math/feholdexcpt.c: Likewise.
34937         * math/fesetenv.c: Likewise.
34938         * math/fesetround.c: Likewise.
34939         * math/feupdateenv.c: Likewise.
34940         * math/fgetexcptflg.c: Likewise.
34941         * math/fraiseexcpt.c: Likewise.
34942         * math/fsetexcptflg.c: Likewise.
34943         * math/ftestexcept.c: Likewise.
34944         * math/k_cosl.c: Likewise.
34945         * math/k_rem_pio2l.c: Likewise.
34946         * math/k_sinl.c: Likewise.
34947         * math/k_tanl.c: Likewise.
34948         * math/s_asinhl.c: Likewise.
34949         * math/s_atanl.c: Likewise.
34950         * math/s_cbrtl.c: Likewise.
34951         * math/s_erfl.c: Likewise.
34952         * math/s_expm1l.c: Likewise.
34953         * math/s_log1pl.c: Likewise.
34954         * math/s_tanhl.c: Likewise.
34955         * misc/acct.c: Likewise.
34956         * misc/brk.c: Likewise.
34957         * misc/chflags.c: Likewise.
34958         * misc/chroot.c: Likewise.
34959         * misc/fchflags.c: Likewise.
34960         * misc/fgetxattr.c: Likewise.
34961         * misc/flistxattr.c: Likewise.
34962         * misc/fremovexattr.c: Likewise.
34963         * misc/fsetxattr.c: Likewise.
34964         * misc/fsync.c: Likewise.
34965         * misc/ftruncate.c: Likewise.
34966         * misc/futimes.c: Likewise.
34967         * misc/futimesat.c: Likewise.
34968         * misc/getdomain.c: Likewise.
34969         * misc/getdtsz.c: Likewise.
34970         * misc/gethostid.c: Likewise.
34971         * misc/gethostname.c: Likewise.
34972         * misc/getloadavg.c: Likewise.
34973         * misc/getpagesize.c: Likewise.
34974         * misc/getsysstats.c: Likewise.
34975         * misc/getxattr.c: Likewise.
34976         * misc/gtty.c: Likewise.
34977         * misc/ioctl.c: Likewise.
34978         * misc/lgetxattr.c: Likewise.
34979         * misc/listxattr.c: Likewise.
34980         * misc/llistxattr.c: Likewise.
34981         * misc/lremovexattr.c: Likewise.
34982         * misc/lsetxattr.c: Likewise.
34983         * misc/lutimes.c: Likewise.
34984         * misc/madvise.c: Likewise.
34985         * misc/mincore.c: Likewise.
34986         * misc/mlock.c: Likewise.
34987         * misc/mlockall.c: Likewise.
34988         * misc/mmap.c: Likewise.
34989         * misc/mprotect.c: Likewise.
34990         * misc/msync.c: Likewise.
34991         * misc/munlock.c: Likewise.
34992         * misc/munlockall.c: Likewise.
34993         * misc/munmap.c: Likewise.
34994         * misc/preadv.c: Likewise.
34995         * misc/preadv64.c: Likewise.
34996         * misc/ptrace.c: Likewise.
34997         * misc/pwritev.c: Likewise.
34998         * misc/pwritev64.c: Likewise.
34999         * misc/readv.c: Likewise.
35000         * misc/reboot.c: Likewise.
35001         * misc/remap_file_pages.c: Likewise.
35002         * misc/removexattr.c: Likewise.
35003         * misc/revoke.c: Likewise.
35004         * misc/select.c: Likewise.
35005         * misc/setdomain.c: Likewise.
35006         * misc/setegid.c: Likewise.
35007         * misc/seteuid.c: Likewise.
35008         * misc/sethostid.c: Likewise.
35009         * misc/sethostname.c: Likewise.
35010         * misc/setregid.c: Likewise.
35011         * misc/setreuid.c: Likewise.
35012         * misc/setxattr.c: Likewise.
35013         * misc/sstk.c: Likewise.
35014         * misc/stty.c: Likewise.
35015         * misc/swapoff.c: Likewise.
35016         * misc/swapon.c: Likewise.
35017         * misc/sync.c: Likewise.
35018         * misc/syncfs.c: Likewise.
35019         * misc/syscall.c: Likewise.
35020         * misc/truncate.c: Likewise.
35021         * misc/ualarm.c: Likewise.
35022         * misc/usleep.c: Likewise.
35023         * misc/ustat.c: Likewise.
35024         * misc/utimes.c: Likewise.
35025         * misc/vhangup.c: Likewise.
35026         * misc/writev.c: Likewise.
35027         * posix/_exit.c: Likewise.
35028         * posix/alarm.c: Likewise.
35029         * posix/execve.c: Likewise.
35030         * posix/fexecve.c: Likewise.
35031         * posix/fork.c: Likewise.
35032         * posix/fpathconf.c: Likewise.
35033         * posix/getaddrinfo.c: Likewise.
35034         * posix/getegid.c: Likewise.
35035         * posix/geteuid.c: Likewise.
35036         * posix/getgid.c: Likewise.
35037         * posix/getgroups.c: Likewise.
35038         * posix/getlogin.c: Likewise.
35039         * posix/getlogin_r.c: Likewise.
35040         * posix/getpgid.c: Likewise.
35041         * posix/getpid.c: Likewise.
35042         * posix/getppid.c: Likewise.
35043         * posix/getresgid.c: Likewise.
35044         * posix/getresuid.c: Likewise.
35045         * posix/getsid.c: Likewise.
35046         * posix/getuid.c: Likewise.
35047         * posix/glob64.c: Likewise.
35048         * posix/nanosleep.c: Likewise.
35049         * posix/pathconf.c: Likewise.
35050         * posix/pause.c: Likewise.
35051         * posix/posix_madvise.c: Likewise.
35052         * posix/pread.c: Likewise.
35053         * posix/pread64.c: Likewise.
35054         * posix/pwrite.c: Likewise.
35055         * posix/pwrite64.c: Likewise.
35056         * posix/sched_getaffinity.c: Likewise.
35057         * posix/sched_getp.c: Likewise.
35058         * posix/sched_gets.c: Likewise.
35059         * posix/sched_primax.c: Likewise.
35060         * posix/sched_primin.c: Likewise.
35061         * posix/sched_rr_gi.c: Likewise.
35062         * posix/sched_setaffinity.c: Likewise.
35063         * posix/sched_setp.c: Likewise.
35064         * posix/sched_sets.c: Likewise.
35065         * posix/sched_yield.c: Likewise.
35066         * posix/setgid.c: Likewise.
35067         * posix/setlogin.c: Likewise.
35068         * posix/setpgid.c: Likewise.
35069         * posix/setresgid.c: Likewise.
35070         * posix/setresuid.c: Likewise.
35071         * posix/setsid.c: Likewise.
35072         * posix/setuid.c: Likewise.
35073         * posix/sleep.c: Likewise.
35074         * posix/spawni.c: Likewise.
35075         * posix/sysconf.c: Likewise.
35076         * posix/times.c: Likewise.
35077         * posix/wait.c: Likewise.
35078         * posix/wait3.c: Likewise.
35079         * posix/wait4.c: Likewise.
35080         * posix/waitpid.c: Likewise.
35081         * resolv/gai_sigqueue.c: Likewise.
35082         * resource/getpriority.c: Likewise.
35083         * resource/getrlimit.c: Likewise.
35084         * resource/getrusage.c: Likewise.
35085         * resource/nice.c: Likewise.
35086         * resource/setpriority.c: Likewise.
35087         * resource/setrlimit.c: Likewise.
35088         * resource/ulimit.c: Likewise.
35089         * rt/aio_cancel.c: Likewise.
35090         * rt/aio_fsync.c: Likewise.
35091         * rt/aio_read.c: Likewise.
35092         * rt/aio_sigqueue.c: Likewise.
35093         * rt/aio_suspend.c: Likewise.
35094         * rt/aio_write.c: Likewise.
35095         * rt/clock_getres.c: Likewise.
35096         * rt/clock_gettime.c: Likewise.
35097         * rt/clock_nanosleep.c: Likewise.
35098         * rt/clock_settime.c: Likewise.
35099         * rt/lio_listio.c: Likewise.
35100         * rt/mq_close.c: Likewise.
35101         * rt/mq_getattr.c: Likewise.
35102         * rt/mq_notify.c: Likewise.
35103         * rt/mq_open.c: Likewise.
35104         * rt/mq_receive.c: Likewise.
35105         * rt/mq_send.c: Likewise.
35106         * rt/mq_setattr.c: Likewise.
35107         * rt/mq_timedreceive.c: Likewise.
35108         * rt/mq_timedsend.c: Likewise.
35109         * rt/mq_unlink.c: Likewise.
35110         * rt/shm_open.c: Likewise.
35111         * rt/shm_unlink.c: Likewise.
35112         * rt/timer_create.c: Likewise.
35113         * rt/timer_delete.c: Likewise.
35114         * rt/timer_getoverr.c: Likewise.
35115         * rt/timer_gettime.c: Likewise.
35116         * rt/timer_settime.c: Likewise.
35117         * setjmp/__longjmp.c: Likewise.
35118         * setjmp/setjmp.c: Likewise.
35119         * signal/kill.c: Likewise.
35120         * signal/killpg.c: Likewise.
35121         * signal/raise.c: Likewise.
35122         * signal/sigaction.c: Likewise.
35123         * signal/sigaltstack.c: Likewise.
35124         * signal/sigblock.c: Likewise.
35125         * signal/sigignore.c: Likewise.
35126         * signal/sigintr.c: Likewise.
35127         * signal/signal.c: Likewise.
35128         * signal/sigpause.c: Likewise.
35129         * signal/sigpending.c: Likewise.
35130         * signal/sigqueue.c: Likewise.
35131         * signal/sigreturn.c: Likewise.
35132         * signal/sigset.c: Likewise.
35133         * signal/sigsetmask.c: Likewise.
35134         * signal/sigstack.c: Likewise.
35135         * signal/sigsuspend.c: Likewise.
35136         * signal/sigtimedwait.c: Likewise.
35137         * signal/sigvec.c: Likewise.
35138         * signal/sigwait.c: Likewise.
35139         * signal/sigwaitinfo.c: Likewise.
35140         * signal/sysv_signal.c: Likewise.
35141         * socket/accept.c: Likewise.
35142         * socket/accept4.c: Likewise.
35143         * socket/bind.c: Likewise.
35144         * socket/connect.c: Likewise.
35145         * socket/getpeername.c: Likewise.
35146         * socket/getsockname.c: Likewise.
35147         * socket/getsockopt.c: Likewise.
35148         * socket/isfdtype.c: Likewise.
35149         * socket/listen.c: Likewise.
35150         * socket/recv.c: Likewise.
35151         * socket/recvfrom.c: Likewise.
35152         * socket/recvmsg.c: Likewise.
35153         * socket/send.c: Likewise.
35154         * socket/sendmsg.c: Likewise.
35155         * socket/sendto.c: Likewise.
35156         * socket/setsockopt.c: Likewise.
35157         * socket/shutdown.c: Likewise.
35158         * socket/sockatmark.c: Likewise.
35159         * socket/socket.c: Likewise.
35160         * socket/socketpair.c: Likewise.
35161         * stdio-common/ctermid.c: Likewise.
35162         * stdio-common/cuserid.c: Likewise.
35163         * stdio-common/remove.c: Likewise.
35164         * stdio-common/rename.c: Likewise.
35165         * stdio-common/renameat.c: Likewise.
35166         * stdio-common/tempname.c: Likewise.
35167         * stdlib/getcontext.c: Likewise.
35168         * stdlib/makecontext.c: Likewise.
35169         * stdlib/setcontext.c: Likewise.
35170         * stdlib/swapcontext.c: Likewise.
35171         * stdlib/system.c: Likewise.
35172         * streams/fattach.c: Likewise.
35173         * streams/fdetach.c: Likewise.
35174         * streams/getmsg.c: Likewise.
35175         * streams/getpmsg.c: Likewise.
35176         * streams/putmsg.c: Likewise.
35177         * streams/putpmsg.c: Likewise.
35178         * sysdeps/unix/bsd/getpt.c: Likewise.
35179         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
35180         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
35181         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
35182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
35183         Likewise.
35184         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
35185         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
35186         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
35187         * sysvipc/msgctl.c: Likewise.
35188         * sysvipc/msgget.c: Likewise.
35189         * sysvipc/msgrcv.c: Likewise.
35190         * sysvipc/msgsnd.c: Likewise.
35191         * sysvipc/semctl.c: Likewise.
35192         * sysvipc/semget.c: Likewise.
35193         * sysvipc/semop.c: Likewise.
35194         * sysvipc/semtimedop.c: Likewise.
35195         * sysvipc/shmat.c: Likewise.
35196         * sysvipc/shmctl.c: Likewise.
35197         * sysvipc/shmdt.c: Likewise.
35198         * sysvipc/shmget.c: Likewise.
35199         * termios/tcdrain.c: Likewise.
35200         * termios/tcflow.c: Likewise.
35201         * termios/tcflush.c: Likewise.
35202         * termios/tcgetattr.c: Likewise.
35203         * termios/tcgetpgrp.c: Likewise.
35204         * termios/tcsendbrk.c: Likewise.
35205         * termios/tcsetattr.c: Likewise.
35206         * termios/tcsetpgrp.c: Likewise.
35207         * time/adjtime.c: Likewise.
35208         * time/clock.c: Likewise.
35209         * time/getitimer.c: Likewise.
35210         * time/gettimeofday.c: Likewise.
35211         * time/setitimer.c: Likewise.
35212         * time/settimeofday.c: Likewise.
35213         * time/stime.c: Likewise.
35214         * time/time.c: Likewise.
35216 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
35218         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
35219         /usr/old/bin.
35221         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
35222         instead of spaces.
35223         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
35225 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
35227         [BZ #14796]
35228         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
35229         FE_TONEAREST before applying Dekker multiplication and Knuth
35230         addition.  Clear inexact exceptions and check for exact zero
35231         results afterwards.
35232         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35233         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
35234         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35235         * math/libm-test.inc (fma_test): Add more tests.
35236         (fma_test_towardzero): Likewise.
35237         (fma_test_downward): Likewise.
35238         (fma_test_upward): Likewise.
35239         * sysdeps/generic/math_private.h (default_libc_fesetround): New
35240         function.
35241         (libc_fesetround): New macro.
35242         (libc_fesetroundf): Likewise.
35243         (libc_fesetroundl): Likewise.
35244         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
35245         function.
35246         (libc_fesetround_387): Likewise.
35247         (libc_fesetroundf): New macro.
35248         (libc_fesetround): Likewise.
35249         (libc_fesetroundl): Likewise.
35250         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
35251         function.
35252         (libc_fesetroundf): New macro.
35253         (libc_fesetround): Likewise.
35254         (libc_fesetroundl): Likewise.
35255         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
35256         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
35257         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
35258         libm_hidden_ver.
35259         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
35260         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
35261         libm_hidden_def.
35262         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
35263         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
35264         libm_hidden_ver.
35265         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
35266         libm_hidden_def.
35268         [BZ #3439]
35269         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
35270         integer constant usable in #if and use that to give value to enum
35271         constant.
35272         (FE_DIVBYZERO): Likewise.
35273         (FE_UNDERFLOW): Likewise.
35274         (FE_OVERFLOW): Likewise.
35275         (FE_INVALID): Likewise.
35276         (FE_INVALID_SNAN): Likewise.
35277         (FE_INVALID_ISI): Likewise.
35278         (FE_INVALID_IDI): Likewise.
35279         (FE_INVALID_ZDZ): Likewise.
35280         (FE_INVALID_IMZ): Likewise.
35281         (FE_INVALID_COMPARE): Likewise.
35282         (FE_INVALID_SOFTWARE): Likewise.
35283         (FE_INVALID_SQRT): Likewise.
35284         (FE_INVALID_INTEGER_CONVERSION): Likewise.
35285         (FE_TONEAREST): Likewise.
35286         (FE_TOWARDZERO): Likewise.
35287         (FE_UPWARD): Likewise.
35288         (FE_DOWNWARD): Likewise.
35289         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
35290         (FE_DIVBYZERO): Likewise.
35291         (FE_OVERFLOW): Likewise.
35292         (FE_UNDERFLOW): Likewise.
35293         (FE_INEXACT): Likewise.
35294         (FE_TONEAREST): Likewise.
35295         (FE_DOWNWARD): Likewise.
35296         (FE_UPWARD): Likewise.
35297         (FE_TOWARDZERO): Likewise.
35298         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
35299         (FE_UNDERFLOW): Likewise.
35300         (FE_OVERFLOW): Likewise.
35301         (FE_DIVBYZERO): Likewise.
35302         (FE_INVALID): Likewise.
35303         (FE_TONEAREST): Likewise.
35304         (FE_TOWARDZERO): Likewise.
35305         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
35306         (FE_OVERFLOW): Likewise.
35307         (FE_UNDERFLOW): Likewise.
35308         (FE_DIVBYZERO): Likewise.
35309         (FE_INEXACT): Likewise.
35310         (FE_TONEAREST): Likewise.
35311         (FE_TOWARDZERO): Likewise.
35312         (FE_UPWARD): Likewise.
35313         (FE_DOWNWARD): Likewise.
35314         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
35315         (FE_DIVBYZERO): Likewise.
35316         (FE_OVERFLOW): Likewise.
35317         (FE_UNDERFLOW): Likewise.
35318         (FE_INEXACT): Likewise.
35319         (FE_TONEAREST): Likewise.
35320         (FE_DOWNWARD): Likewise.
35321         (FE_UPWARD): Likewise.
35322         (FE_TOWARDZERO): Likewise.
35324 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
35326         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
35328 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
35330         * scripts/cross-test-ssh.sh (command): Use newlines to separate
35331         commands.  Quote $PWD.
35332         (blacklist_exports): Don't use remove_newlines.  Replace "declare
35333         -x" by "export".
35334         (remove_newlines): Remove.
35336 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
35338         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
35339         * stdlib/stdlib.h (atof): Moved to ...
35340         * include/bits/stdlib-float.h: Here.  New file.
35341         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
35342         * stdlib/bits/stdlib-float.h: New file.
35343         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
35344         -mno-sse -mno-mmx.
35345         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
35346         <xmmintrin.h>.
35348 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35350         * conform/conformtest.pl (@headers): Add fenv.h.
35351         * conform/data/fenv.h-data: New file.
35352         * include/fenv.h [_ISOMAC]: Disable all contents of file except
35353         include of <math/fenv.h>.
35355         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
35356         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
35357         && !UNIX98].  Enables tests for XOPEN2K8.
35358         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
35359         POSIX2008]: Likewise.
35361         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
35362         (struct rusage): Do not expect type or its members.
35364         [BZ #3439]
35365         * math/math.h (FP_NAN): Define macro to integer constant usable in
35366         #if and use that to give value to enum constant.
35367         (FP_INFINITE): Likewise.
35368         (FP_ZERO): Likewise.
35369         (FP_SUBNORMAL): Likewise.
35370         (FP_NORMAL): Likewise.
35372 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
35374         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
35375         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
35376         arguments.
35378 2012-11-02  Roland McGrath  <roland@hack.frob.com>
35380         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
35381         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
35382         autoconf-time if not.
35383         * configure.in: Remove AC_PREREQ.
35385 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35387         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
35388         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
35389         of the internal implementation.
35391 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
35393         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
35394         except include of <misc/sys/syslog.h>.
35396 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
35399         function returns with a NULL context exit with zero.
35401 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35403         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
35405 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
35407         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
35408         (run_program_cmd): This.
35409         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
35410         (tst_langinfo): New variable.  Use it.
35412 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
35414         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
35415         floating point opcodes.
35417 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35419         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
35420         variable.
35422         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
35424         * sysdeps/mach/hurd/powerpc: Remove directory.
35425         * sysdeps/mach/powerpc: Likewise.
35427 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
35429         * scripts/check-local-headers.sh: Ignore c++ headers.
35431 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35433         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
35434         __libc_cleanup_region_start argument.
35436 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
35438         [BZ #14784]
35439         [BZ #14785]
35440         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
35441         x * y using scaling, not as x * y + z.
35442         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35443         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35444         * math/libm-test.inc (fma_test): Add more tests.
35445         (fma_test_towardzero): Likewise.
35446         (fma_test_downward): Likewise.
35447         (fma_test_upward): Likewise.
35449 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
35451         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
35453 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35455         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
35456         New variable.
35458 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
35460         * rt/tst-shm.c (worker): Correct checking for mmap failure.
35462 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35465         Fix sort order.
35466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35467         Likewise.
35469 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35472         Fix the order of the list for glibc 2.17.
35473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35474         Likewise.
35476 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
35478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35480 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
35482         [BZ #14610]
35483         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
35484         for low part of x being zero before using __atanl (y).
35485         * math/libm-test.inc (atan2_test): Add another test.
35487         * manual/install.texi (Configuring and compiling): Document
35488         general use of test-wrapper and test-wrapper-env.
35489         * INSTALL: Regenerated.
35491         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
35492         (__fma): Do not extract and scale down low bits on after-rounding
35493         systems when result rounded to normal precision would have normal
35494         exponent.
35495         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
35496         (__fmal): Do not extract and scale down low bits on after-rounding
35497         systems when result rounded to normal precision would have normal
35498         exponent.
35499         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
35500         (__fmal): Do not extract and scale down low bits on after-rounding
35501         systems when result rounded to normal precision would have normal
35502         exponent.
35503         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
35504         macro.
35505         (fma_test): Add more tests.
35506         (fma_test_towardzero): Likewise.
35507         (fma_test_downward): Likewise.
35508         (fma_test_upward): Likewise.
35510 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
35512         * sysdeps/i386/tininess.h: Renamed to ...
35513         * sysdeps/x86/tininess.h: This.
35514         * sysdeps/x86_64/tininess.h: Removed.
35516 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35518         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
35519         input.  Use $(build-program-cmd).
35520         ($(objpfx)tst-array1-static.out): Likewise.
35521         ($(objpfx)tst-array2.out): Likewise.
35522         ($(objpfx)tst-array3.out): Likewise.
35523         ($(objpfx)tst-array4.out): Likewise.
35524         ($(objpfx)tst-array5.out): Likewise.
35525         ($(objpfx)tst-array5-static.out): Likewise.
35527 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
35529         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
35530         if defined.
35532         * nss/nsswitch.h (nss_interface_function): Provide new
35533         macro for use with NSS functions.
35534         * grp/initgroups.c: Use new macro.
35535         * nss/getXXbyYY.c: Likewise.
35536         * nss/getXXbyYY_r.c: Likewise.
35537         * nss/getXXent.c: Likewise.
35538         * nss/getXXent_r.c: Likewise.
35539         * sysdeps/posix/getaddrinfo.c: Likewise.
35541 2012-10-30  Andreas Jaeger  <aj@suse.de>
35543         * po/ru.po: Update Russion translation from translation project.
35545 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
35547         [BZ #14152]
35548         [BZ #14783]
35549         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
35550         result and shift together with sticky bit instead of replicating
35551         round-to-nearest rounding.
35552         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35553         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35554         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
35555         missing underflow exceptions.
35556         (fma_test_towardzero): Add more tests.
35557         (fma_test_downward): Likewise.
35558         (fma_test_upward): Likewise.
35560         [BZ #14047]
35561         * sysdeps/generic/tininess.h: New file.
35562         * sysdeps/i386/tininess.h: Likewise.
35563         * sysdeps/sh/tininess.h: Likewise.
35564         * sysdeps/x86_64/tininess.h: Likewise.
35565         * stdlib/tst-strtod-underflow.c: Likewise.
35566         * stdlib/tst-tininess.c: Likewise.
35567         * stdlib/strtod_l.c: Include <tininess.h>.
35568         (round_and_return): Do not set errno for exact underflow cases.
35569         Force an underflow exception when setting errno for underflow.
35570         Determine underflow based on rounding to normal precision if
35571         TININESS_AFTER_ROUNDING.
35572         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
35573         ERANGE for exact underflow cases.
35574         * stdlib/Makefile (tests): Add tst-tininess and
35575         tst-strtod-underflow.
35576         ($(objpfx)tst-tininess): Use $(link-libm).
35577         ($(objpfx)tst-strtod-underflow): Likewise.
35579 2012-10-30  Andreas Jaeger  <aj@suse.de>
35581         [BZ#14767]
35582         * elf/Makefile (tests): Remove conditional for have-initfini-array
35583         since this is now always required and the variable does not exist
35584         anymore.
35585         (tests-static): Likewise.
35586         (modules-names): Likewise.
35588         * po/eo.po: Add Esperanto translation from translation project.
35590         * elf/tst-array1.c (fini_array): Make writeable so that it can be
35591         merged with constructor/destructor.
35592         (init_array): Likewise.
35593         * elf/tst-array2dep.c (fini_array): Likewise.
35594         (init_array): Likewise.
35596 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
35598         * manual/message.texi: Delete @cartouche tags.
35600 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
35602         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
35603         EOPNOTSUPP.
35604         * sysdeps/mach/hurd/fsync.c: Likewise.
35606         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
35607         [_POSIX_REALTIME_SIGNALS]: Change condition to
35608         [_POSIX_REALTIME_SIGNALS > 0].
35610 2012-10-27  Andreas Jaeger  <aj@suse.de>
35612         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
35613         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
35614         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
35615         [__WORDSIZE != 64]: Likewise.
35617 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
35619         *  iconvdata/tst-table.sh: Remove ${SHELL}.
35620         *  iconvdata/tst-tables.sh: Likewise.
35622 2012-10-25  David S. Miller  <davem@davemloft.net>
35624         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35625         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
35626         of strtoull.
35628         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
35629         ifunc-impl-list.c
35630         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
35631         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
35632         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
35633         file.
35635 2012-10-25  Roland McGrath  <roland@hack.frob.com>
35637         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35638         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
35639         __getdirentries.
35641 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35642             Jim Blandy  <jimb@codesourcery.com>
35644         * scripts/cross-test-ssh.sh: New file.
35645         * manual/install.texi (Configuring and compiling): Document use of
35646         cross-test-ssh.sh.
35647         * INSTALL: Regenerated.
35649 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
35651         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
35652         EOPNOTSUPP.
35654 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
35656         * Makeconfig (run-program-prefix): Fix comment.
35658 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35659             Jim Blandy  <jimb@codesourcery.com>
35661         * Makeconfig (test-wrapper): New variable,
35662         (test-wrapper-env): Likewise.
35663         [$(cross-compiling) = yes && $(test-wrapper) != ""]
35664         (run-built-tests): Define to yes.
35665         (run-program-prefix): Use $(test-wrapper).
35666         (built-program-cmd): Likewise.
35667         * Rules (make-test-out): Use $(test-wrapper-env) and
35668         $(host-built-program-cmd).
35669         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
35670         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
35671         tst-pathopt.sh.
35672         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
35673         $(test-wrapper-env) to tst-rtld-load-self.sh.
35674         ($(objpfx)order2.out): Use $(test-wrapper).
35675         ($(objpfx)tst-initorder.out): Likewise.
35676         ($(objpfx)tst-initorder2.out): Likewise.
35677         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
35678         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
35679         (test_wrapper_env): New variable.  Use it to run ld.so.
35680         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
35681         Use it to run ld.so.
35682         (test_wrapper_env): Likewise.
35683         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
35684         $(test-wrapper) to run-iconv-test.sh.
35685         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
35686         (ICONV): Use $test_wrapper.
35687         * posix/Makefile ($(objpfx)globtest.out): Pass
35688         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
35689         globtest.sh, not $(run-program-prefix).
35690         * posix/globtest.sh (run_via_rtld_prefix): New variable.
35691         (test_wrapper): Likewise.
35692         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
35693         set together with run_via_rtld_prefix.
35694         (run_program_prefix): Define in terms of test_wrapper and
35695         run_via_rtld_prefix.
35697 2012-10-24  Roland McGrath  <roland@hack.frob.com>
35699         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
35700         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
35701         Targets removed.
35703         [BZ #14743]
35704         * include/time.h: Remove librt_hidden_proto (clock_gettime).
35705         Declare __clock_getres, __clock_gettime, __clock_settime,
35706         __clock_nanosleep, and __clock_getcpuclockid.
35707         * rt/clock_gettime.c: Define __clock_gettime as an alias.
35708         Remove librt_hidden_def (clock_gettime).
35709         * sysdeps/unix/clock_gettime.c: Likewise.
35710         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
35711         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
35712         * rt/clock_getres.c: Define __clock_getres as an alias.
35713         * sysdeps/posix/clock_getres.c: Likewise.
35714         * rt/clock_settime.c: Define __clock_settime as an alias.
35715         * sysdeps/unix/clock_settime.c: Likewise.
35716         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
35717         * sysdeps/unix/clock_nanosleep.c: Likewise.
35718         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
35719         * rt/clock-compat.c: New file.
35720         * rt/Makefile (librt-routines): Add clock-compat and move
35721         $(clock-routines) to ...
35722         (routines): ... here, new variable.
35723         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
35724         Don't add get_clockfreq here.
35725         * rt/Versions (libc: GLIBC_2.17): New version set.
35726         Add clock_* symbols here.
35727         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
35728         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
35729         (GLIBC_2.17): Add clock_* symbols.
35730         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
35731         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
35732         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
35733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
35734         Likewise.
35735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35736         Likewise.
35737         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
35738         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
35739         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
35740         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
35741         * NEWS: Mention the move.
35743         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
35744         Use __open, __read, __close rather than their public counterparts.
35745         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
35746         (__get_clockfreq_via_cpuinfo): Likewise.
35747         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
35748         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
35750         * config.h.in (HAVE_IFUNC): New #undef.
35751         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
35752         was successful.
35753         * configure: Regenerated.
35755 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35757         * configure.in: Move READELF check to start of file.
35758         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
35759         libc_cv_asm_gnu_indirect_function in the process.
35760         * configure: Regenerated.
35762 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
35764         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
35765         send the output to /dev/null.
35766         (libc_cv_cc_with_libunwind): Likewise.
35767         (libc_cv_as_noexecstack): Likewise.
35768         * configure: Regenerate.
35770 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
35772         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
35774         * posix/globtest.sh (TMPDIR): Do not set.
35775         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
35776         (testout): Likewise.
35778 2012-10-24  Andreas Jaeger  <aj@suse.de>
35780         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
35781         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
35782         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
35783         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
35784         posix_fadvise64, posix_fallocate64.
35786         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
35787         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
35788         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
35789         Likewise.
35790         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
35791         Likewise.
35792         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
35794         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
35795         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
35796         <bits/fcntl-linux.h>.
35797         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
35799         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
35800         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
35801         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
35802         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
35803         [__WORDSIZE != 64]: Likewise.
35805 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35807         * Makeconfig (run-built-tests): New variable.
35808         * Rules [$(cross-compiling) = yes]: Change condition to
35809         [$(run-built-tests) = no].
35810         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
35811         to [$(run-built-tests) = yes].
35812         * elf/Makefile [$(cross-compiling) = no]: Likewise
35813         * grp/Makefile [$(cross-compiling) = no]: Likewise.
35814         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
35815         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
35816         * intl/Makefile [$(cross-compiling) = no]: Likewise.
35817         * io/Makefile [$(cross-compiling) = no]: Likewise.
35818         * libio/Makefile [$(cross-compiling) = no]: Likewise.
35819         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
35820         * misc/Makefile [$(cross-compiling) = no]: Likewise.
35821         * posix/Makefile [$(cross-compiling) = no]: Likewise.
35822         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
35823         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
35824         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
35825         * string/Makefile [$(cross-compiling) = no]: Likewise.
35827         * posix/Makefile ($(objpfx)globtest.out): Pass
35828         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
35829         $(rtld-installed-name).
35830         * posix/globtest.sh (elf_objpfx): Remove variable.
35831         (rtld_installed_name): Likewise.
35832         (library_path): Likewise.
35833         (run_program_prefix): New variable.  Use for running globtest
35834         binary.
35836 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
35837             Joseph Myers  <joseph@codesourcery.com>
35839         * Makeconfig (host-built-program-cmd): New variable.
35840         * elf/Makefile (tst-stackguard1-ARGS): Use
35841         $(host-built-program-cmd).
35842         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
35843         (tst-spawn-ARGS): Likewise.
35844         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
35846 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
35847             Jim Blandy  <jimb@codesourcery.com>
35849         * Makeconfig (run-via-rtld-prefix): New variable.
35850         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
35851         (built-program-cmd): Likewise.
35853 2012-10-22  Andreas Jaeger  <aj@suse.de>
35855         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
35856         __O_RSYNC if it exists, otherwise to O_SYNC.
35858 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
35859             Joseph Myers  <joseph@codesourcery.com>
35861         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
35862         /dev/null.
35863         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
35864         from /dev/null
35865         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
35866         /dev/null.
35868 2012-10-22  Andreas Jaeger  <aj@suse.de>
35870         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
35871         Define always.
35872         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
35874         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35875         bits/fcntl-linux.h.
35877         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
35878         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
35880         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
35881         to __O_LARGEFILE.
35882         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
35883         to __O_LARGEFILE.
35885 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
35886             Joseph Myers  <joseph@codesourcery.com>
35888         * config.make.in (NM): New variable.
35890 2012-10-21  Andreas Jaeger  <aj@suse.de>
35892         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
35893         definitions and declarations that are provided by
35894         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35896 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35898         [BZ #14683]
35899         * elf/Makefile (tests-static): Add tst-leaks1-static.
35900         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
35901         ($(objpfx)tst-leaks1-static): New rule.
35902         ($(objpfx)tst-leaks1-static-mem): Likewise.
35903         (tst-leaks1-static-ENV): New macro.
35904         * elf/dl-open.c (dl_open_worker): Check the main application
35905         only if SHARED is defined.
35906         * elf/tst-leaks1-static.c: New file.
35908 2012-10-20  Andreas Jaeger  <aj@suse.de>
35910         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
35911         generic values for Linux.
35912         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
35913         and declarations that are provided by <bits/fcntl-linux.h> and
35914         include <bits/fcntl-linux.h>.
35915         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35916         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35918 2012-10-20  Roland McGrath  <roland@hack.frob.com>
35920         * io/fcntl.h: Move include of <bits/types.h> to the top and
35921         include it unconditionally.
35923 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
35925         * wcsmbs/Makefile (tests-ifunc): New variable.
35926         (tests): Add $(tests-ifunc).
35927         * wcsmbs/test-wcschr-ifunc.c: New file.
35928         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
35929         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
35930         * wcsmbs/test-wcslen-ifunc.c: Likewise.
35931         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
35932         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
35934         * string/Makefile (tests-ifunc): New variable.
35935         (tests): Add $(tests-ifunc).
35936         * string/test-memccpy.c (TEST_NAME): New macro.
35937         * string/test-memchr.c (TEST_NAME): Likewise.
35938         * string/test-memcmp.c (TEST_NAME): Likewise.
35939         * string/test-memcpy.c (TEST_NAME): Likewise.
35940         * string/test-memmem.c (TEST_NAME): Likewise.
35941         * string/test-memmove.c (TEST_NAME): Likewise.
35942         * string/test-memset.c (TEST_NAME): Likewise.
35943         * string/test-rawmemchr.c (TEST_NAME): Likewise.
35944         * string/test-stpcpy.c (TEST_NAME): Likewise.
35945         * string/test-stpncpy.c (TEST_NAME): Likewise.
35946         * string/test-strcasecmp.c (TEST_NAME): Likewise.
35947         * string/test-strcasestr.c (TEST_NAME): Likewise.
35948         * string/test-strcat.c (TEST_NAME): Likewise.
35949         * string/test-strchr.c (TEST_NAME): Likewise.
35950         * string/test-strcmp.c(TEST_NAME): Likewise.
35951         * string/test-strcpy.c (TEST_NAME): Likewise.
35952         * string/test-strcspn.c (TEST_NAME): Likewise.
35953         * string/test-strlen.c (TEST_NAME): Likewise.
35954         * string/test-strncasecmp.c (TEST_NAME): Likewise.
35955         * string/test-strncmp.c (TEST_NAME): Likewise.
35956         * string/test-strncpy.c (TEST_NAME): Likewise.
35957         * string/test-strnlen.c (TEST_NAME): Likewise.
35958         * string/test-strpbrk.c (TEST_NAME): Likewise.
35959         * string/test-strrchr.c (TEST_NAME): Likewise.
35960         * string/test-strspn.c (TEST_NAME): Likewise.
35961         * string/test-strstr.c (TEST_NAME): Likewise.
35962         * string/test-bcopy-ifunc.c: New file.
35963         * string/test-bzero-ifunc.c: Likewise.
35964         * string/test-memccpy-ifunc.c: Likewise.
35965         * string/test-memchr-ifunc.c: Likewise.
35966         * string/test-memcmp-ifunc.c: Likewise.
35967         * string/test-memcpy-ifunc.c: Likewise.
35968         * string/test-memmem-ifunc.c: Likewise.
35969         * string/test-memmove-ifunc.c: Likewise.
35970         * string/test-mempcpy-ifunc.c: Likewise.
35971         * string/test-memset-ifunc.c: Likewise.
35972         * string/test-rawmemchr-ifunc.c: Likewise.
35973         * string/test-stpcpy-ifunc.c: Likewise.
35974         * string/test-stpncpy-ifunc.c: Likewise.
35975         * string/test-strcasecmp-ifunc.c: Likewise.
35976         * string/test-strcasestr-ifunc.c: Likewise.
35977         * string/test-strcat-ifunc.c: Likewise.
35978         * string/test-strchr-ifunc.c: Likewise.
35979         * string/test-strchrnul-ifunc.c: Likewise.
35980         * string/test-strcmp-ifunc.c: Likewise.
35981         * string/test-strcpy-ifunc.c: Likewise.
35982         * string/test-strcspn-ifunc.c: Likewise.
35983         * string/test-strlen-ifunc.c: Likewise.
35984         * string/test-strncasecmp-ifunc.c: Likewise.
35985         * string/test-strncat-ifunc.c: Likewise.
35986         * string/test-strncmp-ifunc.c: Likewise.
35987         * string/test-strncpy-ifunc.c: Likewise.
35988         * string/test-strnlen-ifunc.c: Likewise.
35989         * string/test-strpbrk-ifunc.c: Likewise.
35990         * string/test-strrchr-ifunc.c: Likewise.
35991         * string/test-strspn-ifunc.c: Likewise.
35992         * string/test-strstr-ifunc.c: Likewise.
35994         * debug/Makefile (tests-ifunc): New variable.
35995         (tests): Add $(tests-ifunc).
35996         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
35997         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
35998         * debug/test-stpcpy_chk-ifunc.c: New file.
35999         * debug/test-strcpy_chk-ifunc.c: Likewise.
36001 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
36003         [BZ #13601]
36004         * elf/dl-load.c (open_verify): Retry read if the entire ELF
36005         header is not read in.
36007 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
36009         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
36010         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
36011         directly.  Pass built executable to script as
36012         $(built-program-cmd).
36013         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
36014         $testprogram without using LD_LIBRARY_PATH and $ldso.
36016         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
36017         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
36018         $(rtld-installed-name).
36019         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
36020         (rtld_installed_name): Likewise.
36021         (library_path): Likewise.
36022         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
36023         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
36024         $(run-program-prefix) to tst-tables.sh.
36025         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
36026         it to run tst-table-from and tst-table-to.
36027         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
36028         Pass it to tst-table.sh.
36029         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
36030         $(run-program-prefix) to tst-gettext.sh.
36031         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
36032         tst-translit.sh.
36033         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
36034         tst-gettext2.sh.
36035         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
36036         to run tst-gettext.
36037         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
36038         to run tst-gettext2.
36039         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
36040         to run tst-translit.
36041         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
36042         $(run-program-prefix) to tst-mtrace.sh.
36043         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
36044         to run tst-mtrace.
36045         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
36046         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
36047         $(rtld-installed-name).
36048         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
36049         (rtld_installed_name): Likewise.
36050         (run_program_prefix): New variable.  Use it to run wordexp-test.
36052         * Makeconfig (ARCH): Remove all definitions.
36053         (machine): Likewise.
36054         [ARCH]: Remove conditional code.
36055         [!objdir]: Give error.
36056         [!objdir] (objpfx): Remove.
36057         [!objdir] (common-objpfx): Likewise.
36058         [!objdir] (common-objdir): Likewise.
36059         * configure.in (config_makefile): Remove.  Hardcode Makefile in
36060         AC_CONFIG_FILES call.
36061         * configure: Regenerated.
36063         [BZ #13888]
36064         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
36065         or TMPDIR.
36066         (testout): Likewise.
36068         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
36069         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
36070         $(rtld-installed-name).
36071         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
36072         (rtld_installed_name): Likwise.
36073         (runit): Remove function.
36074         (run_getconf): New variable,  Use it for running getconf binary.
36076 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
36078         [BZ #14716]
36079         * string/test-memmem.c (check_result): New function.
36080         (do_one_test): Use it.
36081         (check1): New function.
36082         (test_main): Use it.
36084 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
36086         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
36088 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
36090         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
36091         (_G_LSEEK64): Likewise.
36092         (_G_MMAP64): Likewise.
36093         (_G_FSTAT64): Likewise.
36094         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
36095         (_G_LSEEK64): Likewise.
36096         (_G_MMAP64): Likewise.
36097         (_G_FSTAT64): Likewise.
36098         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
36099         unconditional.  Call __mmap64 directly.
36100         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
36101         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
36102         __lseek64 directly.
36103         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
36104         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
36105         __mmap64 directly.
36106         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
36107         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36108         __lseek64 directly.
36109         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
36110         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
36111         __lseek64 directly.
36112         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
36113         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
36114         __lseek64 directly.
36115         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
36116         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
36117         __fxstat64 directly.
36118         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
36119         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
36120         unconditional.
36121         (freopen64) [!_G_OPEN64]: Remove conditional code.
36122         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
36123         unconditional.
36124         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
36125         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
36126         unconditional.
36127         (ftello64) [!_G_LSEEK64]: Remove conditional code.
36128         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
36129         unconditional.
36130         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36131         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
36132         unconditional.
36133         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
36134         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
36135         unconditional.
36136         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36137         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
36138         unconditional.
36139         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
36140         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
36141         unconditional.
36142         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
36144 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
36146         [BZ #12140]
36147         * manual/memory.texi (Malloc Tunable Parameters): Add note
36148         about free list pointers overwriting some perturb bytes.
36149         Wording suggested by Roland McGrath.
36151 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
36153         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
36154         (lgamma_test): Likewise.
36155         (tgamma_test): Likewise.
36157 2012-10-16  Florian Weimer  <fweimer@redhat.com>
36159         [BZ #14700]
36160         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
36161         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
36163 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
36165         * NEWS: Mention BZ #14716.
36166         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
36167         when removing AVAILABLE1_USES_J macro.
36169 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
36171         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
36172         (__bswap_64): __uint64_t for unsigned 64-bit int.
36174 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
36176         * include/string.h (memmem): Declare libc hidden alias.
36177         * string/memmem.c (memmem): Define libc hidden alias.
36178         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
36179         __read, __close instead of open, read, close.
36181 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
36183         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
36184         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
36185         global and hidden.
36186         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
36187         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
36188         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
36189         Likewise.
36190         (__rawmemchr_sse2): Likewise.
36191         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
36192         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
36193         (__strchr_sse2): Likewise.
36194         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
36195         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
36196         (__strcasecmp_sse2): Likewise.
36197         (__strncasecmp_sse2): Likewise.
36198         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
36199         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
36200         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
36201         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
36202         (__strrchr_sse2): Likewise.
36203         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
36204         ifunc-impl-list.c.
36205         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
36206         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
36207         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
36208         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
36209         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
36210         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
36211         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36212         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36213         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
36214         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
36215         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
36216         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
36217         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
36218         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
36219         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
36220         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
36221         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
36222         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
36223         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
36224         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
36225         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
36226         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
36227         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
36228         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36229         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
36230         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
36231         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
36232         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36233         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
36234         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
36236         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
36237         global and hidden.
36238         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
36239         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
36240         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
36241         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
36242         Likewise.
36243         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
36244         Likewise.
36245         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
36246         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
36247         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
36248         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
36249         ifunc-impl-list.c.
36250         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
36251         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
36252         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
36253         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
36254         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
36255         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
36256         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
36257         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
36258         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
36259         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
36260         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
36261         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
36262         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
36263         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
36264         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
36265         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
36266         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
36267         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
36268         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
36269         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
36270         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
36271         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
36272         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
36273         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
36274         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
36275         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
36276         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
36277         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
36278         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
36279         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
36280         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
36281         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
36282         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
36283         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
36284         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
36285         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
36286         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
36287         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
36288         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
36289         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
36290         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
36292         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
36293         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
36294         * include/ifunc-impl-list.h: New file.
36295         * misc/ifunc-impl-list.c: Likewise.
36296         * misc/Makefile (routines): Add ifunc-impl-list.
36297         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
36298         * string/test-string.h: Include <ifunc-impl-list.h>.
36299         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
36300         TEST_NAME]: New variables.
36301         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
36302         are defined.
36303         (test_init): Call __libc_ifunc_impl_list to initialize
36304         func_list if TEST_IFUNC and TEST_NAME are defined.
36306         * string/Makefile (strop-tests): Add bcopy and bzero.
36307         * string/test-bcopy.c: New file.
36308         * string/test-bzero.c: Likewise.
36309         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
36310         defined.
36311         * string/test-memset.c: Support bzero test if TEST_BZERO is
36312         defined.
36313         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
36314         __libc_memmove.
36315         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
36316         __libc_memset.
36317         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
36318         of memset.
36320 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
36322         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
36323         * configure: Regenerated.
36325         * Makeconfig (+link-static-before-libc): Don't include
36326         $(link-static-libc).
36328         * libio/libio.h (_IO_pos_t): Remove.
36330 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36332         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
36333         McGrath.
36335 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36337         * crypt/crypt-entry.c: Include fips-private.h.
36338         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
36339         * crypt/md5c-test.c (main): Tolerate disabled MD5.
36340         * sysdeps/unix/sysv/linux/fips-private.h: New file.
36341         * sysdeps/generic/fips-private.h: New file, dummy fallback.
36343 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
36345         * crypt/crypt-private.h: Include stdbool.h.
36346         (_ufc_setup_salt_r): Return bool.
36347         * crypt/crypt-entry.c: Include errno.h.
36348         (__crypt_r): Return NULL with EINVAL for bad salt.
36349         * crypt/crypt_util.c (bad_for_salt): New.
36350         (_ufc_setup_salt_r): Check that salt is long enough and within
36351         the specified alphabet.
36352         * crypt/badsalttest.c: New file.
36353         * crypt/Makefile (tests): Add it.
36354         ($(objpfx)badsalttest): New.
36356 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
36358         * NEWS: Add entry for BZ #14602.
36360 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36362         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
36363         type-generic.
36364         * math/libm-test.inc: Update comment listing what functions and
36365         macros are tested.
36366         (isgreater_test): New function.
36367         (isgreaterequal_test): Likewise.
36368         (isless_test): Likewise.
36369         (islessequal_test): Likewise.
36370         (islessgreater_test): Likewise.
36371         (isunordered_test): Likewise.
36372         (main): Call the new functions.
36374 2012-10-09  Roland McGrath  <roland@hack.frob.com>
36376         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
36377         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
36378         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
36379         * sysdeps/i386/configure: Regenerated.
36380         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
36381         * sysdeps/mach/configure: Regenerated.
36382         * sysdeps/mach/hurd/configure: Regenerated.
36383         * sysdeps/powerpc/configure: Regenerated.
36384         * sysdeps/powerpc/powerpc32/configure: Regenerated.
36385         * sysdeps/powerpc/powerpc64/configure: Regenerated.
36386         * sysdeps/s390/s390-32/configure: Regenerated.
36387         * sysdeps/s390/s390-64/configure: Regenerated.
36388         * sysdeps/sh/configure: Regenerated.
36389         * sysdeps/sparc/configure: Regenerated.
36390         * sysdeps/unix/sysv/linux/configure: Regenerated.
36391         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
36392         * sysdeps/x86_64/configure: Regenerated.
36394         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
36395         defined.  Don't check if MAP is NULL.
36397 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
36399         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
36400         (_G_stat64): Likewise.
36401         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
36402         (_G_stat64): Likewise.
36403         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
36404         instead of struct _G_stat64.
36405         * libio/fileops.c (mmap_remap_check): Likewise.
36406         (decide_maybe_mmap): Likewise.
36407         (_IO_new_file_seekoff): Likewise.
36408         (_IO_file_stat): Likewise.
36409         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
36410         _G_off64_t.
36411         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
36412         instead of struct _G_stat64.
36413         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36415 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
36417         [BZ #14602]
36418         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36419         Replace with ...
36420         (CHECK_EOL): New macro.
36421         (two_way_short_needle): Check beginning of haystack for EOL.  Use
36422         CHECK_EOL.
36423         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36424         Replace with CHECK_EOL.
36425         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
36426         Replace with CHECK_EOL.
36428 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
36430         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
36431         type-generic.
36432         * math/libm-test.inc: Update comment listing what functions and
36433         macros are tested.
36434         (finite_test): New function.
36435         (isinf_test): Likewise.
36436         (isnan_test): Likewise.
36437         (fpclassify_test): Test subnormal input.
36438         (isfinite_test): Likewise.
36439         (isnormal_test): Likewise.
36440         (main): Call the new functions.
36442 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
36444         [BZ #14660]
36445         * Makerules (%.dynsym): Force C locale when running
36446         $(OBJDUMP) --dynamic-syms.
36448 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
36450         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
36451         <stdint.h>.
36453 2012-10-06  David S. Miller  <davem@davemloft.net>
36455         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
36456         upper 32-bits of the length value in %o2 since we use branch-on-register
36457         tests which consider the entire 64-bit register.
36459 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
36461         * string/test-strstr.c (check2): Add a test for page boundary.
36463 2012-10-05  David S. Miller  <davem@davemloft.net>
36465         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
36466         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
36467         file.
36468         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36469         sysdep_routines.
36470         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36471         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
36472         and bzero when HWCAP_SPARC_CRYPTO is present.
36474 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
36476         [BZ #14602]
36477         * string/test-strstr.c (check2): New function.
36478         (test_main): Call check2.
36480         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
36481         and bug-strchr1.
36482         * string/bug-strcasestr1.c (do_test): Moved to ...
36483         * string/test-strcasestr.c (check1): Here.  New function.
36484         (do_one_test): Break out result checking code into ...
36485         (check_result): This.  New function.
36486         (do_one_test): Call check_result.
36487         (test_main): Call check1.
36488         * string/bug-strchr1.c (do_test): Moved to ...
36489         * string/test-strchr.c (check1): Here.  New function.
36490         (do_one_test): Break out result checking code into ...
36491         (check_result): This.  New function.
36492         (do_one_test): Call check_result.
36493         (test_main): Call check1.
36494         * string/bug-strstr1.c (main): Moved to ...
36495         * string/test-strstr.c (check1): Here.  New function.
36496         (do_one_test): Break out result checking code into ...
36497         (check_result): This.  New function.
36498         (do_one_test): Call check_result.
36499         (test_main): Call check1.
36500         * string/bug-strcasestr1.c: Removed.
36501         * string/bug-strchr1.c: Likewise.
36502         * string/bug-strstr1.c: Likewise.
36504         * elf/Makefile (dl-routines): Add hwcaps.
36505         * elf/dl-support.c (_dl_important_hwcaps): Removed.
36506         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
36507         (_dl_important_hwcaps): Moved to ...
36508         * elf/dl-hwcaps.c: Here.  New file.
36509         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
36511         [BZ #14557]
36512         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
36513         if IS_IN_rtld isn't defined.
36515         * elf/dl-support.c (_dl_sysinfo_map): New.
36516         Include "get-dynamic-info.h" and "setup-vdso.h".
36517         (_dl_non_dynamic_init): Call setup_vdso.
36518         * elf/dynamic-link.h: Don't include <assert.h>.
36519         (elf_get_dynamic_info): Moved to ...
36520         * elf/get-dynamic-info.h: Here.  New file.
36521         * elf/dynamic-link.h: Include "get-dynamic-info.h".
36522         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
36523         * elf/setup-vdso.h: Here.  New file.
36524         * elf/rtld.c: Include "setup-vdso.h".
36525         (dl_main): Call setup_vdso.
36527 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
36529         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
36530         creal in comment listing functions tested.  List finite, isinf,
36531         isnan, isless, islessequal, isgreater, isgreaterequal,
36532         islessgreater, isunordered, lgamma_r and pow10 as functions and
36533         macros not tested.  Mention which functions not tested are aliases
36534         for other functions.  Fix typo.  Note that signs of NaNs are not
36535         tested.
36537         * scripts/config.guess: Update from config.git.
36538         * scripts/config.sub: Likewise.
36540 2012-10-04  Roland McGrath  <roland@hack.frob.com>
36542         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
36543         * misc/madvise.c (madvise): Renamed to __madvise.
36544         Make madvise a weak alias.
36545         * include/sys/mman.h: Declare __madvise.
36546         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
36547         * sysdeps/unix/syscalls.list
36548         (madvise): Make __madvise the strong name, and madvise a weak alias.
36549         * sysdeps/unix/sysv/linux/syscalls.list
36550         (madvise, mmap): Remove redundant entries.
36551         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
36552         * malloc/malloc.c (mtrim): Likewise.
36553         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
36555 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36557         * sysdeps/mach/hurd/dl-cache.c: File removed.
36558         * config.h.in (USE_LDCONFIG): New #undef.
36559         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
36560         * configure: Regenerated.
36561         * elf/Makefile (dl-routines): Add dl-cache only under
36562         [$(use-ldconfig) = yes].
36563         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
36564         cache on [USE_LDCONFIG].
36565         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
36566         [USE_LDCONFIG].
36567         * elf/rtld.c (dl_main): Likewise.
36569 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
36571         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
36572         _SC_LEVEL4_CACHE_LINESIZE.
36574 2012-10-03  Roland McGrath  <roland@hack.frob.com>
36576         * sysdeps/unix/bsd/confstr.h: File removed.
36578 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
36580         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
36581         sys/sdt-config.h.
36583 2012-10-02  Roland McGrath  <roland@hack.frob.com>
36585         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
36586         Make 'mapoff' field ElfW(Off) rather than off_t.
36588 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
36590         * nscd/Makefile: Remove nscd-cflags and all its users.
36591         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
36592         (CFLAGS-nonlib): Add compiler flags for nscd modules.
36594         [BZ #10631]
36595         * malloc.c (malloc_printerr): Clarify error message.
36597 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
36599         [BZ #14648]
36600         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36601         Set bit_FMA_Usable if FMA is supported.
36602         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
36603         macro.
36604         (bit_FMA4_Usable): Updated.
36605         (index_FMA_Usable): New macro.
36606         (CPUID_FMA): Likewise
36607         (HAS_FMA): Defined with bit_FMA_Usable.
36609 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36611         * bits/types.h (__swblk_t): Type removed.
36612         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
36613         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
36614         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36615         (__SWBLK_T_TYPE): Likewise.
36616         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36617         (__SWBLK_T_TYPE): Likewise.
36618         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36619         (__SWBLK_T_TYPE): Likewise.
36620         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36621         (__SWBLK_T_TYPE): Likewise.
36623 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
36624             Honza Horak <hhorak@redhat.com>
36626         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
36627         (xdr_mapname): Use YPMAXMAP as maxsize.
36628         (xdr_peername): Use YPMAXPEER as maxsize.
36629         (xdr_keydat): Use YPAXRECORD as maxsize.
36630         (xdr_valdat): Use YPMAXRECORD as maxsize.
36632 2012-10-01  Roland McGrath  <roland@hack.frob.com>
36634         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
36636         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
36637         * csu/init-first.c: ... here.
36638         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
36639         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
36640         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
36641         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
36642         * sysdeps/i386/init-first.c: File removed.
36643         * sysdeps/sh/init-first.c: File removed.
36645 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
36647         [BZ #14645]
36648         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
36649         if x * y might underflow to zero and z is zero.
36650         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36651         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36652         * math/libm-test.inc (min_subnorm_value): New variable.
36653         (fma_test): Add more tests.
36654         (fma_test_towardzero): Likewise.
36655         (fma_test_downward): Likewise
36656         (fma_test_upward): Likewise.
36657         (initialize): Set min_subnorm_value.
36659 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
36661         [BZ #14638]
36662         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
36663         0 + 0.
36664         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
36665         mode for addition resulting in exact zero.
36666         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
36667         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
36668         exact 0 + 0.
36669         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36670         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36671         * math/libm-test.inc (fma_test): Add more tests.
36672         (fma_test_towardzero): New function.
36673         (fma_test_downward): Likewise.
36674         (fma_test_upward): Likewise.
36675         (main): Call the new functions.
36677 2012-09-28  David S. Miller  <davem@davemloft.net>
36679         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
36681 2012-09-28  Roland McGrath  <roland@hack.frob.com>
36683         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
36684         instead of SIGALRM.
36686         * sysdeps/gnu/_G_config.h: Moved to ...
36687         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
36688         * sysdeps/mach/hurd/_G_config.h: Moved to ...
36689         * sysdeps/generic/_G_config.h: ... here.
36691         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
36693         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
36695         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
36696         Conditionalize target on [libnss_test1.so-version].
36698         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
36700         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
36701         (elfobjdir): Move out of conditionals.
36703         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
36704         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
36705         (__nss_lookup_function): Conditionalize label remove_from_tree on
36706         [!DO_STATIC_NSS || SHARED], matching its only use.
36708 2012-09-28  David S. Miller  <davem@davemloft.net>
36710         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
36711         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
36712         file.
36713         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
36714         sysdep_routines.
36715         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
36716         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
36717         when HWCAP_SPARC_CRYPTO is present.
36719 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36721         * io/tst-mknodat.c: Create a FIFO instead of a socket.
36723 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
36725         [BZ #6530]
36726         * stdio-common/vfprintf.c (process_string_arg): Revert
36727         2000-07-22 change.
36729 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
36731         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
36732         for testcase.
36733         * stdio-common/tst-sprintf.c: Include <locale.h>
36734         (main): Test sprintf's handling of incomplete multibyte
36735         characters.
36737 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
36739         * elf/dl-runtime.c (VERSYMIDX): Removed.
36740         * elf/dl-version.c (VERSYMIDX): Likewise.
36741         * elf/do-rel.h (VERSYMIDX): Likewise.
36742         (VALIDX): Likewise.
36743         * elf/dynamic-link.h (VERSYMIDX): Likewise.
36744         * elf/rtld.c (VALIDX): Likewise.
36745         (ADDRIDX): Likewise.
36746         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
36747         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
36748         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
36749         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
36750         (VALIDX): Likewise.
36751         (ADDRIDX): Likewise.
36753 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36755         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
36757 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
36759         [BZ #11438]
36760         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
36761         to global scope.
36762         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
36763         addresses are in the same scope as 192.0.2/24.
36764         * posix/gai.conf: Document new scope table defaults.
36766 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36768         [BZ #5298]
36769         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
36770         for ftell.  Compute offsets from write pointers instead.
36771         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
36773 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36775         [BZ #14543]
36776         * libio/Makefile (tests): New test case tst-fseek.
36777         * libio/tst-fseek.c: New test case to verify that fseek/ftell
36778         combination works in wide mode.
36779         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
36780         state when the external buffer state changes.
36782 2012-09-27  David S. Miller  <davem@davemloft.net>
36784         [BZ #14376]
36785         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
36786         pass reloc->r_addend in as the 'high' argument to
36787         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
36789         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36791 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
36793         * rt/tst-aio2.c: Include <pthread.h>.
36794         * rt/tst-aio3.c: Likewise.
36796 2012-09-27  Steve Ellcey  <sellcey@mips.com>
36798         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
36800 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
36802         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
36803         contents on [SHARED].
36805 2012-09-26  Marek Polacek  <polacek@redhat.com>
36807         [BZ #14530]
36808         [BZ #13741]
36809         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
36810         for C++ and GCC <4.3 as well as for non GCC compilers.
36812 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
36814         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36816 2012-09-25  Roland McGrath  <roland@hack.frob.com>
36818         * Makefile.in (all, install): Declare with .PHONY.
36819         Reported by Michael Hope <michael.hope@linaro.org>.
36821 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36823         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
36824         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
36825         system header.
36826         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
36827         Likewise.
36828         (sydep_routines): Add the new and the internal functions.
36829         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
36830         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
36831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
36832         (GLIBC_2.17): Add the new function.
36833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
36834         (GLIBC_2.17): Likewise.
36835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
36836         (GLIBC_2.17): Likewise.
36837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
36838         (GLIBC_2.17): Likewise.
36839         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
36841 2012-09-25  Alan Modra  <amodra@gmail.com>
36843         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
36844         Add release barrier before setting once_control to say
36845         initialisation is done.  Add hints on lwarx.  Use macro in
36846         place of isync.
36847         (clear_once_control): Add release barrier.
36849 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36851         [BZ #13629]
36852         * math/s_clog.c (__clog): Handle more values close to |z| = 1
36853         specially.
36854         * math/s_clog10.c (__clog10): Likewise.
36855         * math/s_clog10f.c (__clog10f): Likewise.
36856         * math/s_clog10l.c (__clog10l): Likewise.
36857         * math/s_clogf.c (__clogf): Likewise.
36858         * math/s_clogl.c (__clogl): Likewise.
36859         * math/Makefile (libm-calls): Add x2y2m1.
36860         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
36861         (__x2y2m1): Likewise.
36862         (__x2y2m1l): Likewise.
36863         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
36864         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
36865         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
36866         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
36867         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
36868         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
36869         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
36870         * sysdeps/i386/fpu/libm-test-ulps: Update.
36871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36873         [BZ #14621]
36874         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
36875         int as type of variable DEPTH.
36876         (glob): Use size_t instead of int as type of variables NEWCOUNT
36877         and OLD_PATHC.
36879 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36881         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
36882         Add s_sincosf-sse2.
36883         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
36884         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
36885         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
36886         macros for using routine as __sincosf_ia32.
36887         Use macro for function declaration and weak_alias.
36888         * sysdeps/i386/fpu/libm-test-ulps: Update.
36890         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
36891         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36893         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
36894         subnormal argument.
36895         * math/s_cexpf.c (__cexpf): Likewise.
36896         * math/s_csinf.c (__csinf): Likewise.
36897         * math/s_csinhf.c (__csinhf): Likewise.
36898         * math/s_ctanf.c (__ctanf): Likewise.
36899         * math/s_ctanhf.c (__ctanhf): Likewise.
36900         * math/s_ccosh.c (__ccoshf): Likewise.
36901         * math/s_cexp.c (__cexpl): Likewise.
36902         * math/s_csin.c (__csin): Likewise.
36903         * math/s_csinh.c (__csinh): Likewise.
36904         * math/s_ctan.c (__ctan): Likewise.
36905         * math/s_ctanh.c (ctanh): Likewise.
36906         * math/s_ccoshl.c (__ccoshl): Likewise.
36907         * math/s_cexpl.c (__cexpl): Likewise.
36908         * math/s_csinl.c (__csinl): Likewise.
36909         * math/s_csinhl.c (__csinhl): Likewise.
36910         * math/s_ctanl.c (__ctanl): Likewise.
36911         * math/s_ctanhl.c (__ctanhl): Likewise.
36913 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
36915         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
36916         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
36917         (_IO_off_t): Define to __off_t, not _G_off_t.
36918         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
36919         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
36920         (_IO_wint_t): Define to wint_t, not _G_wint_t.
36921         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
36922         type of __dummy and __dummy2 fields.
36923         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
36924         (_G_ssize_t): Likewise.
36925         (_G_off_t): Likewise.
36926         (_G_pid_t): Likewise.
36927         (_G_uid_t): Likewise.
36928         (_G_wchar_t): Likewise.
36929         (_G_wint_t): Likewise.
36930         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
36931         (_G_ssize_t): Likewise.
36932         (_G_off_t): Likewise.
36933         (_G_pid_t): Likewise.
36934         (_G_uid_t): Likewise.
36935         (_G_wchar_t): Likewise.
36936         (_G_wint_t): Likewise.
36937         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
36938         (_G_ssize_t): Likewise.
36939         (_G_off_t): Likewise.
36940         (_G_pid_t): Likewise.
36941         (_G_uid_t): Likewise.
36942         (_G_wchar_t): Likewise.
36943         (_G_wint_t): Likewise.
36945 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36947         * malloc/arena.c: Include malloc-sysdep.h.
36948         (shrink_heap): Use check_may_shrink_heap to decide if madvise
36949         is sufficient to shrink the heap or an unmap is needed.
36950         * sysdeps/generic/malloc-sysdep.h: New file.  Define
36951         new function check_may_shrink_heap.
36952         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
36953         new function check_may_shrink_heap.
36955 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
36957         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
36958         comments.
36960 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
36962         * catgets/test-gencat.sh: Add "set -e".
36963         * elf/tst-pathopt.sh: Likewise.
36964         * grp/tst_fgetgrent.sh: Likewise.
36965         * iconvdata/run-iconv-test.sh: Likewise.
36966         * intl/tst-gettext.sh: Likewise.
36967         * intl/tst-gettext2.sh: Likewise.
36968         * intl/tst-gettext4.sh: Likewise.
36969         * intl/tst-gettext6.sh: Likewise.
36970         * intl/tst-translit.sh: Likewise.
36971         * io/ftwtest-sh: Likewise.
36972         * libio/test-freopen.sh: Likewise.
36973         * malloc/tst-mtrace.sh: Likewise.
36974         * posix/globtest.sh: Likewise.
36975         * posix/tst-getconf.sh: Likewise.
36976         * posix/wordexp-tst.sh: Likewise.
36977         * stdio-common/tst-printf.sh: Likewise.
36978         * stdio-common/tst-unbputc.sh: Likewise.
36979         * stdlib/tst-fmtmsg.sh: Likewise.
36980         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
36981         * catgets/Makefile: Do not specify -e option when running
36982         testsuite shell scripts.
36983         * elf/Makefile: Likewise.
36984         * grp/Makefile: Likewise.
36985         * iconvdata/Makefile: Likewise.
36986         * intl/Makefile: Likewise.
36987         * io/Makefile: Likewise.
36988         * libio/Makefile: Likewise.
36989         * malloc/Makefile: Likewise.
36990         * posix/Makefile: Likewise.
36991         * stdio-common/Makefile: Likewise.
36992         * stdlib/Makefile: Likewise.
36993         * sysdeps/x86_64/Makefile: Likewise.
36995         * io/ftwtest-sh: Add copyright header.
36996         * posix/globtest.sh: Likewise.
36997         * posix/tst-getconf.sh: Likewise.
36998         * posix/wordexp-tst.sh: Likewise.
36999         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
37001 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
37003         [BZ #13679]
37004         * Makeconfig (+link): Defined as $(+link-static) if
37005         $(build-shared) isn't yes.
37006         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
37007         isn't yes.
37008         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
37010         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
37012         [BZ #14562]
37013         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
37014         new chunk size with MALLOC_ALIGN_MASK.
37016 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
37018         [BZ #5044]
37019         * stdio-common/printf_fphex.c: Include <stdbool.h> and
37020         <rounding-mode.h>.
37021         (__printf_fphex): Determine rounding using get_rounding_mode and
37022         round_away.
37023         * stdio-common/tst-printf-round.c (struct hex_test): New
37024         structure.
37025         (hex_tests): New variable.
37026         (test_hex_in_one_mode): New function.
37027         (do_test): Also run tests for hex float output.
37029 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
37031         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37032         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37033         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
37034         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
37035         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
37036         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
37037         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37038         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
37040 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
37042         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
37043         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
37044         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
37045         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
37047 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
37049         [BZ #14579]
37050         * elf/rtld.c (dl_main): Limit the check for self loading to normal
37051         mode only.
37052         * elf/tst-rtld-load-self.sh: New test.
37053         * elf/Makefile: Run it.
37055 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
37057         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
37058         (tst-writev-ENV): Remove.
37059         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
37061 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
37063         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
37065 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
37067         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
37068         unconditional.
37069         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
37070         Likewise.
37071         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
37072         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
37073         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
37074         Likewise.
37076 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
37078         [BZ #14587]
37079         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
37080         * config.make.in (have-cpp-asm-debuginfo): Removed.
37081         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
37082         * configure: Regenerated.
37084 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
37086         [BZ #5044]
37087         * stdio-common/printf_fp.c: Include <stdbool.h> and
37088         <rounding-mode.h>.
37089         (___printf_fp): Determine rounding using get_rounding_mode and
37090         round_away.
37091         * stdio-common/tst-printf-round.c: New file.
37092         * stdio-common/Makefile (tests): Add tst-printf-round.
37093         (link-libm): New variable.
37094         ($(objpfx)tst-printf-round): Depend in $(link-libm).
37096 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
37098         [BZ #14576]
37099         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
37100         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
37101         Likewise.
37102         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
37103         Likewise.
37105 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
37107         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
37108         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37109         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37110         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
37112 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
37114         [BZ #14518]
37115         * include/rounding-mode.h: New file.
37116         * sysdeps/generic/get-rounding-mode.h: Likewise.
37117         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
37118         * stdlib/strtod_l.c: Include <rounding-mode.h>.
37119         (MAX_VALUE): New macro.
37120         (MIN_VALUE): Likewise.
37121         (overflow_value): New function.
37122         (underflow_value): Likewise.
37123         (round_and_return): Use overflow_value and underflow_value to
37124         determine return values in overflow and underflow cases.  Use
37125         round_away to determine rounding depending on rounding mode.
37126         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
37127         determine return values in overflow and underflow cases.
37128         * stdlib/tst-strtod-round.c: Include <fenv.h>.
37129         (struct test_results): New structure.
37130         (struct test): Use struct test_results to store expected results
37131         for all rounding modes.
37132         (TEST): Include expected results for all rounding modes.
37133         (test_in_one_mode): New function.
37134         (do_test): Use test_in_one_mode to compute and check results.
37135         Check results for all rounding modes.
37136         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
37137         $(link-libm).
37139 2012-12-09  Allan McRae  <allan@archlinux.org>
37141         * sysdeps/i386/fpu/libm-test-ulps: Update
37143 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
37145         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
37146         (_G_int32_t): Likewise.
37147         (_G_uint16_t): Likewise.
37148         (_G_uint32_t): Likewise.
37149         (_G_HAVE_BOOL): Likewise.
37150         (_G_HAVE_ATEXIT): Likewise.
37151         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37152         (_G_HAVE_IO_FILE_OPEN): Likewise.
37153         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
37154         (_G_int32_t): Likewise.
37155         (_G_uint16_t): Likewise.
37156         (_G_uint32_t): Likewise.
37157         (_G_HAVE_BOOL): Likewise.
37158         (_G_HAVE_ATEXIT): Likewise.
37159         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37160         (_G_HAVE_IO_FILE_OPEN): Likewise.
37161         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
37162         (_G_int32_t): Likewise.
37163         (_G_uint16_t): Likewise.
37164         (_G_uint32_t): Likewise.
37165         (_G_HAVE_BOOL): Likewise.
37166         (_G_HAVE_ATEXIT): Likewise.
37167         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
37168         (_G_HAVE_IO_FILE_OPEN): Likewise.
37170 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
37172         * csu/libc-tls.c: Update copyright years.
37174 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
37176         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
37177         [!_G_USING_THUNKS]: Remove conditional code.
37178         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
37179         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
37181         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
37182         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
37183         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37184         (_G_VTABLE_LABEL_PREFIX): Likewise.
37185         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37186         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37187         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37188         (_G_VTABLE_LABEL_PREFIX): Likewise.
37189         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37190         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
37191         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
37192         (_G_VTABLE_LABEL_PREFIX): Likewise.
37193         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
37195 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
37197         * libio/Makefile: Include ../Makeconfig before tests.
37198         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
37199         only if $(build-shared) is yes.
37201         * iconv/gconv_db.c: Update copyright years.
37203 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37205         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
37206         unwind info if defined PIC. Fix special cases description.
37207         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
37209         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
37210         DP_HI_MASK entry.
37211         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
37213 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
37215         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
37217         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
37218         is NULL.
37220         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
37221         (LDLIBS-tst-chk4): This.
37222         (LDFLAGS-tst-chk5): Renamed to ...
37223         (LDLIBS-tst-chk5): This.
37224         (LDFLAGS-tst-chk6): Renamed to ...
37225         (LDLIBS-tst-chk6): This.
37226         (LDFLAGS-tst-lfschk4): Renamed to ...
37227         (LDLIBS-tst-lfschk4): This.
37228         (LDFLAGS-tst-lfschk5): Renamed to ...
37229         (LDLIBS-tst-lfschk5): This.
37230         (LDFLAGS-tst-lfschk6): Renamed to ...
37231         (LDLIBS-tst-lfschk6): This.
37233         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
37234         on $(common-objpfx)soversions.mk.
37236 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
37238         [BZ #10014]
37239         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
37240         example host name.
37242 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
37244         * malloc/arena.c (arena_get_retry): New function that gets
37245         another arena for the caller to try its request on.
37246         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
37247         current arena cannot fulfill the request.
37248         (__libc_memalign): Likewise.
37249         (__libc_memalign): Likewise.
37250         (__libc_pvalloc): Likewise.
37251         (__libc_calloc): Likewise.
37253 2012-09-05  John Tobey  <john.tobey@gmail.com>
37255         [BZ #13542]
37256         * manual/arith.texi (Operations on Complex): Fix description
37257         of carg branch cut.
37259 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37261         [BZ #10014]
37262         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
37263         host name.
37265         [BZ #10038]
37266         * manual/memory.texi (Memory): Make order of menu items match
37267         order of sections.
37269 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37271         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
37272         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
37273         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
37275 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37277         * csu/libc-tls.c (static_dtv): Renamed to ...
37278         (_dl_static_dtv): This.  Make it global.
37279         (_dl_initial_dtv): Removed.
37280         (__libc_setup_tls): Updated.
37281         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
37282         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
37283         DL_INITIAL_DTV.
37285 2012-09-06  Petr Machata  <pmachata@redhat.com>
37287         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
37288         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
37289         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
37290         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
37292 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37294         [BZ #14545]
37295         * csu/libc-tls.c (_dl_initial_dtv): New variable.
37296         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
37297         freeing dtv[-1].
37299 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
37301         [BZ #14544]
37302         * Makeconfig (link-static-before-libc): Replace $(+prector)
37303         with $(+prectorT).
37304         (link-static-after-libc): Replace $(+postctor) with
37305         $(+postctorT).
37306         (link-bounded): Replace $(+prector)/$(+postctor) with
37307         $(+prectorT)/$(+postctorT).
37308         (+prectorT): New macro.
37309         (+postctorT): Likewise.
37311 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
37313         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
37314         (round_str): Handle values above the maximum for IBM long double
37315         as inexact.
37316         * stdlib/tst-strtod-round.c (tests): Regenerated.
37318 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37320         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
37321         assembler flag.
37322         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
37323         zarch_nohighgprs around the zarch optimized routines.
37324         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
37325         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
37326         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
37327         for zarch.
37329 2012-09-05  David S. Miller  <davem@davemloft.net>
37331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37333         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
37334         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
37335         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
37336         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
37337         entries.
37339 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37341         * malloc/arena.c: Fold copyright years.
37342         * malloc/mcheck.c, malloc/memusage.c: Likewise.
37344 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37346         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
37348 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37350         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
37352 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37354         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
37355         change internal state upon failure.
37357 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
37359         * malloc/mcheck.c (mcheck_check_all): Fix typo.
37360         * malloc/memusage.c (mmap): Likewise.
37361         (mmap64, mremap): Likewise.  Adjust name in comment.
37363 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37365         * libio/fileops.c: Fix typos in comments.
37366         * libio/oldfileops.c: Likewise.
37367         * libio/wfileops.c: Likewise.
37369 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
37371         [BZ #1349]
37372         * malloc/Makefile (tests): Add tst-malloc-usable test case.
37373         (tst-malloc-usable-ENV): Set environment for test case.
37374         * malloc/hooks.c (malloc_check_get_size): New function to get
37375         requested size.
37376         * malloc/malloc.c (musable): Use malloc_check_get_size.
37377         * malloc/tst-malloc-usable.c: New test case.
37379 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37381         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
37383 2012-09-05  Allan McRae  <allan@archlinux.org>
37385         [BZ #13966]
37386         * configure.in (CXX_SYSINCLUDES): Use compiler output to
37387         determine header location.
37388         * configure: Regenerated.
37390 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
37392         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
37393         float format.
37394         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
37395         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
37396         format.
37397         (test): Regenerate.
37399 2012-09-04  David S. Miller  <davem@davemloft.net>
37401         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
37402         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
37403         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
37405 2012-09-04  Florian Weimer  <fweimer@redhat.com>
37407         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
37408         failures.
37410         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
37412 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
37414         [BZ #9914]
37415         * libio/iogetdelim.c: Include <limits.h>.
37416         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
37417         + len + 1 would overflow.
37419 2012-09-03  Andreas Jaeger  <aj@suse.de>
37421         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37422         * sysdeps/i386/fpu/libm-test-ulps: Update.
37424 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37426         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37427         Add s_sinf-sse2, s_conf-sse2.
37429         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
37430         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
37431         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
37432         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
37434         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
37435         for using routine as __sinf_ia32.
37436         Use macro for function declaration and weak_alias.
37437         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
37438         for using routine as __cosf_ia32.
37439         Use macro for function declaration and weak_alias.
37441         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
37442         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
37444         * sysdeps/x86_64/fpu/s_sinf.S: New file.
37445         * sysdeps/x86_64/fpu/s_cosf.S: New file.
37446         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37448         * math/libm-test.inc (cos_test): Add more test cases.
37449         (sin_test): Likewise.
37450         (sincos_test): Likewise.
37452 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37454         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
37455         (IFUNC_RESOLVE): Make pointers to the specialized implementations
37456         hidden.
37457         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37459 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
37461         [BZ #14538]
37462         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
37463         first element of the GOT.
37464         (elf_machine_load_address): Return the difference between
37465         the runtime address of _DYNAMIC and elf_machine_dynamic ().
37467 2012-09-01  Allan McRae  <allan@archlinux.org>
37469         [BZ #13412]
37470         * configure.in (AWK): Require gawk version 3.0 or later.
37471         * configure: Regenerated.
37473 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
37475         * sysdeps/unix/sysv/linux/kernel-features.h
37476         (__ASSUME_POSIX_CPU_TIMERS): Remove.
37477         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
37478         [__NR_clock_getres]: Make code unconditional.
37479         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
37480         (clock_getcpuclockid): Remove code left unreachable by removal of
37481         conditionals.
37482         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
37483         code unconditional.
37484         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37485         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37486         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
37487         Make code unconditional.
37488         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
37489         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37490         * sysdeps/unix/sysv/linux/clock_settime.c
37491         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
37492         conditional code.
37493         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
37494         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
37496 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
37498         [BZ #14476]
37499         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
37500         scripts/test-installation.pl.
37502         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
37503         and $ld_so_version if it is set.
37505 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37507         [BZ #14516]
37508         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
37509         failure if reading from procfs failed.
37510         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
37512 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37514         * sysdeps/unix/sysv/linux/kernel-features.h
37515         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
37516         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37517         Remove conditional code.
37518         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37519         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
37520         Remove conditional code.
37521         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37522         * sysdeps/unix/sysv/linux/i386/fxstat.c
37523         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37524         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37525         * sysdeps/unix/sysv/linux/i386/fxstatat.c
37526         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37527         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37528         * sysdeps/unix/sysv/linux/i386/lxstat.c
37529         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
37530         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37531         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
37532         Remove conditional code.
37533         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37534         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
37535         Remove conditional code.
37536         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37537         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
37538         <kernel-features.h>.
37539         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
37540         Remove.
37541         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
37542         Remove conditional code.
37543         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
37544         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
37545         Remove conditional.
37547 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
37549         [BZ #5400]
37550         * NEWS: Add fixed bug number.
37552 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
37554         [BZ #14519]
37555         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
37556         underflowing exponent in case of negative sign.
37557         * stdlib/tst-strtod-round-data: Add more tests.
37558         * stdlib/tst-strtod-round.c (tests): Regenerated.
37560         [BZ #3479]
37561         * stdlib/strtod_l.c (NDIG): Remove.
37562         (HEXNDIG): Likewise.
37563         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
37564         smallest representable value.
37565         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
37566         lie within an exact representation of 1/2 ulp of the result.
37567         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
37568         unconditionally.
37569         (TENS_P9_IDX): Define unconditionally.
37570         (TENS_P9_SIZE): Likewise.
37571         (TENS_P10_IDX): Likewise.
37572         (TENS_P10_SIZE): Likewise.
37573         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
37574         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
37575         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
37576         entries for 10^2^13 and 10^2^14.
37577         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
37578         (TENS_P13_IDX): Define.
37579         (TENS_P13_SIZE): Likewise.
37580         (TENS_P14_IDX): Likewise.
37581         (TENS_P14_SIZE): Likewise.
37582         (_fpioconst_pow10): Change array size to
37583         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
37584         unconditional.
37585         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
37586         1024]: Add entries for 10^2^13 and 10^2^14.
37587         [LAST_POW10 > _LAST_POW10]: Remove #error.
37588         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
37589         (_fpioconst_pow10): Change array size to
37590         FPIOCONST_POW10_ARRAY_SIZE.
37591         * stdlib/gen-fpioconst.c: New file.
37592         * stdlib/gen-tst-strtod-round.c: Likewise.
37593         * stdlib/tst-strtod-round-data: Likewise.
37594         * stdlib/tst-strtod-round.c: Likewise.
37595         * stdlib/Makefile (tests): Add tst-strtod-round.
37597         [BZ #14459]
37598         * stdlib/strtod_l.c: Include <stdint.h>.
37599         (NDEBUG): Do not define.
37600         (round_and_return): Change EXPONENT parameter to type intmax_t.
37601         Rearrange calculations to avoid internal overflow possibilities.
37602         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
37603         Rearrange calculations to avoid internal overflow possibilities.
37604         Assert that number fits inside MPNSIZE limbs.
37605         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
37606         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
37607         calculations and add assertions to avoid internal overflow
37608         possibilities.  Add casts to avoid signed/unsigned operations.
37609         * stdlib/tst-strtod-overflow.c: New file.
37610         * stdlib/Makefile (tests): Add tst-strtod-overflow.
37612 2012-08-25  Marek Polacek  <polacek@redhat.com>
37614         * time/time.h: Fix some typos in comments.
37616 2012-08-23  Roland McGrath  <roland@hack.frob.com>
37618         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
37619         * posix/tst-rfc3484-2.c: Likewise.
37620         * posix/tst-rfc3484-3.c: Likewise.
37622 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
37624         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
37625         (EF_ARM_ABI_FLOAT_HARD): Likewise.
37627 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
37629         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
37630         #include of fxstatat64.c.
37632 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37634         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
37635         * shadow/getspent_r.c: Likewise.
37636         * shadow/getspnam.c: Likewise.
37637         * shadow/getspnam_r.c: Likewise.
37638         * gshadow/getsgent.c: Likewise.
37639         * gshadow/getsgent_r.c: Likewise.
37640         * gshadow/getsgnam.c: Likewise.
37641         * gshadow/getsgnam_r.c: Likewise.
37642         * inet/getnetbyad.c: Likewise.
37643         * inet/getnetbyad_r.c: Likewise.
37644         * inet/getnetbynm.c: Likewise.
37645         * inet/getnetbynm_r.c: Likewise.
37646         * inet/getnetent.c: Likewise.
37647         * inet/getnetent_r.c: Likewise.
37648         * inet/getproto.c: Likewise.
37649         * inet/getproto_r.c: Likewise.
37650         * inet/getprtent.c: Likewise.
37651         * inet/getprtent_r.c: Likewise.
37652         * inet/getprtname.c: Likewise.
37653         * inet/getprtname_r.c: Likewise.
37654         * inet/getrpcbyname.c: Likewise.
37655         * inet/getrpcbyname_r.c: Likewise.
37656         * inet/getrpcbynumber.c: Likewise.
37657         * inet/getrpcbynumber_r.c: Likewise.
37658         * inet/getrpcent.c: Likewise.
37659         * inet/getrpcent_r.c: Likewise.
37660         * inet/getaliasent.c: Likewise.
37661         * inet/getaliasent_r.c: Likewise.
37662         * inet/getaliasname.c: Likewise.
37663         * inet/getaliasname_r.c: Likewise.
37664         * nscd/getgrgid_r.c: Likewise.
37665         * nscd/getgrnam_r.c: Likewise.
37666         * nscd/gethstbyad_r.c: Likewise.
37667         * nscd/gethstbynm3_r.c: Likewise.
37668         * nscd/getpwnam_r.c: Likewise.
37669         * nscd/getpwuid_r.c: Likewise.
37670         * nscd/getsrvbynm_r.c: Likewise.
37671         * nscd/getsrvbypt_r.c: Likewise.
37672         * nscd/gai.c: Likewise.
37674         * configure.in (build_nscd): New substituted variable, set
37675         by --disable-build-nscd and defaults to $use_nscd.
37676         * configure: Regenerated.
37677         * config.make.in (build-nscd): New substituted variable.
37678         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
37679         Change conditional to require [$(build-nscd) = yes] as well.
37680         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
37682         [BZ# 13696]
37683         * configure.in (use_nscd): New substituted variable, set by
37684         --disable-nscd.  If enabled, define USE_NSCD.
37685         * configure: Regenerated.
37686         * config.h.in: Add USE_NSCD.
37687         * config.make.in (use-nscd): New substituted variable.
37688         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
37689         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
37690         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
37691         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
37692         (CFLAGS-getgrnam_r.c): Likewise.
37693         (CFLAGS-initgroups.c): Likewise.
37694         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
37695         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
37696         Variables removed.
37697         * inet/getnetgrent_r.c
37698         (nscd_setnetgrent): New function, broken out of ...
37699         (setnetgrent): ... here.  Call it.
37700         (innetgr): Conditionalize nscd bits on [USE_NSCD].
37701         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
37702         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
37703         * nscd/Makefile (routines, aux): Move definitions after include of
37704         Makeconfig.  Conditionalize on [$(use-nscd) != no].
37705         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
37706         Conditionalize on [USE_NSCD].
37707         (is_nscd, nscd_init_cb): Likewise.
37708         (nss_load_library): Conditionalize init callback on [USE_NSCD].
37709         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
37710         * nss/nss_db/db-init.c: Likewise.
37711         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
37712         [USE_NSCD].
37713         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
37714         (make_request): Use it.
37715         (cache_valid_p): New function.
37716         (__check_pf): Use it.
37717         * NEWS: Add item for --disable-nscd.
37719 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
37721         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
37722         to support sed >= 4.2.1-20-ga9bf076.
37723         * configure: Regenerated.
37725 2012-08-22  Roland McGrath  <roland@hack.frob.com>
37727         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
37728         Conditionalize whole body on [IREL].
37730 2012-08-22  Jeff Law <law@redhat.com>
37732         [BZ #14505]
37733         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
37734         if the family is PF_UNSPEC.
37736 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
37738         * Makerules (lib-version): Rename from V.
37739         (install-lib-nosubdir): Change V to lib-version.
37741 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
37743         [BZ #14252]
37744         * powerpc32/power6/wcschr.c: New file.
37745         * powerpc32/power6/wcscpy.c: New file.
37746         * powerpc32/power6/wcsrchr.c: New file.
37747         * powerpc64/power6/wcschr.c: New file.
37748         * powerpc64/power6/wcscpy.c: New file.
37749         * powerpc64/power6/wcsrchr.c: New file.
37751 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37753         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
37754         (two_way_short_needle): Use it.
37755         * string/strstr.c (AVAILABLE1_USES_J): Define.
37756         * string/strcasestr.c: Likewise.
37758         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
37759         array references.
37760         * string/strcasestr.c (TOLOWER): Make side-effect safe.
37762         [BZ #11607]
37763         * NEWS: Add an entry.
37764         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
37765         define their defaults.
37766         (two_way_short_needle): Detect end-of-string on-the-fly.
37767         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
37768         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
37769         * string/bug-strcasestr1.c: New test.
37770         * string/Makefile: Run it.
37772 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
37774         [BZ #11607]
37775         * string/str-two-way.h (two_way_short_needle): Optimize matching of
37776         the first character.
37778 2012-08-21  Roland McGrath  <roland@hack.frob.com>
37780         * csu/elf-init.c (__libc_csu_irel): Function removed.
37781         * csu/libc-start.c (apply_irel): New function.
37782         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
37784 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
37786         * sysdeps/unix/sysv/linux/kernel-features.h
37787         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
37788         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37789         <kernel-features.h>.
37790         [__NR_fadvise64_64]: Make code unconditional.
37791         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
37792         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37793         !__NR_fadvise64_64)]: Likewise.
37794         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
37795         !__NR_fadvise64_64))]: Likewise.
37796         [__NR_fadvise64]: Make code unconditional.
37797         [!__NR_fadvise64]: Remove conditional code.
37798         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
37799         <kernel-features.h>.
37800         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37801         unconditional.
37802         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37803         conditional code.
37804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
37805         not include <kernel-features.h>.
37806         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37807         unconditional.
37808         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37809         conditional code.
37810         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
37811         include <kernel-features.h>.
37812         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
37813         unconditional.
37814         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
37815         conditional code.
37817 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
37819         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
37820         slight instruction rearrangements per scrollpipe analysis.
37821         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
37823 2012-08-20  Roland McGrath  <roland@hack.frob.com>
37825         * manual/syslog.texi (syslog; vsyslog, closelog):
37826         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
37827         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
37829         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
37830         DSOCAPS to match condition on defining it.
37832 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
37834         * sysdeps/unix/sysv/linux/kernel-features.h
37835         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
37836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
37837         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37838         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
37840         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37841         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
37843         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
37844         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
37846         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
37847         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
37849         * sysdeps/unix/sysv/linux/kernel-features.h
37850         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
37851         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
37852         unconditional.
37853         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37854         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
37855         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37856         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37857         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
37858         Make code unconditional.
37859         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37860         (__mmap64) [!__NR_mmap2]: Likewise.
37861         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
37862         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
37863         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37864         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
37865         [__NR_mmap2]: Make code unconditional.
37866         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
37867         (__mmap64) [!__NR_mmap2]: Likewise.
37869 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37871         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
37873 2012-08-18  Andreas Jaeger  <aj@suse.de>
37875         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
37877 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37879         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
37880         * include/unistd.h (__have_sock_cloexec): Likewise.
37881         (__have_pipe2): Likewise.
37882         (__have_dup3): Likewise.
37884 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
37886         [BZ #9685]
37887         * include/unistd.h (__have_pipe2): Change define into an extern int.
37888         (__have_dup3): Likewise.
37889         * socket/have_sock_cloexec.c: Include fcntl.h.
37890         (__have_pipe2): New variable.
37891         (__have_dup3): Likewise.
37893 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
37895         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
37897 2012-08-17  Marek Polacek  <polacek@redhat.com>
37899         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
37900         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
37902 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37904         * configure.in: Add AC_SUBST for sysheaders.
37905         * configure: Regenerated.
37906         * config.make.in (sysheaders): New substituted variable.
37908         * sysdeps/unix/mkfifo.c: Moved ...
37909         * sysdeps/posix/mkfifo.c: ... here.
37910         * sysdeps/unix/mkfifoat.c: Moved ...
37911         * sysdeps/posix/mkfifoat.c: ... here.
37913         * sysdeps/unix/utime.c: Moved ...
37914         * sysdeps/posix/utime.c: ... here.
37916         * sysdeps/unix/time.c: Moved ...
37917         * sysdeps/posix/time.c: ... here.
37918         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
37919         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
37921         * sysdeps/unix/nice.c: Moved ...
37922         * sysdeps/posix/nice.c: ... here.
37924         * sysdeps/unix/alarm.c: Moved ...
37925         * sysdeps/posix/alarm.c: ... here.
37927         * intl/Makefile ($(codeset_mo)): Depend on the input file.
37929 2012-08-17  Jeff Law <law@redhat.com>
37931         * intl/Makefile (codeset_mo): New variable.
37932         ($(codeset_mo)): New target.
37933         (tst-codeset.out): Depend on that.  Remove explicit rule.
37934         (tst-gettext3.out, tst-gettext5.out): Likewise.
37935         (LOCPATH-ENV, tst-codeset-ENV): New variables.
37936         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
37937         * intl/tst-codeset.sh: Remove.
37938         * intl/tst-gettext3.sh: Likewise.
37939         * intl/tst-gettext5.sh: Likewise.
37941 2012-08-17  Roland McGrath  <roland@hack.frob.com>
37943         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
37944         * sysdeps/unix/syscalls.list: ... here.
37946         * sysdeps/posix/getaddrinfo.c
37947         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
37948         (gaiconf_init, gaiconf_reload): Use them.
37949         [!_STATBUF_ST_NSEC]
37950         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
37951         Define using time_t rather than struct timespec.
37953         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
37954         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
37955         Macros removed.
37956         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
37957         [!NO_THREADS].
37958         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
37959         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
37960         Likewise.
37962         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
37963         __libc_cleanup_push argument.
37965         * bits/param.h: New file.
37966         * misc/sys/param.h: New file.
37967         * include/sys/param.h: New file.
37968         * misc/Makefile (headers): Add bits/param.h.
37969         * sysdeps/generic/sys/param.h: File removed.
37970         * sysdeps/unix/sysv/linux/bits/param.h: New file.
37971         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
37972         * sysdeps/mach/hurd/bits/param.h: New file.
37973         * sysdeps/mach/hurd/sys/param.h: File removed.
37975         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
37976         last change.
37978         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
37979         [_IO_MTSAFE_IO].
37980         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
37981         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
37982         New macros.
37984         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
37985         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
37986         rather than -D_IO_MTSAFE_IO conditionally.
37987         * stdio-common/Makefile (CPPFLAGS): Likewise.
37988         * wcsmbs/Makefile (CPPFLAGS): Likewise.
37989         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
37990         Use $(libio-mtsafe).
37991         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
37992         of -D_IO_MTSAFE_IO.
37993         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
37994         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
37995         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
37996         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
37997         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
37998         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
37999         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
38000         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
38001         (CFLAGS-fread_u_chk.c): Likewise.
38002         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
38003         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
38004         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
38005         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
38006         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
38007         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
38008         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
38009         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
38010         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
38012         * libio/Makefile: Test [$(libc-reentrant) = yes]
38013         instead of [$(filter %REENTRANT, $(defines)) nonempty].
38015         * Makeconfig
38016         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
38017         * sysdeps/pthread/configure: File removed.
38018         * sysdeps/pthread/Makeconfig: New file.
38019         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
38020         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
38022 2012-08-16  Gary Benson  <gbenson@redhat.com>
38024         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
38025         unmapping the first object in a namespace.
38027 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38029         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
38030         (__internal_setnetgrent): ... this.  Add internal_function to
38031         definition.  Add libc_hidden_def.
38032         (setnetgrent): Update caller.
38033         (internal_endnetgrent): Renamed to ...
38034         (__internal_endnetgrent): ... this.  Add internal_function to
38035         definition.  Add libc_hidden_def.
38036         (endnetgrent): Update caller.
38037         (internal_getnetgrent_r): Renamed to ...
38038         (__internal_getnetgrent_r): ... this.  Add internal_function to
38039         definition.  Add libc_hidden_def.
38040         (__getnetgrent_r): Update caller.
38041         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
38043 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38045         * stdlib/longlong.h: Update from GCC.
38047 2012-08-16  Roland McGrath  <roland@hack.frob.com>
38049         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
38050         on _QL, which is set by umul_ppmm but never used.
38051         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
38052         variables, which are set by GMP macros but never used.
38053         * stdio-common/_itowa.c (_itowa): Likewise.
38054         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
38055         * stdlib/mod_1.c (mpn_mod_1): Likewise.
38057 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
38059         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
38060         struct La_sh_regs is not constant.
38061         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
38062         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
38063         and struct La_sparc64_regs are not constant.
38065 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
38067         * sysdeps/unix/sysv/linux/kernel-features.h
38068         (__ASSUME_POSIX_TIMERS): Remove.
38069         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38070         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38071         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
38072         Make code unconditional.
38073         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38074         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
38075         Make code unconditional.
38076         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38077         * sysdeps/unix/sysv/linux/clock_nanosleep.c
38078         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
38079         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38080         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
38081         Make code unconditional.
38082         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
38083         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
38084         (__libc_missing_posix_timers): Remove.
38086 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38088         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
38089         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
38091         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
38093         * elf/dl-sym.c: Include <stdlib.h>.
38095         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
38096         constants, which avoids warnings in 32-bit builds.
38098         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
38099         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
38101         * misc/lseek.c: File moved to ...
38102         * io/lseek.c: ... here.
38104         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
38106         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
38107         shifting LEN more than 31 bits at once.
38109 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38111         [BZ #14195]
38112         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
38113         segmentation fault for a case of two empty input strings.
38114         * string/test-strncasecmp.c (check1): Renamed to...
38115         (bz12205): ...this.
38116         (bz14195): Add new testcase for two empty input strings and N > 0.
38117         (test_main): Call new testcase, adapt for renamed function.
38119 2012-08-15  Andreas Jaeger  <aj@suse.de>
38121         [BZ #14090]
38122         * crypt/md5test2.c: New test, based on test supplied by Serge
38123         Belyshev <belyshev@depni.sinp.msu.ru>.
38124         * crypt/Makefile (xtests): Add md5test-giant..
38125         * crypt/Makefile ($(objpfx)md5test-giant): Add.
38127 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
38129         [BZ #14090]
38130         * crypt/md5.c (md5_process_block): Don't assume the buffer
38131         length is less than 2**32.
38132         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
38133         length is less than 2**64.
38135 2012-08-15  Roland McGrath  <roland@hack.frob.com>
38137         * string/str-two-way.h: Include <sys/param.h>.
38138         (MAX): Macro removed.
38140         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
38141         Move #define and #undef of memmove to just before and after
38142         including <string.h>.
38144         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
38145         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
38146         and after including <string.h>.  Move declarations of
38147         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
38148         to before #include "string/memmove.c".
38150         * include/dirent.h: Declare __getdirentries.
38152         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
38153         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
38155 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
38157         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
38158         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
38159         * sysdeps/i386/configure: Regenerated.
38160         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
38161         STABS_CURRENT_FILE, and STABS_FUN.
38162         (END): Remove call to STABS_FUN_END.
38163         (STABS_CURRENT_FILE1): Delete.
38164         (STABS_CURRENT_FILE): Likewise.
38165         (STABS_FUN): Likewise.
38166         (STABS_FUN_END): Likewise.
38167         (STABS_FUN2): Likewise.
38168         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
38169         * sysdeps/x86_64/configure: Regenerated.
38171 2012-08-14  Roland McGrath  <roland@hack.frob.com>
38173         * elf/dl-open.c: Include <atomic.h>.
38174         * elf/dl-lookup.c: Likewise.
38176 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
38178         * sysdeps/unix/sysv/linux/kernel-features.h
38179         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
38180         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
38181         unconditionally.
38182         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
38183         unconditionally.
38184         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
38185         condition on __ASSUME_CLONE_THREAD_FLAGS.
38187 2012-08-14  Andreas Jaeger  <aj@suse.de>
38189         * sysdeps/i386/fpu/libm-test-ulps: Update.
38191 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
38193         * include/atomic.h (atomic_exchange_and_add): Split into ...
38194         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
38195         New atomic macros.
38197 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
38199         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38201 2012-08-13  Jeff Law <law@redhat.com>
38203         * manual/stdio.texi (snprintf): Clarify handling of the trailing
38204         null byte in the output string.
38206 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
38208         * sysdeps/unix/sysv/linux/kernel-features.h
38209         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
38210         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
38211         (__ASSUME_ARG_MAX_STACK_BASED): Define.
38212         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
38213         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
38214         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
38215         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
38217 2012-08-09  Jeff Law <law@redhat.com>
38219         [BZ #13939]
38220         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
38221         When avoid_arena is set, don't retry in the that arena.  Pick the
38222         next one, whatever it might be.
38223         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
38224         (arena_lock): Pass in new parameter to arena_get2.
38225         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
38226         arena_get2.
38227         (__libc_malloc): Unify retrying after main arena failure with
38228         __libc_memalign version.
38229         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
38231 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
38233         [BZ #14166]
38234         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
38235         to __redirect_strstr.
38236         (__strstr_sse42): Use typeof __redirect_strstr.
38237         (__strstr_ia32): Likewise.
38238         (__libc_strstr): New prototype.
38239         (strstr): Renamed to ...
38240         (__libc_strstr): This.
38241         (strstr): New strong alias of __libc_strstr.
38242         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38243         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
38244         __redirect_time.
38245         Include <time.h>.
38246         (__libc_time): New prototype.
38247         (time_ifunc): Replace time with __libc_time.
38248         (time): New strong alias and hidden definition of __libc_time.
38249         (__GI_time): Remove strong alias.
38250         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
38251         Include <stddef.h>.
38252         (memmove): Redefined to __redirect_memmove.
38253         (__memmove_sse2): Use typeof __redirect_memmove.
38254         (__memmove_ssse3): Likewise.
38255         (__memmove_ssse3_back): Likewise.
38256         (__libc_memmove): New prototype.
38257         (memmove): Renamed to ...
38258         (__libc_memmove): This.
38259         (memmove): New strong alias of __libc_memmove.
38261 2012-08-08  Mark Salter  <msalter@redhat.com>
38263         * elf/elf.h
38264         (R_MN10300_TLS_GD): Define.
38265         (R_MN10300_TLS_LD): Likewise.
38266         (R_MN10300_TLS_LDO): Likewise.
38267         (R_MN10300_TLS_GOTIE): Likewise.
38268         (R_MN10300_TLS_IE): Likewise.
38269         (R_MN10300_TLS_LE): Likewise.
38270         (R_MN10300_TLS_DTPMOD): Likewise.
38271         (R_MN10300_TLS_DTPOFF): Likewise.
38272         (R_MN10300_TLS_TPOFF): Likewise.
38273         (R_MN10300_SYM_DIFF): Likewise.
38274         (R_MN10300_ALIGN): Likewise.
38275         (R_MN10300_NUM): Update.
38277 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
38279         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
38280         Remove.
38282 2012-08-08  Roland McGrath  <roland@hack.frob.com>
38284         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
38286         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
38287         sysdeps/unix -> sysdeps/posix move.
38288         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
38290 2012-08-07      Allan McRae     <allan@archlinux.org>
38292         [BZ #14303]
38293         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
38294         (SUNOS_CPP): Likewise.
38295         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
38296         not found.
38297         (open_input): Call CPP using execvp.
38299 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38301         * sysdeps/unix/sysv/linux/kernel-features.h
38302         (__ASSUME_PROT_GROWSUPDOWN): Remove.
38303         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38304         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38305         (__ASSUME_WAITID_SYSCALL): Likewise.
38306         * sysdeps/unix/sysv/linux/dl-execstack.c
38307         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
38308         code unconditional.
38309         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
38310         conditional code.
38311         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
38312         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
38313         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
38314         code.
38315         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
38316         unconditional.
38317         [__ASSUME_WAITID_SYSCALL]: Likewise.
38318         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
38320 2012-08-07  Roland McGrath  <roland@hack.frob.com>
38322         * sysdeps/unix/closedir.c: Renamed to ...
38323         * sysdeps/posix/closedir.c: ... here.
38324         * sysdeps/unix/dirfd.c: Renamed to ...
38325         * sysdeps/posix/dirfd.c: ... here.
38326         * sysdeps/unix/dirstream.h: Renamed to ...
38327         * sysdeps/posix/dirstream.h: ... here.
38328         * sysdeps/unix/fdopendir.c: Renamed to ...
38329         * sysdeps/posix/fdopendir.c: ... here.
38330         * sysdeps/unix/opendir.c: Renamed to ...
38331         * sysdeps/posix/opendir.c: ... here.
38332         * sysdeps/unix/readdir.c: Renamed to ...
38333         * sysdeps/posix/readdir.c: ... here.
38334         * sysdeps/unix/readdir_r.c: Renamed to ...
38335         * sysdeps/posix/readdir_r.c: ... here.
38336         * sysdeps/unix/rewinddir.c: Renamed to ...
38337         * sysdeps/posix/rewinddir.c: ... here.
38338         * sysdeps/unix/seekdir.c: Renamed to ...
38339         * sysdeps/posix/seekdir.c: ... here.
38340         * sysdeps/unix/telldir.c: Renamed to ...
38341         * sysdeps/posix/telldir.c: ... here.
38342         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
38343         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
38344         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
38345         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
38347         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
38348         * bits/fcntl.h: ... here.
38350         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
38351         not 0.
38352         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
38353         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
38354         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
38355         (struct flock): Move l_start, l_len to the beginning.
38356         Use __pid_t for l_pid.
38357         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
38358         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
38359         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
38360         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
38361         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
38362         [__USE_LARGEFILE64] (struct flock64): New type.
38363         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
38365         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
38366         * bits/dirent.h: ... here.
38368         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
38369         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
38371 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
38373         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38374         Change from 2.6.0 to 2.6.16.
38375         * sysdeps/unix/sysv/linux/configure: Regenerated.
38376         * sysdeps/unix/sysv/linux/kernel-features.h
38377         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
38378         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
38379         version.
38380         (__ASSUME_UTIMES): Likewise.
38381         (__ASSUME_CLONE_STOPPED): Remove.
38382         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
38383         architectures, not kernel version.
38384         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
38385         (__ASSUME_NO_CLONE_DETACHED): Likewise.
38386         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
38387         (__ASSUME_WAITID_SYSCALL): Likewise.
38388         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
38389         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
38390         * README: State 2.6.16 as minimum Linux kernel version.  Do not
38391         refer to older versions.
38393 2012-08-06  Roland McGrath  <roland@hack.frob.com>
38395         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
38396         Define alphasort64 as an alias.
38397         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
38398         Define versionsort64 as an alias.
38399         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
38400         Define scandir64 as an alias.
38401         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
38402         Define scandirat64 as an alias.
38403         * dirent/alphasort64.c (alphasort64):
38404         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
38405         * dirent/versionsort64.c: Likewise.
38406         * dirent/scandir64.c: Likewise.
38407         * dirent/scandirat64.c: Likewise.
38408         * sysdeps/wordsize-64/alphasort.c: File removed.
38409         * sysdeps/wordsize-64/alphasort64.c: File removed.
38410         * sysdeps/wordsize-64/scandir.c: File removed.
38411         * sysdeps/wordsize-64/scandir64.c: File removed.
38412         * sysdeps/wordsize-64/scandirat.c: File removed.
38413         * sysdeps/wordsize-64/scandirat64.c: File removed.
38414         * sysdeps/wordsize-64/versionsort.c: File removed.
38415         * sysdeps/wordsize-64/versionsort64.c: File removed.
38416         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
38417         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
38418         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
38419         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
38420         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
38421         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
38422         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
38423         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
38425         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
38426         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38427         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
38428         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38429         [defined __arch64__ || defined __sparcv9]
38430         (__INO_T_MATCHES_INO64_T): New macro.
38431         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38432         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
38433         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
38434         * sysdeps/unix/sysv/linux/bits/dirent.h
38435         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
38436         (_DIRENT_MATCHES_DIRENT64): New macro.
38438         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
38439         Define lockf64 as an alias.
38440         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
38441         Define fseeko64 as an alias.
38442         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
38443         Define ftello64 as an alias.
38444         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
38445         Define _IO_fgetpos64 and fgetpos64 as aliases.
38446         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
38447         Define _IO_fsetpos64 and fsetpos64 as aliases.
38448         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
38449         Conditionalize body on this.
38450         * libio/fseeko64.c: Likewise.
38451         * libio/ftello64.c: Likewise.
38452         * libio/iofgetpos64.c: Likewise.
38453         * libio/iofsetpos64.c: Likewise.
38454         * sysdeps/wordsize-64/lockf.c: File removed.
38455         * sysdeps/wordsize-64/lockf64.c: File removed.
38456         * sysdeps/wordsize-64/fseeko.c: File removed.
38457         * sysdeps/wordsize-64/fseeko64.c: File removed.
38458         * sysdeps/wordsize-64/ftello.c: File removed.
38459         * sysdeps/wordsize-64/ftello64.c: File removed.
38460         * sysdeps/wordsize-64/iofgetpos.c: File removed.
38461         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
38462         * sysdeps/wordsize-64/iofsetpos.c: File removed.
38463         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
38464         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
38465         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
38466         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
38467         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
38468         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
38469         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
38470         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
38471         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
38472         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
38473         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
38475         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38476         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
38477         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
38478         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38479         [defined __arch64__ || defined __sparcv9]
38480         (__OFF_T_MATCHES_OFF64_T): New macro.
38481         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38482         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
38483         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38484         (__OFF_T_MATCHES_OFF64_T): New macro.
38486 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38488         * stdlib/secure-getenv.c (__secure_getenv): Replace
38489         GLIBC_2_16 with GLIBC_2_17.
38491 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
38493         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
38494         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
38496 2012-08-03  David S. Miller  <davem@davemloft.net>
38498         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38500 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38502         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
38503         Remove.
38504         (__ASSUME_CORRECT_SI_PID): Likewise.
38505         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
38506         (__ASSUME_TMPFS_NAME): Likewise.
38507         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
38508         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
38509         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
38510         (HAVE_AUX_SECURE): Make definition unconditional.
38511         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
38512         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
38514 2012-08-03  Roland McGrath  <roland@hack.frob.com>
38516         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
38517         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
38518         * sysdeps/mach/hurd/eloop-threshold.h: New file.
38519         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
38520         __eloop_threshold instead of SYMLOOP_MAX.
38522         * sysdeps/generic/eloop-threshold.h: New file.
38523         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
38524         of MAXSYMLINKS.
38525         * elf/chroot_canon.c (chroot_canon): Likewise.
38527 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
38529         [BZ #13717]
38530         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38531         Change to 2.6.0 everywhere.
38532         * sysdeps/unix/sysv/linux/configure: Regenerated.
38533         * sysdeps/unix/sysv/linux/kernel-features.h
38534         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
38535         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
38536         kernel versions.
38537         (__ASSUME_POSIX_TIMERS): Define unconditionally.
38538         (__ASSUME_FUTEX_REQUEUE): Remove.
38539         (__ASSUME_STATFS64): Define unconditionally.
38540         (__ASSUME_AT_SECURE): Likewise.
38541         (__ASSUME_CORRECT_SI_PID): Likewise.
38542         (__ASSUME_TGKILL): Define without depending on kernel version for
38543         i386.
38544         (__ASSUME_UTIMES): Likewise.
38545         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
38546         kernel version.
38547         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
38548         (__ASSUME_TMPFS_NAME): Likewise.
38549         * README: Update reference to Linux kernel versions.
38551 2012-08-02  Marek Polacek  <polacek@redhat.com>
38553         [BZ# 14150]
38554         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
38555         libc_cv_asm_type_prefix with %.
38556         * configure: Regenerated.
38557         * include/libc-symbols.h: Remove comment about
38558         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38559         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
38560         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
38561         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
38562         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
38563         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
38564         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
38565         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
38566         * elf/tst-unique2mod1.c: Likewise.
38567         * elf/tst-unique1mod2.c: Likewise.
38568         * elf/tst-unique1mod1.c: Likewise.
38569         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
38570         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
38571         Replace ASM_TYPE_DIRECTIVE with .type.
38572         * sysdeps/s390/s390-64/sysdep.h: Likewise.
38573         * sysdeps/i386/sysdep.h: Likewise.
38574         * sysdeps/x86_64/sysdep.h: Likewise.
38575         * sysdeps/sh/sysdep.h: Likewise.
38576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
38577         Do not define ASM_TYPE_DIRECTIVE.
38578         * sysdeps/powerpc/sysdep.h: Likewise.
38579         * sysdeps/powerpc/powerpc32/sysdep.h:
38580         Replace ASM_TYPE_DIRECTIVE with .type.
38581         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
38582         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
38583         * sysdeps/i386/fpu/e_powf.S: Likewise.
38584         * sysdeps/i386/fpu/e_expl.S: Likewise.
38585         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
38586         * sysdeps/i386/fpu/e_acosh.S: Likewise.
38587         * sysdeps/i386/fpu/e_pow.S: Likewise.
38588         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
38589         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
38590         * sysdeps/i386/fpu/s_expm1.S: Likewise.
38591         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
38592         * sysdeps/i386/fpu/e_log2.S: Likewise.
38593         * sysdeps/i386/fpu/e_log2l.S: Likewise.
38594         * sysdeps/i386/fpu/e_scalb.S: Likewise.
38595         * sysdeps/i386/fpu/e_powl.S: Likewise.
38596         * sysdeps/i386/fpu/e_log10f.S: Likewise.
38597         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
38598         * sysdeps/i386/fpu/e_logl.S: Likewise.
38599         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
38600         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
38601         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
38602         * sysdeps/i386/fpu/e_log2f.S: Likewise.
38603         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
38604         * sysdeps/i386/fpu/e_log.S: Likewise.
38605         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
38606         * sysdeps/i386/fpu/e_logf.S: Likewise.
38607         * sysdeps/i386/fpu/e_log10l.S: Likewise.
38608         * sysdeps/i386/fpu/e_atanh.S: Likewise.
38609         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
38610         * sysdeps/i386/fpu/e_log10.S: Likewise.
38611         * sysdeps/i386/fpu/s_frexp.S: Likewise.
38612         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
38613         * sysdeps/i386/fpu/s_asinh.S: Likewise.
38614         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
38615         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
38616         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
38617         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
38618         * sysdeps/i386/i686/strtok.S: Likewise.
38619         * sysdeps/i386/i386-mcount.S: Likewise.
38620         * sysdeps/i386/strtok.S: Likewise.
38621         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
38622         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
38623         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38624         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
38625         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
38626         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
38627         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
38628         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
38629         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
38630         * sysdeps/x86_64/_mcount.S: Likewise.
38631         * sysdeps/x86_64/strtok.S: Likewise.
38632         * sysdeps/sh/_mcount.S: Likewise.
38634 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38636         * libio/iofopen.c: Include <fcntl.h>.
38637         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
38638         (_IO_fopen64, fopen64): Define as aliases.
38639         * libio/iofopen64.c: Include <fcntl.h>.
38640         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
38641         Conditionalize body on this.
38642         * sysdeps/wordsize-64/iofopen.c: File removed.
38643         * sysdeps/wordsize-64/iofopen64.c: File removed.
38645 2012-08-01  Marek Polacek  <polacek@redhat.com>
38647         * libc/Makeconfig: Use elf in place of binfmt-subdir.
38648         Use dlfcn directly instead of a variable.
38649         (binfmt-subdir): Do not define.
38650         (dlfcn): Likewise.
38652 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
38654         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
38655         Remove all definitions.
38656         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
38657         <kernel-features.h>.
38658         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38659         (miss_F_GETOWN_EX): Remove all definitions.
38660         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
38661         macro definition.
38662         [!__ASSUME_FCNTL64]: Remove conditional code.
38663         [__ASSUME_FCNTL64]: Make code unconditional.
38664         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
38665         <kernel-features.h>.
38666         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
38667         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
38668         (lockf64) [__NR_fcntl64]: Make code unconditional.
38669         (lockf64) [__ASSUME_FCNTL64]: Likewise.
38671         * sysdeps/unix/sysv/linux/kernel-features.h
38672         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
38673         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
38674         Make code unconditional.
38675         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38676         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
38678         [__NR_vfork]: Make code unconditional.
38679         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38680         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
38682         [__NR_vfork]: Make code unconditional.
38683         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
38684         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
38686 2012-08-01  Roland McGrath  <roland@hack.frob.com>
38688         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
38689         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
38691         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38692         Define mkstemp64 as an alias.
38693         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38694         Define mkstemps64 as an alias.
38695         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38696         Define mkostemp64 as an alias.
38697         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
38698         Define mkostemps64 as an alias.
38699         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
38700         Conditionalize body on this.
38701         * misc/mkostemp64.c: Likewise.
38702         * misc/mkostemps64.c: Likewise.
38703         * misc/mkstemps64.c: Likewise.
38704         * sysdeps/wordsize-64/mkstemp64.c: File removed.
38705         * sysdeps/wordsize-64/mkostemp64.c: File removed.
38706         * sysdeps/wordsize-64/mkostemp.c: File removed.
38707         * sysdeps/wordsize-64/mkstemp.c: File removed.
38708         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
38709         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
38710         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
38711         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
38713         [BZ #14138]
38714         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
38715         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
38716         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
38717         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
38719         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
38720         compat_symbol macros from <shlib-compat.h> rather than the underlying
38721         default_symbol_version and symbol_version macros, so that DEFAULT
38722         lines in shlib-versions are respected.
38723         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
38725 2012-08-01  Florian Weimer  <fweimer@redhat.com>
38727         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
38728         Declare with warn_unused_result.
38729         (setgid, setregid, setegid, setresgid): Likewise.
38730         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
38731         Likewise.
38732         * WUR-REPORT: Remove set*id functions.
38734 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
38736         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
38738 2012-07-31  Roland McGrath  <roland@hack.frob.com>
38740         [BZ #10191]
38741         * include/sys/socket.h (__libc_accept, __libc_accept4):
38742         Add attribute_hidden.
38743         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
38745         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
38746         use of PTR_MANGLE.
38747         * inet/getnetgrent_r.c (setup): Likewise.
38749         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
38751 2012-07-31  David S. Miller  <davem@davemloft.net>
38753         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38755 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
38757         [BZ #13629]
38758         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
38759         value between 1.0 and 2.0 and smaller part has absolute value less
38760         than 1.0.
38761         * math/s_clog10.c (__clog10): Likewise.
38762         * math/s_clog10f.c (__clog10f): Likewise.
38763         * math/s_clog10l.c (__clog10l): Likewise.
38764         * math/s_clogf.c (__clogf): Likewise.
38765         * math/s_clogl.c (__clogl): Likewise.
38766         * math/libm-test.inc (clog_test): Add more tests.
38767         (clog10_test): Likewise.
38768         * sysdeps/i386/fpu/libm-test-ulps: Update.
38769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38771 2012-07-31  Florian Weimer  <fweimer@redhat.com>
38773         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
38774         Exit with zero in case no suitable GID is found, and write a
38775         message to standard error.
38777 2012-07-30  Roland McGrath  <roland@hack.frob.com>
38779         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
38780         rather than to 1.
38781         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
38782         (MAXPATHLEN): Removed.
38783         (NOGROUP, NODEV): New macros.
38784         (setbit, clrbit, isset, isclr): New macros.
38785         (howmany, roundup, powerof2): New macros.
38786         (DEV_BSIZE): New macro.
38788         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
38789         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
38791         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
38792         definition on [!__NO_LONG_DOUBLE_MATH].
38794         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
38795         PTR_MANGLE and PTR_DEMANGLE.
38797         * socket/accept4.c (accept4): Rename to __libc_accept4.
38798         Define accept4 as a weak alias.
38800         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
38801         on [_DIRENT_HAVE_D_TYPE].
38802         * io/ftw.c (ftw_dir): Likewise.
38804         * io/xmknod.c (__xmknod): Don't check PATH for being null.
38806         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
38808         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
38809         Use the BSD numbers rather than the arbitrary ones we had.
38810         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
38811         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
38812         (SIGXCPU, SIGXFSZ): New macros.
38813         (_NSIG): Now 32.
38815         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
38816         initializer on [_LIBC_REENTRANT].
38818         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
38819         definitions inside [_POSIX_MAPPED_FILES].
38821         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
38823         * dirent/opendir.c: Include <fcntl.h>.
38825         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
38826         (__libc_getspecific): Likewise.
38827         (__libc_key_create): Likewise.
38829         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
38830         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
38831         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
38832         (tmpfile64): Define as alias.
38833         * sysdeps/wordsize-64/tmpfile.c: File removed.
38834         * sysdeps/wordsize-64/tmpfile64.c: File removed.
38835         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
38836         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
38838         * stdio-common/vfscanf.c: Include <stdbool.h>.
38839         * nss/makedb.c: Likewise.
38840         * stdio-common/_i18n_number.h: Likewise.
38841         * argp/argp-help.c: Likewise.
38842         * posix/wordexp.c: Likewise.
38843         * sysdeps/posix/spawni.c: Likewise.
38844         * nss/nss_files/files-initgroups.c: Likewise.
38845         * stdio-common/reg-modifier.c: Include <stdlib.h>.
38846         * nss/nss_files/files-initgroups.c: Likewise.
38847         * nss/nss_db/db-netgrp.c: Likewise.
38848         * nss/nss_db/db-initgroups.c: Likewise.
38849         * io/fchmodat.c: Include <sys/stat.h>.
38851         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
38852         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
38854         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
38855         [HAVE_MMAP].
38857         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
38858         Add multiple inclusion protection.
38860 2012-07-27  David S. Miller  <davem@davemloft.net>
38862         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38864 2012-07-27  Gary Benson  <gbenson@redhat.com>
38866         [BZ #14298]
38867         * elf/rtld.c: Include <stap-probe.h>.
38868         (dl_main): Added static probes "init_start" and "init_complete".
38869         * elf/dl-load.c: Include <stap-probe.h>.
38870         (lose): Take new parameter "nsid".
38871         Added static probe "map_failed".
38872         (_dl_map_object_from_fd): Pass namespace id to lose.
38873         Added static probe "map_start".
38874         (open_verify): Pass namespace id to lose.
38875         * elf/dl-open.c: Include <stap-probe.h>.
38876         (dl_open_worker) Added static probes "map_complete", "reloc_start"
38877         and "reloc_complete".
38878         * elf/dl-close.c: Include <stap-probe.h>.
38879         (_dl_close_worker): Added static probes "unmap_start" and
38880         "unmap_complete".
38881         * elf/rtld-debugger-interface.txt: New file documenting the above.
38883 2012-07-26  Roland McGrath  <roland@hack.frob.com>
38885         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
38886         rather than a string variable.
38887         * sunrpc/rpc_main.c (h_output): Likewise.
38888         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
38890 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
38892         * inet/check_native.c: New file.
38894 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
38896         [BZ #13629]
38897         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
38898         if larger part has absolute value 1.0.
38899         * math/s_clog10.c (__clog10): Likewise.
38900         * math/s_clog10f.c (__clog10f): Likewise.
38901         * math/s_clog10l.c (__clog10l): Likewise.
38902         * math/s_clogf.c (__clogf): Likewise.
38903         * math/s_clogl.c (__clogl): Likewise.
38904         * math/libm-test.inc (clog_test): Add more tests.
38905         (clog10_test): Likewise.
38906         * sysdeps/i386/fpu/libm-test-ulps: Update.
38907         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38909         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
38910         (pltexit): Likewise.
38911         (La_regs): Likewise.
38912         (La_retval): Likewise.
38913         (int_retval): Likewise.
38914         Update #error for removed macros to refer only to definitions in
38915         tst-audit.h.
38916         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
38917         macro.
38918         (pltexit): Likewise.
38919         (La_regs): Likewise.
38920         (La_retval): Likewise.
38921         (int_retval): Likewise.
38922         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
38923         macro.
38924         (pltexit): Likewise.
38925         (La_regs): Likewise.
38926         (La_retval): Likewise.
38927         (int_retval): Likewise.
38928         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
38929         macro.
38930         (pltexit): Likewise.
38931         (La_regs): Likewise.
38932         (La_retval): Likewise.
38933         (int_retval): Likewise.
38934         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
38935         macro.
38936         (pltexit): Likewise.
38937         (La_regs): Likewise.
38938         (La_retval): Likewise.
38939         (int_retval): Likewise.
38940         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
38941         macro.
38942         (pltexit): Likewise.
38943         (La_regs): Likewise.
38944         (La_retval): Likewise.
38945         (int_retval): Likewise.
38946         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
38947         macro.
38948         (pltexit): Likewise.
38949         (La_regs): Likewise.
38950         (La_retval): Likewise.
38951         (int_retval): Likewise.
38952         * sysdeps/generic/tst-audit.h: Update comment to refer only to
38953         macro definitions in tst-audit.h.
38954         * sysdeps/i386/tst-audit.h: New file.
38955         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
38956         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
38957         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
38958         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
38959         * sysdeps/sh/tst-audit.h: Likewise.
38960         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
38961         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
38962         * sysdeps/x86_64/tst-audit.h: Likewise.
38964 2012-07-26  Andreas Jaeger  <aj@suse.de>
38966         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
38967         ptrace.
38969         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
38970         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
38971         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
38972         PTRACE_O_MASK.
38973         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
38974         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
38975         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
38977         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
38978         value.
38980         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
38981         _sigsys.
38982         (si_call_addr, si_syscall, si_arch): Define new macro.
38983         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
38984         _sigsys.
38985         (si_call_addr, si_syscall, si_arch): Define new marcro.
38986         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
38987         _sigsys.
38988         (si_call_addr, si_syscall, si_arch): Define new macro.
38989         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
38990         _sigsys.
38991         (si_call_addr, si_syscall, si_arch): Define new macro.
38993 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
38995         [BZ #13717]
38996         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
38997         Change to 2.4.21 where previously 2.4.1.
38998         * sysdeps/unix/sysv/linux/configure: Regenerated.
38999         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
39000         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
39001         Linux kernel version.
39002         (__ASSUME_STD_AUXV): Remove.
39003         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
39004         kernel version.
39005         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
39006         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
39007         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
39008         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
39009         (__ASSUME_NETLINK_SUPPORT): Likewise.
39010         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
39011         (__no_netlink_support): Remove conditional definition.
39012         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
39013         Remove.
39014         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39015         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
39016         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
39017         (if_nameindex_ioctl): Remove.
39018         (if_nameindex_netlink): Do not handle __no_netlink_support.
39019         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39020         code.
39021         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
39022         Remove conditional code.
39023         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
39024         code.
39025         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
39026         unconditional.
39027         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
39028         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
39029         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
39030         Remove.
39031         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
39032         [!__ASSUME_STD_AUXV]: Remove conditional code.
39033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
39034         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
39035         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
39036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
39037         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
39038         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39039         code.
39040         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
39042         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
39043         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39044         conditional code.
39045         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
39046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
39047         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
39048         code.
39049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
39050         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
39051         conditional code.
39052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
39053         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39054         code unconditional.
39055         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39056         conditional code.
39057         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39058         unconditional.
39059         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39060         conditional code.
39061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
39062         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39063         unconditional.
39064         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39065         conditional code.
39066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
39067         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39068         code unconditional.
39069         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39070         conditional code.
39071         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39072         unconditional.
39073         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39074         conditional code.
39075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
39076         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
39077         code unconditional.
39078         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39079         conditional code.
39080         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
39081         unconditional.
39082         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
39083         conditional code.
39085 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
39087         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
39088         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
39089         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
39090         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
39091         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
39092         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
39093         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
39094         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
39095         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
39096         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
39097         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
39098         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
39099         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
39100         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
39101         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
39102         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
39103         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
39104         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
39105         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
39106         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
39107         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
39108         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
39109         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39111 2012-07-25  Florian Weimer  <fweimer@redhat.com>
39113         * Versions.def: Add GLIBC_2.17.
39114         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
39115         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
39116         Introduce __libc_secure_getenv.
39117         * stdlib/Versions (2.17): Add secure_getenv
39118         (GLIBC_PRIVATE): Add __libc_secure_getenv.
39119         * stdlib/secure-getenv.c: Rename __secure_getenv to
39120         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
39121         symbol __secure_getenv for GLIBC_2.0.
39122         * stdlib/tst-secure-getenv.c: New.
39123         * stdlib/Makefile (tests): Add testcase.
39124         * manual/startup.texi (Environment Access): Document
39125         secure_getenv.
39126         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
39127         __libc_secure_getenv.
39128         * inet/ruserpass.c (ruserpass): Likewise.
39129         * malloc/mtrace.c (mtrace): Likewise.
39130         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
39131         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
39132         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
39133         * sysdeps/posix/tempname.c: Likewise.  Evaluate
39134         HAVE_SECURE_GETENV.
39135         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
39136         __secure_getenv to __libc_secure_getenv.
39137         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
39138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39139         Likewise.
39140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39141         Likewise.
39142         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
39143         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
39144         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
39145         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
39146         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
39147         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
39148         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
39150 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
39152         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
39153         (struct La_i86_retval): Likewise.
39154         (struct La_x86_64_regs): Likewise.
39155         (struct La_x86_64_retval): Likewise.
39156         (struct La_x32_regs): Likewise.
39157         (struct La_x32_retval): Likewise.
39158         (struct La_ppc32_regs): Likewise.
39159         (struct La_ppc32_retval): Likewise.
39160         (struct La_ppc64_regs): Likewise.
39161         (struct La_ppc64_retval): Likewise.
39162         (struct La_sh_regs): Likewise.
39163         (struct La_sh_retval): Likewise.
39164         (struct La_s390_32_regs): Likewise.
39165         (struct La_s390_32_retval): Likewise.
39166         (struct La_s390_64_regs): Likewise.
39167         (struct La_s390_64_retval): Likewise.
39168         (struct La_sparc32_regs): Likewise.
39169         (struct La_sparc32_retval): Likewise.
39170         (struct La_sparc64_regs): Likewise.
39171         (struct La_sparc64_retval): Likewise.
39172         (struct audit_ifaces): Remove architecture-specific pltenter and
39173         pltexit members.
39174         * sysdeps/i386/ldsodefs.h: New file.
39175         * sysdeps/powerpc/ldsodefs.h: Likewise.
39176         * sysdeps/s390/ldsodefs.h: Likewise.
39177         * sysdeps/sh/ldsodefs.h: Likewise.
39178         * sysdeps/sparc/ldsodefs.h: Likewise.
39179         * sysdeps/x86_64/ldsodefs.h: Likewise.
39181 2012-07-25  Marek Polacek  <polacek@redhat.com>
39183         [BZ #6808]
39184         * math/libm-test.inc (yn_test): Add another test.
39185         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
39186         to ERANGE when the result is +-Inf.
39187         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
39188         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
39189         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
39190         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
39192 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
39194         * conform/data/time.h-data (NULL): Use macro-constant.  Require
39195         equal to 0.
39196         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
39197         clock_t.
39198         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
39200 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
39202         * configure.in <sysdeps resolving>: Correct printing
39203         Implies_before.
39204         * configure: Regenerate.
39206 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
39208         * math/w_ilogb.c: Include <limits.h>.
39209         * math/w_ilogbl.c: Likewise.
39211 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39213         * manual/lang.texi (__va_copy): Document primarily as ISO C99
39214         va_copy.  Document allowing for unavailable va_copy only as
39215         pre-C99 compatibility.
39216         * manual/string.texi (Copying and Concatenation): Use va_copy
39217         instead of __va_copy in concat example.
39219 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
39221         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
39222         (__sendto): Use create_address_port.  Initialize APORT and deallocate
39223         it if not null.
39225         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
39226         with O_NOLINK passed to __file_name_lookup.
39228         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
39229         with O_NOLINK passed to __file_name_lookup.
39231         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
39232         negative N or less than NGIDS.
39234         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
39235         type to string_t.  Set ERANGE as errno and return it if NAME is not big
39236         enough.  Use memcpy instead of strncpy.
39238 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
39240         * elf/Makefile (check-data): Remove.
39241         (localplt.data): New vpath directive.
39242         ($(objpfx)check-localplt.out): Use localplt.data from vpath
39243         instead of $(check-data).
39244         * scripts/data/localplt-generic.data: Move to ...
39245         * sysdeps/generic/localplt.data: ... here.
39246         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
39247         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
39248         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
39249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
39250         ... here.
39251         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
39252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
39253         ... here.
39254         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
39255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
39256         ... here.
39257         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
39258         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
39259         ... here.
39260         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
39261         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
39262         ... here.
39263         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
39264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
39265         ... here.
39267 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39269         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
39270         PPC32 and PPC64 files.
39271         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
39272         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
39274 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39276         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
39277         __makecontext_ret to ...
39278         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
39279         ... here and call exit if uc_link is NULL.  New file.
39280         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
39281         __makecontext_ret.S.
39282         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
39283         __makecontext_ret to ...
39284         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
39285         ... here and call exit if uc_link is NULL.  New file.
39286         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
39287         __makecontext_ret.S.
39289 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39291         * elf/elf.h (R_390_IRELATIVE): New definition.
39292         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
39293         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
39294         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
39295         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
39296         (elf_machine_lazy_rel): Likewise.
39297         * sysdeps/s390/dl-irel.h: New file.
39298         * sysdeps/s390/s390-64/memcpy.S: New asm code.
39299         * sysdeps/s390/s390-64/memset.S: New asm code.
39300         * sysdeps/s390/s390-64/memcmp.S: New asm code.
39301         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
39302         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
39303         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
39304         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
39305         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
39306         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
39307         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
39308         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
39309         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
39310         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
39311         * sysdeps/s390/s390-32/memcpy.S: New asm code.
39312         * sysdeps/s390/s390-32/memset.S: New asm code.
39313         * sysdeps/s390/s390-32/memcmp.S: New asm code.
39315 2012-07-17  Marek Polacek  <polacek@redhat.com>
39317         [BZ #14349]
39318         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
39319         * sysdeps/s390/s390-64/configure.in: Likewise.
39320         * sysdeps/sparc/configure.in: Likewise.
39321         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
39322         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
39323         * sysdeps/i386/configure.in: Likewise.
39324         * sysdeps/x86_64/configure.in: Likewise.
39325         * sysdeps/sh/configure.in: Likewise.
39326         * sysdeps/s390/s390-32/configure: Regenerated.
39327         * sysdeps/s390/s390-64/configure: Likewise.
39328         * sysdeps/x86_64/configure: Likewise.
39329         * sysdeps/sh/configure: Likewise.
39330         * sysdeps/powerpc/powerpc64/configure: Likewise.
39331         * sysdeps/powerpc/powerpc32/configure: Likewise.
39332         * sysdeps/sparc/configure: Likwise.
39333         * sysdeps/i386/configure: Likewise.
39335         * elf/dl-open.c: Comment fixes.
39337 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
39339         * Makefile [CXX] (check-data): Remove.
39340         [CXX] (c++-types.data): New vpath directive.
39341         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
39342         vpath.  Do not allow for C++ type data being missing.
39343         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
39344         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
39345         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
39346         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
39347         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
39348         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
39349         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
39350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
39351         ... here.
39352         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
39353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
39354         ... here.
39355         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
39356         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
39357         ... here.
39358         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
39359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
39360         ... here.
39361         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
39362         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
39363         ... here.
39364         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
39365         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
39366         ... here.
39367         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
39368         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
39369         ... here.
39370         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
39371         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
39373         * elf/tls-macros.h (TLS_LE): Move architecture-specific
39374         definitions to architecture-specific files.
39375         (TLS_IE): Likewise.
39376         (TLS_LD): Likewise.
39377         (TLS_GD): Likewise.
39378         * sysdeps/i386/tls-macros.h: New file.
39379         * sysdeps/powerpc/tls-macros.h: Likewise.
39380         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
39381         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
39382         * sysdeps/sh/tls-macros.h: Likewise.
39383         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
39384         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
39385         * sysdeps/x86_64/tls-macros.h: Likewise.
39387 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39389         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
39390         zero value for regular exit case.
39392         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
39393         (__start_context): Preserve zero value for regular exit case.
39395 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
39396             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39398         * manual/setjmp.texi (setcontext): Clarify normal process
39399         termination when uc_link is the null pointer.
39400         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
39401         exit call.
39403 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
39405         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
39406         preprocessor.  Test for each exception mask separately.
39408 2012-07-16  Andreas Jaeger  <aj@suse.de>
39410         * po/ru.po: Update from translation team.
39412 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
39414         * conform/data/string.h-data (NULL): Use macro-constant.  Require
39415         equal to 0.
39416         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39417         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39418         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
39419         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
39420         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39422 2012-07-13  Andreas Jaeger  <aj@suse.de>
39424         * po/fr.po: Update from translation team.
39426 2012-07-12  Marek Polacek  <polacek@redhat.com>
39428         [BZ #14173]
39429         * math/libm-test.inc (yn_test): Add test for BZ #14173.
39430         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
39431         loop condition.
39433 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
39435         [BZ #13717]
39436         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39437         Change to 2.4.1 where previously 2.4.0.
39438         * sysdeps/unix/sysv/linux/configure: Regenerated.
39439         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
39440         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
39441         version.
39442         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
39443         (__ASSUME_AT_CLKTCK): Remove.
39444         (__ASSUME_AT_PAGESIZE): Likewise.
39445         (__ASSUME_AT_XID): Likewise.
39446         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
39447         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
39448         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
39449         unconditionally.
39450         (HAVE_AUX_PAGESIZE): Likewise.
39451         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
39452         [__ASSUME_AT_CLKTCK]: Make code unconditional.
39453         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
39455 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
39457         [BZ #14307]
39458         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
39459         the temporary buffer used to invoke __gethostbyname2_r,
39460         __gethostbyaddr_r and gethostbyname4_r to make room for struct
39461         host_data / struct gaih_addrtuple.
39462         * resolv/nss_dns/dns-host.c (global scope): Move definition of
39463         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
39464         header file nss/nsswitch.h.
39465         * nss/nsswitch.h (global scope): Add definition of implementation
39466         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
39467         resolv/nss_dns/dns-host.c).
39469 2012-07-11  Andreas Jaeger  <aj@suse.de>
39471         * po/fr.po: Update from translation team.
39473         * po/sv.po: Update from translation team
39474         * po/fr.po: Another update from translation team.
39476 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39478         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
39479         for subnormals or multiply small sinh result by itself.
39480         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
39481         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39483 2012-07-11  David S. Miller  <davem@davemloft.net>
39485         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39487 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
39489         [BZ #14347]
39490         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
39491         (INTERNAL_MARK): Shift it here.
39493 2012-07-10  Marek Polacek  <polacek@redhat.com>
39495         [BZ #14151]
39496         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
39497         libc_cv_asm_global_directive with .globl.
39498         * configure: Regenerated.
39499         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
39500         with .globl.
39501         * sysdeps/i386/configure: Regenerated.
39502         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
39503         with .globl.
39504         * sysdeps/x86_64/configure: Regenerated.
39505         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
39506         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
39507         * elf/tst-unique2mod2.c: Likewise.
39508         * elf/tst-unique2mod1.c: Likewise.
39509         * elf/tst-unique1mod2.c: Likewise.
39510         * elf/tst-unique1mod1.c: Likewise.
39511         * sysdeps/s390/s390-32/sysdep.h: Likewise.
39512         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39513         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39514         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39515         * sysdeps/mach/sysdep.h: Likewise.
39516         * sysdeps/i386/sysdep.h: Likewise.
39517         * sysdeps/i386/i386-mcount.S: Likewise.
39518         * sysdeps/x86_64/_mcount.S: Likewise.
39519         * sysdeps/x86_64/sysdep.h: Likewise.
39520         * sysdeps/sh/_mcount.S: Likewise.
39521         * sysdeps/sh/sysdep.h: Likewise.
39522         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
39523         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
39524         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
39525         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
39526         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
39527         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
39528         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
39529         * locale/localeinfo.h: Likewise.
39530         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
39531         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
39533 2012-07-09  Roland McGrath  <roland@hack.frob.com>
39535         [BZ #14336]
39536         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
39537         system".
39538         * manual/message.texi (The Uniforum approach): Likewise.
39539         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
39540         (glibc iconv Implementation): Likewise.
39542 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
39544         [BZ #14337]
39545         * math/s_clog.c (__clog): Avoid scaling a value down where that
39546         could result in underflow.
39547         * math/s_clog10.c (__clog10): Likewise.
39548         * math/s_clog10f.c (__clog10f): Likewise.
39549         * math/s_clog10l.c (__clog10l): Likewise.
39550         * math/s_clogf.c (__clogf): Likewise.
39551         * math/s_clogl.c (__clogl): Likewise.
39552         * math/libm-test.inc (clog_test): Add more tests.
39553         (clog10_test): Likewise.
39554         * sysdeps/i386/fpu/libm-test-ulps: Update.
39555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39557 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
39559         [BZ #14283]
39560         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
39561         by 7 not 8 to examine high bit of fractional part.
39563         [BZ #14042]
39564         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
39565         for call to __mcount_internal.
39566         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
39567         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
39568         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
39570 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
39572         [BZ #14154]
39573         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
39574         approximation for values within 0x1p-13f of an odd multiple of
39575         pi/4.
39576         * math/libm-test.inc (tan_test): Do not allow spurious underflow
39577         exception.  Add more tests.
39578         * sysdeps/i386/fpu/libm-test-ulps: Update.
39580         [BZ #6778]
39581         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
39582         inputs and return -1 for them.  Do not check for +Inf in case not
39583         reachable for +Inf.
39584         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
39585         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
39586         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39587         and return -1 for them.  Do not check for +Inf in case not
39588         reachable for +Inf.
39589         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
39590         define.
39591         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
39592         and return -1 for them.  Do not check for +Inf in case not
39593         reachable for +Inf.
39594         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
39595         spurious underflow.
39596         * sysdeps/i386/fpu/libm-test-ulps: Update.
39597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39599 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
39601         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
39603 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
39605         [BZ #14157]
39606         [BZ #14331]
39607         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
39608         could result in spurious underflow.  Scale down values above
39609         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
39610         * math/s_csqrtf.c (__csqrtf): Likewise.
39611         * math/s_csqrtl.c (__csqrtl): Likewise.
39612         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
39613         spurious underflow.
39614         * sysdeps/i386/fpu/libm-test-ulps: Update.
39615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39617 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
39619         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
39620         xopen-msg.sed.
39621         * catgets/xopen-msg.awk: New file.
39622         * catgets/xopen-msg.sed: Removed.
39624         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
39625         po2text.sed.
39626         * intl/po2test.awk: New file.
39627         * intl/po2test.sed: Removed.
39629 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
39631         [BZ #14328]
39632         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
39633         or multiply small sinh result by itself.
39634         * math/s_ctanf.c (__ctanf): Likewise.
39635         * math/s_ctanh.c (__ctanh): Likewise.
39636         * math/s_ctanhf.c (__ctanhf): Likewise.
39637         * math/s_ctanhl.c (__ctanhl): Likewise.
39638         * math/s_ctanl.c (__ctanl): Likewise.
39639         * math/libm-test.inc (ctan_test_tonearest): New function.
39640         (ctan_test_towardzero): Likewise.
39641         (ctan_test_downward): Likewise.
39642         (ctan_test_upward): Likewise.
39643         (ctanh_test_tonearest): Likewise.
39644         (ctanh_test_towardzero): Likewise.
39645         (ctanh_test_downward): Likewise.
39646         (ctanh_test_upward): Likewise.
39647         (main): Call these new functions.
39648         * sysdeps/i386/fpu/libm-test-ulps: Update.
39649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39651 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
39653         * .gitignore: Delete /ports entry.
39655 2012-07-03  Andreas Jaeger  <aj@suse.de>
39657         * po/bg.po: Update from translation team.
39658         * po/cs.po: Likewise.
39659         * po/de.po: Likewise.
39660         * po/hr.po: Likewise.
39661         * po/nl.pl: Likewise.
39662         * po/pl.po: Likewise.
39663         * po/vi.po: Likewise.
39665 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
39667         * Makeconfig [!+link] (+link-before-libc): New variable.
39668         [!+link] (+link-after-libc): Likewise.
39669         [!+link] (+link-tests): Likewise.
39670         [!+link] (+link): Define in terms of $(+link-before-libc) and
39671         $(+link-after-libc).
39672         [!+link-static] (+link-static-before-libc): New variable.
39673         [!+link-static] (+link-static-after-libc): Likewise.
39674         [!+link-static] (+link-static-tests): Likewise.
39675         [!+link-static] (+link-static): Define in terms of
39676         $(+link-static-before-libc) and $(+link-static-after-libc).
39677         [build-shared] (link-libc-before-gnulib): New variable.
39678         [build-shared] (link-libc-tests): Likewise.
39679         [build-shared] (link-libc): Define in terms of
39680         $(link-libc-before-gnulib).
39681         [!build-shared] (link-libc-tests): New variable.
39682         (link-libc-static-tests): New variable.
39683         [!gnulib] (gnulib-arch): New variable.
39684         [!gnulib] (gnulib-tests): Likewise.
39685         [!gnulib] (static-gnulib-arch): Likewise.
39686         [!gnulib] (static-gnulib-tests): Likewise.
39687         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
39688         Define with "=" instead of ":=".
39689         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
39690         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
39691         * Rules (binaries-all-notests): New variable.
39692         (binaries-all-tests): Likewise.
39693         (binaries-static-notests): Likewise.
39694         (binaries-static-tests): Likewise.
39695         (binaries-all): Define using $(binaries-all-notests) and
39696         $(binaries-all-tests).
39697         (binaries-static): Define using $(binaries-static-notests) and
39698         $(binaries-static-tests).
39699         (binaries-shared-tests): New variable.
39700         (binaries-shared-notests): Likewise.
39701         (binaries-shared): Remove variable.
39702         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
39703         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
39704         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
39705         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
39706         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
39707         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
39708         * elf/Makefile (sln-modules): New variable.
39709         (extra-objs): Add $(sln-modules:=.o).
39710         (ldconfig-modules): Add static-stubs.
39711         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
39712         * elf/static-stubs.c: New file.
39714         [BZ #14283]
39715         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
39716         by 7 not 8 to examine high bit of fractional part.  Use volatile
39717         variables when splitting into final array of floats if
39718         __FLT_EVAL_METHOD__ != 0.
39719         * math/libm-test.inc (cos_test): Add another test.
39720         (sin_test): Likewise.
39721         * sysdeps/i386/fpu/libm-test-ulps: Update.
39723         [BZ #14273]
39724         * math/libm-test.inc (cosh_test): Add more tests.
39726         * version.h (RELEASE): Set to "development".
39727         (VERSION): Set to "2.16.90".
39729 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
39731         * NEWS: Update copyright. Remove last-updated date.
39732         Mention math library bug fixes and timezone data changes.
39733         * README: Mention GNU/Hurd, x32, and HPPA support status.
39735 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
39737         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
39739 2012-06-27  Andreas Jaeger  <aj@suse.de>
39741         * manual/contrib.texi (Contributors): Add Samuel Thibault.
39743 2012-06-25  Andreas Jaeger  <aj@suse.de>
39745         * sysdeps/s390/fpu/libm-test-ulps: Update.
39747 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
39748             Thomas Schwinge  <thomas@codesourcery.com>
39750         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
39751         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
39752         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
39753         fanotify_mark.
39755 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
39757         * sysdeps/mach/start.c: Remove file.
39758         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
39759         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
39760         * sysdeps/sh/init-first.c: Likewise.
39762         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
39763         registers for frame unwinding purposes, add CFI directives.
39764         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39765         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
39766         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
39767         Likewise.
39769         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
39770         __fortify_fail returning.
39771         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
39773         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
39774         sysdeps/sh/____longjmp_chk.S.
39775         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
39776         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
39777         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
39778         (gen-as-const-headers): Append sigaltstack-offsets.sym.
39780         * sysdeps/sh/abort-instr.h: New file.
39781         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
39782         process in case exit returns.
39784         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
39785         initialize the GOT register before use.
39787         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
39788         calculation of ARGC > 4.
39790         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
39791         meaningful names to some local labels.
39793 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39794             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
39796         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
39797         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
39798         (__arch_compare_and_exchange_val_16_acq): Likewise.
39799         (__arch_compare_and_exchange_val_32_acq): Likewise.
39800         (atomic_exchange_and_add): Fix gUSA sequence.
39801         (atomic_add): Likewise.
39802         (atomic_add_negative): Likewise.
39803         (atomic_add_zero): Likewise.
39804         (atomic_bit_test_set): Likewise.
39806 2012-06-22  Andreas Schwab  <schwab@redhat.com>
39808         [BZ #13579]
39809         * include/link.h (struct link_map): Add l_free_initfini.
39810         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
39811         l_initfini.
39812         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
39813         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
39814         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
39815         set.
39817 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
39819         * configure.in: Use AC_LANG_SOURCE.
39820         * configure: Regenerate.
39822 2012-06-22  Roland McGrath  <roland@hack.frob.com>
39824         * configure.in (libc_cv_localstatedir): New substituted variable.
39825         * configure: Regenerated.
39826         * config.make.in (localstatedir): New variable, substituted from
39827         libc_cv_localstatedir.
39828         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
39829         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
39830         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
39831         * sysdeps/gnu/configure: Regenerated.
39833 2012-06-21  Jeff Law  <law@redhat.com>
39835         [BZ #14277]
39836         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
39837         free.  Simplify list management for _LIBC case.
39839 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
39841         [BZ #14273]
39842         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
39843         Clear sign bit of 64-bit integer value before comparing against
39844         overflow value.
39846         * sysdeps/mach/configure: Regenerated.
39848 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
39850         [BZ #14278]
39851         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
39853 2012-06-21  Jeff Law  <law@redhat.com>
39855         [BZ #13882]
39856         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
39857         uint16_t for elements in the "seen" array to avoid char overflows.
39858         * elf/dl-fini.c (_dl_sort_fini): Likewise.
39859         * elf/dl-open.c (dl_open_worker): Likewise.
39861 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
39863         * scripts/list-sources.sh: Scan PORTS for translations.
39864         * po/libc.pot: Regenerated.
39866 2012-06-21  Andreas Jaeger  <aj@suse.de>
39868         [BZ #12194]
39869         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
39870         warning.
39871         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
39872         * bits/byteswap-16.h (__bswap_16): Likewise.
39873         * bits/byteswap.h (__bswap_constant_16): Likewise.
39875 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
39877         [BZ #14117]
39878         * sysdeps/i386/fpu_control.h: Removed.
39879         * sysdeps/x86_64/fpu_control.h: Moved to ...
39880         * sysdeps/x86/fpu_control.h: Here.
39882         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
39883         (_FPU_SETCW): Likewise.
39885 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
39887         [BZ #14117]
39888         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
39889         * sysdeps/x86/fpu/bits/mathinline.h: This.
39890         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
39892         [BZ #14050]
39893         [BZ #14117]
39894         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
39895         functions if __x86_64__ is defined.
39897 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
39899         * string/endian.h: Add !__ASSEMBLER__ condition for including
39900         conversion interfaces.
39902 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
39904         [BZ #14241]
39905         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
39906         of ABS(x) in calculating zero to negative powers other than odd
39907         integers.
39908         * math/libm-test.inc (pow_test): Add more tests.
39910 2012-06-15  Andreas Jaeger  <aj@suse.de>
39912         * manual/contrib.texi (Contributors): Update entry of Liubov
39913         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
39914         Machado Filho.
39916 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
39918         * string/string.h: Add __wur to GNU version of strerror_r.
39920 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
39922         [BZ #14229]
39923         * string/Makefile (tests): Add tst-strtok_r.
39924         * string/tst-strtok_r.c: New file.
39925         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
39926         RAX_LP/RDX_LP on SAVE_PTR.
39928 2012-06-14  Roland McGrath  <roland@hack.frob.com>
39930         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
39932 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
39934         * libm_test.inc (csqrt_test): Allow more spurious underflow
39935         exceptions.
39936         (j0_test): Likewise.
39937         (j1_test): Likewise.
39938         (y0_test): Likewise.
39939         (y1_test): Likewise.
39941 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
39943         * po/Makefile (libc.pot): Use UTF-8 charset.
39945 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
39947         [BZ #14210]
39948         Suppress sign-conversion warning from FD_SET.
39949         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
39950         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
39951         not unsigned long int.
39952         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
39954 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
39956         [BZ #14050]
39957         [BZ #14117]
39958         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
39959         __extern_always_inline instead of __extern_inline.
39960         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
39961         (__signbit): Likewise.
39962         (__signbitl): Support C++ namespace.
39963         (lrintf): New inline function.
39964         (lrint): Likewise.
39965         (llrintf): Likewise.
39966         (llrint): Likewise.
39967         (fmaxf): Likewise.
39968         (fmax): Likewise.
39969         (fminf): Likewise.
39970         (fmin): Likewise.
39971         (rint): Likewise.
39972         (rintf): Likewise.
39973         (ceil): Likewise.
39974         (ceilf): Likewise.
39975         (floor): Likewise.
39976         (floorf): Likewise.
39977         (nearbyint): Likewise.
39978         (nearbyintf): Likewise.
39980 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
39982         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
39983         non-default versions.
39985 2012-06-11  Roland McGrath  <roland@hack.frob.com>
39987         [BZ #14218]
39988         * manual/argp.texi (Argp): Reword argp_parse description slightly.
39990 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
39992         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
39993         (FE_UPWARD, FE_DOWNWARD): Don't define.
39994         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
39995         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
39997         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
39998         reading it.
39999         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40000         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40002 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40004         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
40005         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
40006         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
40007         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
40009 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
40011         [BZ #14117]
40012         * sysdeps/i386/fpu/bits/fenv.h: Removed.
40013         * sysdeps/i386/fpu/Implies: New file.
40014         * sysdeps/x86_64/fpu/Implies: Likewise.
40015         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
40016         * sysdeps/x86/fpu/bits/fenv.h: This.
40018         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
40019         __SSE_MATH__.
40021 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40023         [BZ #14134]
40024         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
40025         character 0xffff that matches the last element of the
40026         conversion table.
40028 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40030         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
40031         fmodl commit.
40033 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40035         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
40036         values higher than 25.6283.
40038 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40040         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
40041         subnormal exponent extraction and add some __builtin_expect.
40042         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
40043         Fix for subnormal mantissa calculation.
40045 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
40047         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
40048         cpu2 is -1 and errno is not ENOSYS.
40050 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
40052         [BZ #14117]
40053         * sysdeps/i386/i486/bits/string.h: Renamed to ...
40054         * sysdeps/x86/bits/string.h: This.
40055         * sysdeps/x86_64/bits/string.h: Removed.
40057         * sysdeps/i386/i486/bits/string.h: Define inline functions only
40058         if not compiling for x86-64, but compiling for >= i486.
40060         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
40061         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
40063         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
40064         New macro from Linux kernel 3.4.0.
40065         (FP_XSTATE_MAGIC2): Likewise.
40066         (FP_XSTATE_MAGIC2_SIZE): Likewise.
40067         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
40068         (struct _fpx_sw_bytes): New struct.
40069         (struct _xsave_hdr): Likewise.
40070         (struct _ymmh_state): Likewise.
40071         (struct _xstate): Likewise.
40073         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
40074         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
40075         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
40076         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
40077         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
40078         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
40080         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
40081         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
40082         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
40083         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
40084         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
40085         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
40087 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
40089         [BZ #13743]
40090         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
40091         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
40092         (sysdep_headers): Include sys/platform/ppc.h.
40093         * sysdeps/powerpc/test-gettimebase.c: Test for
40094         __ppc_get_timebase() to catch future ISA opcode/insn changes.
40095         * manual/Makefile (appendices): Include platform.texi.
40096         * manual/contrib.texi (Contributors): Update @node pointers.
40097         * manual/maint.texi (Maintenance): Likewise.
40098         (Platform): New node.
40099         * manual/platform.texi: New file.  Document the new features.
40101 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40102             Jakub Jelinek  <jakub@redhat.com>
40104         [BZ #14188]
40105         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
40106         where __builtin_expect is unavailable.
40108 2012-06-03  David S. Miller  <davem@davemloft.net>
40110         * stdlib/longlong.h: Updated from GCC.
40112 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
40114         [BZ #14042]
40115         * sysdeps/powerpc/powerpc32/mcount.c: New file.
40116         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
40117         __mcount_internal.
40118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
40119         (GLIBC_2.16): Likewise.
40121 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40123         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
40125 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
40128         (default-abi): New variable.
40129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
40130         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
40131         variable.
40132         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
40133         Likewise.
40134         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
40135         Likewise.
40136         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
40137         Likewise.
40139         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
40140         definition.  Document in comment.
40142 2012-06-01  David S. Miller  <davem@davemloft.net>
40144         * stdlib/longlong.h: Updated from GCC.
40146 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40148         [BZ #14117]
40149         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
40150         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
40151         sys/debugreg.h sys/io.h here.
40152         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
40153         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
40154         sys/io.h.
40155         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
40156         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
40157         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
40158         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
40159         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
40160         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
40162         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
40163         Define only if __x86_64__ is defined.
40165 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
40167         [BZ #14048]
40168         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
40169         Use int64_t for variable i.
40170         * math/libm-test.inc (fmod_test): Add more tests.
40172         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
40173         z computation is not scheduled after fetestexcept.
40174         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
40175         Use math_force_eval instead of asm to ensure calculation scheduled
40176         before exception test.
40177         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
40178         Ensure a1 + u.d computation is not scheduled after fetestexcept.
40180 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
40182         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
40183         computation is not scheduled after fetestexcept.
40185 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
40187         [BZ #14117]
40188         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
40189         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
40191 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40193         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
40194         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40196 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40198         [BZ #14117]
40199         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
40200         <bits/wordsize.h>.
40201         (__WCHAR_MIN): Support __WORDSIZE == 64.
40202         (__WCHAR_MAX): Likewise.
40204         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
40205         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
40207         [BZ #14183]
40208         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
40209         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
40211         [BZ #14117]
40212         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
40213         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
40215         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
40216         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
40218         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
40219         Defined to 1 if __x86_64__ isn't defined.
40220         (_STAT_VER_LINUX_OLD): New.
40221         (st_atime): Remove duplicate.
40222         (st_mtime): Likewise.
40223         (st_ctime): Likewise.
40225 2012-05-31  David S. Miller  <davem@davemloft.net>
40227         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
40228         entries.
40230 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
40232         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
40233         gen-libm-test.pl.
40235         [BZ #14132]
40236         * elf/dl-reloc.c: Include <_itoa.h>.
40237         (_dl_reloc_bad_type): Remove use of INTUSE.
40238         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
40239         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
40240         * stdio-common/psiginfo.c (psiginfo): Likewise.
40241         * stdio-common/psignal.c (psignal): Likewise.
40242         * string/strsignal.c (strsignal): Likewise.
40243         * include/signal.h (_sys_siglist): Declare hidden proto.
40244         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
40245         INTVARDEF with libc_hidden_data_def.
40246         * stdio-common/itoa-udigits.c: Likewise.
40247         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
40248         (_itoa_lower_digits_internal): Remove declaration.
40249         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
40250         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
40251         (_sys_sigabbrev_internal): Remove aliases.
40252         (_sys_siglist): Define hidden alias.
40254 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
40256         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40257         bits/sysctl.h.
40259 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
40261         [BZ #14117]
40262         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
40263         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
40265         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
40266         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
40267         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
40268         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
40269         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
40270         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
40272         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
40273         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
40274         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
40276         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
40277         with __addr.
40278         (insw): Likewise.
40279         (insl): Likewise.
40280         (outsb): Likewise.
40281         (outsw): Likewise.
40282         (outsl): Likewise.
40284         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
40285         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
40286         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
40288         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
40289         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
40290         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
40291         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
40292         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
40293         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
40295         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
40296         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
40298         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
40299         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
40301         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
40302         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
40303         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
40305         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
40306         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
40307         to ...
40308         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
40310         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
40311         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
40312         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
40314         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
40315         for x86-64.
40316         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
40318 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
40320         * math/math.h (M_El): Use two more decimal places.
40321         (M_LOG2El): Likewise.
40322         (M_LOG10El): Likewise.
40323         (M_LN2l): Likewise.
40324         (M_LN10l): Likewise.
40325         (M_PIl): Likewise.
40326         (M_PI_2l): Likewise.
40327         (M_PI_4l): Likewise.
40328         (M_1_PIl): Likewise.
40329         (M_2_PIl): Likewise.
40330         (M_2_SQRTPIl): Likewise.
40331         (M_SQRT2l): Likewise.
40332         (M_SQRT1_2l): Likewise.
40334 2012-05-31  David S. Miller  <davem@davemloft.net>
40336         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
40337         values between float registers.
40338         * sysdeps/sparc/sparc64/memset.S: Likewise.
40339         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40341 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
40343         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
40344         -D_FORTIFY_SOURCE=1.
40345         (CPPFLAGS-tst-longjmp_chk.c): Define.
40346         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
40347         (CPPFLAGS-tst-longjmp_chk2.c): Define.
40348         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
40349         CFLAGS-tst-wchar-h.c.
40351 2012-05-31  Marek Polacek  <polacek@redhat.com>
40353         [BZ #14132]
40354         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
40355         __endmntent_internal): Remove declaration.
40356         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
40357         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
40358         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
40360 2012-05-30  David S. Miller  <davem@davemloft.net>
40362         * sysdeps/sparc/sparc32/soft-fp/q_util.c
40363         (___Q_simulate_exceptions): Use real FP ops rather than writing
40364         into the %fsr.
40365         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
40366         Likewise.
40368 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40370         [BZ #14117]
40371         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
40372         * sysdeps/x86/bits/xtitypes.h: This.
40374         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
40375         * sysdeps/x86/bits/wordsize.h: This.
40377         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
40378         * sysdeps/x86/bits/huge_vall.h: This.
40380         * sysdeps/i386/bits/select.h: Removed.
40381         * sysdeps/x86_64/bits/select.h: Renamed to ...
40382         * sysdeps/x86/bits/select.h: This.
40384         * sysdeps/i386/bits/setjmp.h: Removed.
40385         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
40386         * sysdeps/x86/bits/setjmp.h: This.
40388         * sysdeps/i386/bits/mathdef.h: Removed.
40389         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
40390         * sysdeps/x86/bits/mathdef.h: This.
40392 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
40394         [BZ #14132]
40395         * include/sys/socket.h (__connect_internal)
40396         (__libc_sa_len_internal): Remove declaration.
40397         (__connect, __libc_sa_len): Declare hidden_proto.
40398         (SA_LEN): Remove use of INTUSE.
40399         * socket/connect.c: Add libc_hidden_def.
40400         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
40401         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
40402         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
40403         alias.
40404         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
40405         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
40406         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
40407         of adding _internal alias.
40409 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40411         [BZ #14117]
40412         * sysdeps/i386/bits/link.h: Removed.
40413         * sysdeps/i386/bits/linkmap.h: Likewise.
40414         * sysdeps/x86_64/bits/link.h: Renamed to ...
40415         * sysdeps/x86/bits/link.h: This.
40416         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
40417         * sysdeps/x86/bits/linkmap.h: This.
40419         * sysdeps/i386/bits/endian.h: Removed.
40420         * sysdeps/x86_64/bits/endian.h: Renamed to ...
40421         * sysdeps/x86/bits/endian.h: This.
40423         * sysdeps/i386/bits/byteswap.h: Removed.
40424         * sysdeps/i386/bits/byteswap-16.h: Likewise.
40425         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
40426         * sysdeps/x86/bits/byteswap.h: This.
40427         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
40428         * sysdeps/x86/bits/byteswap-16.h: This.
40429         * sysdeps/i386/Implies: Add x86.
40430         * sysdeps/x86_64/Implies: Likewise.
40432 2012-05-30  David S. Miller  <davem@davemloft.net>
40434         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
40435         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
40436         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
40437         (FP_TRAPPING_EXCEPTIONS): Define.
40438         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
40439         (FP_TRAPPING_EXCEPTIONS): Define.
40440         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
40441         subnormals only when inexact has been signalled or underflow
40442         exceptions are enabled.
40443         (_FP_PACK_CANONICAL): Likewise.
40445 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40447         [BZ #14183]
40448         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
40449         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
40451 2012-05-30  Richard Henderson  <rth@twiddle.net>
40453         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
40454         with #ifndef NOT_IN_libc.
40456         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
40457         marked to avoid plt entry.
40459 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
40461         [BZ #14112]
40462         * Makeconfig (default-abi): New macro.
40463         (abi-includes): Likewise.
40464         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
40465         $(abi-$(default-abi)-lib-soname) for soname if defined.
40466         ($(common-objpfx)gnu/lib-names.stmp): Generate from
40467         abi-variants.
40468         * Makefile (installed-stubs): Likewise.
40469         * include/stubs-biarch.h: Removed.
40470         * scripts/lib-names.awk: Only handle one library at a time.
40471         * scripts/soversions.awk: Remove WORDSIZE support.
40472         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
40473         entries.
40474         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
40475         Removed.
40476         (syscall-list-default-condition): Likewise.
40477         (syscall-list-default-condition): Likewise.
40478         (syscall-list-includes): Likewise.
40479         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
40480         syscall-list-* with abi-*.  Handle undefined abi-variants.
40481         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
40482         * sysdeps/unix/sysv/linux/i386/Implies: New file.
40483         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
40484         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
40485         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
40486         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
40487         Removed.
40488         (syscall-list-32-options): Likewise.
40489         (syscall-list-32-condition): Likewise.
40490         (syscall-list-64-options): Likewise.
40491         (syscall-list-64-condition): Likewise.
40492         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
40493         macro.
40494         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
40495         Renamed to ...
40496         (abi-*): This.
40497         (abi-64-ld-soname): New macro.
40498         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
40499         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
40500         Renamed to ...
40501         (abi-*): This.
40502         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
40503         * sysdeps/x86_64/x32/shlib-versions: Likewise.
40505 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
40507         * sysdeps/unix/sysv/linux/kernel-features.h
40508         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
40509         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
40510         include <kernel-features.h>.
40511         [!__NR_ftruncate64]: Remove conditional code.
40512         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40513         [__NR_ftruncate64]: Make code unconditional.
40514         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40515         * sysdeps/unix/sysv/linux/truncate64.c: Do not
40516         include <kernel-features.h>.
40517         [!__NR_ftruncate64]: Remove conditional code.
40518         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40519         [__NR_ftruncate64]: Make code unconditional.
40520         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
40522         include <kernel-features.h>.
40523         [!__NR_ftruncate64]: Remove conditional code.
40524         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40525         [__NR_ftruncate64]: Make code unconditional.
40526         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
40528         include <kernel-features.h>.
40529         [!__NR_ftruncate64]: Remove conditional code.
40530         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40531         [__NR_ftruncate64]: Make code unconditional.
40532         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
40534         * configure.in (libc_cv_fpie): Weaken to a compile test using
40535         LIBC_TRY_CC_OPTION.
40536         * configure: Regenerated.
40538 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40540         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
40541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
40542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
40543         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
40544         Refreshed.
40545         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
40546         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
40547         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
40548         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
40549         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
40550         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
40551         Refreshed.
40553 2012-05-27  David S. Miller  <davem@davemloft.net>
40555         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
40556         (___Q_zero): New.
40557         (__Q_simulate_exceptions): Return void.  Change to simulate
40558         exceptions by writing into the %fsr.
40559         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
40560         (__Qp_handle_exceptions): Likewise.
40561         (numbers): Delete.
40562         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
40563         __Qp_handle_exceptions.
40564         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
40565         __Qp_handle_exceptions.
40566         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40567         as unused and give dummy FP_RND_NEAREST initializer.
40568         (FP_INHIBIT_RESULTS): Define.
40569         (___Q_simulate_exceptions): Update declaration.
40570         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
40571         formatting.
40572         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
40573         as unused and give dummy FP_RND_NEAREST initializer.
40574         (__Qp_handle_exceptions): Update declaration.
40575         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
40576         formatting.
40578 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
40580         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
40581         the temporary FPU control word.
40582         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
40583         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
40584         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
40585         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
40586         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
40587         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
40588         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
40589         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
40590         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
40591         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
40592         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
40594 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40596         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
40597         fields.
40599 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
40601         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
40602         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
40603         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
40604         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
40605         Likewise.
40606         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
40607         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
40608         Likewise.
40610 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
40612         * po/h.po: Update from translation team.
40614 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
40616         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
40618         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
40619         handling of denormals.
40620         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40621         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
40622         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40623         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40624         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40625         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
40626         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
40627         Likewise.
40629 2012-05-26  Marek Polacek  <polacek@redhat.com>
40631         [BZ #14152]
40632         * math/libm-test.inc (fma_test): Don't always expect underflow
40633         exception.
40635 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
40637         [BZ #12416]
40638         * elf/tst-execstack.c: Include stackinfo.h.
40639         (do_test): Adjust test case to ensure that pthread_getattr_np
40640         behaviour remains the same after marking stack executable.
40642 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40644         * sysdeps/unix/sysv/linux/kernel-features.h
40645         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
40646         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
40647         kernel-features.h.
40648         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40649         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40650         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
40651         kernel-features.h.
40652         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
40653         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
40655 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
40657         * configure.in: Define the default includes to being none.
40658         * configure: Regenerated.
40660 2012-05-25  Roland McGrath  <roland@hack.frob.com>
40662         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
40663         * sysdeps/x86_64/setjmp.S: Likewise.
40664         * sysdeps/i386/bsd-setjmp.S: Likewise.
40665         * sysdeps/i386/bsd-_setjmp.S: Likewise.
40666         * sysdeps/i386/setjmp.S: Likewise.
40667         * sysdeps/i386/__longjmp.S: Likewise.
40668         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
40669         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
40671         * include/stap-probe.h: New file.
40672         * configure.in: Handle --enable-systemtap.
40673         * configure: Regenerated.
40674         * config.h.in (USE_STAP_PROBE): New #undef.
40675         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
40676         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
40677         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
40679 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
40681         [BZ #13717]
40682         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40683         to 2.4.0 where earlier.
40684         * sysdeps/unix/sysv/linux/configure: Regenerated.
40685         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
40686         <kernel-features.h>.
40687         [__ASSUME_32BITUIDS]: Make code unconditional.
40688         [!__ASSUME_32BITUIDS]: Remove conditional code.
40689         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
40690         <kernel-features.h>.
40691         [__ASSUME_32BITUIDS]: Make code unconditional.
40692         [!__ASSUME_32BITUIDS]: Remove conditional code.
40693         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
40694         [__ASSUME_32BITUIDS]: Make code unconditional.
40695         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
40696         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
40697         <kernel-features.h>.
40698         [__ASSUME_32BITUIDS]: Make code unconditional.
40699         [!__ASSUME_32BITUIDS]: Remove conditional code.
40700         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
40701         <kernel-features.h>.
40702         [__ASSUME_32BITUIDS]: Make code unconditional.
40703         [!__ASSUME_32BITUIDS]: Remove conditional code.
40704         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
40705         <kernel-features.h>.
40706         [__ASSUME_32BITUIDS]: Make code unconditional.
40707         [!__ASSUME_32BITUIDS]: Remove conditional code.
40708         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
40709         <kernel-features.h>.
40710         [__ASSUME_32BITUIDS]: Make code unconditional.
40711         [!__ASSUME_32BITUIDS]: Remove conditional code.
40712         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
40713         <kernel-features.h>.
40714         [__ASSUME_32BITUIDS]: Make code unconditional.
40715         [!__ASSUME_32BITUIDS]: Remove conditional code.
40716         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
40717         <kernel-features.h>.
40718         [__ASSUME_32BITUIDS]: Make code unconditional.
40719         [!__ASSUME_32BITUIDS]: Remove conditional code.
40720         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
40721         <kernel-features.h>.
40722         [__ASSUME_32BITUIDS]: Make code unconditional.
40723         [!__ASSUME_32BITUIDS]: Remove conditional code.
40724         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
40725         <kernel-features.h>.
40726         [__ASSUME_32BITUIDS]: Make code unconditional.
40727         [!__ASSUME_32BITUIDS]: Remove conditional code.
40728         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
40729         <kernel-features.h>.
40730         [__ASSUME_32BITUIDS]: Make code unconditional.
40731         [!__ASSUME_32BITUIDS]: Remove conditional code.
40732         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
40733         <kernel-features.h>.
40734         [__ASSUME_32BITUIDS]: Make code unconditional.
40735         [!__ASSUME_32BITUIDS]: Remove conditional code.
40736         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
40737         <kernel-features.h>.
40738         [__NR_setresgid] (__setresgid): Do not declare.
40739         [__ASSUME_32BITUIDS]: Make code unconditional.
40740         [!__ASSUME_32BITUIDS]: Remove conditional code.
40741         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
40742         <kernel-features.h>.
40743         [__NR_setresuid] (__setresuid): Do not declare.
40744         [__ASSUME_32BITUIDS]: Make code unconditional.
40745         [!__ASSUME_32BITUIDS]: Remove conditional code.
40746         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
40747         <kernel-features.h>.
40748         [__ASSUME_32BITUIDS]: Make code unconditional.
40749         [!__ASSUME_32BITUIDS]: Remove conditional code.
40750         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
40751         <kernel-features.h>.
40752         [__ASSUME_32BITUIDS]: Make code unconditional.
40753         [!__ASSUME_32BITUIDS]: Remove conditional code.
40754         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
40755         <kernel-features.h>.
40756         [__ASSUME_32BITUIDS]: Make code unconditional.
40757         [!__ASSUME_32BITUIDS]: Remove conditional code.
40758         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
40759         <kernel-features.h>.
40760         [__ASSUME_32BITUIDS]: Make code unconditional.
40761         [!__ASSUME_32BITUIDS]: Remove conditional code.
40762         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
40763         <kernel-features.h>.
40764         [__ASSUME_32BITUIDS]: Make code unconditional.
40765         [!__ASSUME_32BITUIDS]: Remove conditional code.
40766         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
40767         <kernel-features.h>.
40768         [__ASSUME_32BITUIDS]: Make code unconditional.
40769         [!__ASSUME_32BITUIDS]: Remove conditional code.
40770         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
40771         <kernel-features.h>.
40772         [__ASSUME_32BITUIDS]: Make code unconditional.
40773         [!__ASSUME_32BITUIDS]: Remove conditional code.
40774         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
40775         <kernel-features.h>.
40776         [__ASSUME_32BITUIDS]: Make code unconditional.
40777         [!__ASSUME_32BITUIDS]: Remove conditional code.
40778         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
40779         <kernel-features.h>.
40780         [__ASSUME_32BITUIDS]: Make code unconditional.
40781         [!__ASSUME_32BITUIDS]: Remove conditional code.
40782         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
40783         <kernel-features.h>.
40784         [__ASSUME_32BITUIDS]: Make code unconditional.
40785         [!__ASSUME_32BITUIDS]: Remove conditional code.
40786         * sysdeps/unix/sysv/linux/kernel-features.h
40787         (__ASSUME_SETRESUID_SYSCALL): Remove.
40788         (__ASSUME_SETRESGID_SYSCALL): Likewise.
40789         (__ASSUME_32BITUIDS): Likewise.
40790         (__ASSUME_LDT_WORKS): Likewise.
40791         (__ASSUME_O_DIRECTORY): Likewise.
40792         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
40793         architecture but not kernel version.
40794         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
40795         (__ASSUME_MMAP2_SYSCALL): Likewise.
40796         (__ASSUME_STAT64_SYSCALL): Likewise.
40797         (__ASSUME_IPC64): Likewise.
40798         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
40799         <kernel-features.h>.
40800         [__ASSUME_32BITUIDS]: Make code unconditional.
40801         [!__ASSUME_32BITUIDS]: Remove conditional code.
40802         * sysdeps/unix/sysv/linux/opendir.c: Do not include
40803         <kernel-features.h>.
40804         [__ASSUME_O_DIRECTORY]: Make code unconditional.
40805         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
40806         132096]: Remove conditional code.
40807         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
40808         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
40809         <kernel-features.h>.
40810         [__ASSUME_32BITUIDS]: Make code unconditional.
40811         [!__ASSUME_32BITUIDS]: Remove conditional code.
40812         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
40813         <kernel-features.h>.
40814         [__ASSUME_32BITUIDS]: Make code unconditional.
40815         [!__ASSUME_32BITUIDS]: Remove conditional code.
40816         * sysdeps/unix/sysv/linux/setegid.c: Do not include
40817         <kernel-features.h>.
40818         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
40819         unconditional.
40820         (__setresgid): Do not declare.
40821         [__ASSUME_32BITUIDS]: Make code unconditional.
40822         [!__ASSUME_32BITUIDS]: Remove conditional code.
40823         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
40824         <kernel-features.h>.
40825         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
40826         unconditional.
40827         (__setresuid): Do not declare.
40828         [__ASSUME_32BITUIDS]: Make code unconditional.
40829         [!__ASSUME_32BITUIDS]: Remove conditional code.
40830         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
40831         <kernel-features.h>.
40832         [__ASSUME_32BITUIDS]: Make code unconditional.
40833         [!__ASSUME_32BITUIDS]: Remove conditional code.
40834         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
40835         <kernel-features.h>.
40836         [__ASSUME_32BITUIDS]: Make code unconditional.
40837         [!__ASSUME_32BITUIDS]: Remove conditional code.
40839 2012-05-25  Richard Henderson  <rth@twiddle.net>
40841         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
40842         dl_hwcap to ifunc resolver.
40843         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
40844         elf_ifunc_invoke.
40845         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
40846         dl_hwcap to ifunc resolver.
40847         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
40849 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40851         [BZ #14153]
40852         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
40853         for |x| <= 2**-26, not 2**-57.
40854         * math/libm-test.inc (acos_test): Do not allow spurious underflow
40855         exception.
40857 2012-05-24  Jeff Law  <law@redhat.com>
40859         * stdio-common/Makefile (tests): Add bug25.
40860         * stdio-common/bug25.c: New test.
40862 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
40864         [BZ #13576]
40865         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
40866         multiple of MALLOC_ALIGNMENT in size.
40867         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
40869 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
40871         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
40872         Require >= 256.
40873         (FILENAME_MAX): Use macro-int-constant.
40874         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
40875         (_IOFBF): Use macro-int-constant.
40876         (_IOLBF): Likewise.
40877         (_IONBF): Likewise.
40878         (SEEK_CUR): Likewise.
40879         (SEEK_END): Likewise.
40880         (SEEK_SET): Likewise.
40881         (TMP_MAX): Likewise.
40882         (EOF): Use macro-int-constant.  Require < 0.
40883         (NULL): Use macro-constant.  Require == 0.
40884         (stdin): Require type to be FILE *.
40885         (stdout): Likewise.
40886         (stderr): Likewise.
40887         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
40888         macro-int-constant.
40889         (EXIT_SUCCESS): Likewise.
40890         (NULL): Use macro-constant.  Require == 0.
40891         (RAND_MAX): Use macro-int-constant.
40892         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
40893         [C99-based standards] (strtof): Require function.
40894         [C99-based standards] (strtold): Likewise.
40895         [C99-based standards] (strtoll): Likewise.
40896         [C99-based standards] (strtoull): Likewise.
40897         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40898         [ISO || ISO99 || ISO11] (limits.h): Likewise.
40899         [ISO || ISO99 || ISO11] (math.h): Likewise.
40900         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
40901         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40902         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40904 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
40906         [BZ #14132]
40907         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
40908         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
40909         * intl/dgettext.c (DCGETTEXT): Likewise.
40910         * intl/gettext.c (DCGETTEXT): Likewise.
40911         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
40912         * posix/regex_internal.h (gettext): Likewise.
40913         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
40914         Remove declaration.
40915         * include/argz.h (__argz_count_internal)
40916         (__argz_stringify_internal): Remove declaration.
40917         (__argz_count, __argz_stringify): Declare hidden proto.
40918         * intl/dcgettext.c: Remove use of INTDEF.
40919         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
40920         * string/argz-stringify.c: Likewise.
40921         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40922         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40923         Declare hidden proto.
40924         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
40925         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
40926         Declare hidden proto.
40927         * include/stdio.h (__asprintf_internal): Don't declare.
40928         (__asprintf): Don't define as macro.  Declare hidden proto.
40929         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
40930         (__fsetlocking): Declare hidden proto.
40931         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
40932         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
40933         hidden proto.
40934         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
40935         (_IO_setlinebuf): Remove use of INTUSE.
40936         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
40937         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
40938         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
40939         Remove declaration.
40940         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
40941         (_IO_do_flush): Remove use of INTUSE.
40942         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
40943         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
40944         (_IO_adjust_column, _IO_least_wmarker)
40945         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
40946         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
40947         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
40948         (_IO_default_doallocate, _IO_wdefault_doallocate)
40949         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
40950         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
40951         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
40952         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
40953         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
40954         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
40955         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
40956         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
40957         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
40958         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
40959         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
40960         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
40961         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
40962         proto.
40963         (_IO_flush_all_internal, _IO_adjust_column_internal)
40964         (_IO_default_uflow_internal, _IO_default_finish_internal)
40965         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
40966         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
40967         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
40968         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
40969         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
40970         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
40971         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
40972         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
40973         (_IO_file_close_internal, _IO_file_close_it_internal)
40974         (_IO_file_underflow_internal, _IO_file_overflow_internal)
40975         (_IO_file_init_internal, _IO_file_attach_internal)
40976         (_IO_file_fopen_internal, _IO_file_read_internal)
40977         (_IO_file_sync_internal, _IO_file_seek_internal)
40978         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
40979         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
40980         (_IO_str_underflow_internal, _IO_str_overflow_internal)
40981         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
40982         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
40983         (_IO_list_all_internal, _IO_link_in_internal)
40984         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
40985         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
40986         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
40987         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
40988         (_IO_do_write_internal, _IO_padn_internal)
40989         (_IO_getline_info_internal, _IO_getline_internal)
40990         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
40991         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
40992         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
40993         (_IO_vfscanf_internal, _IO_vfprintf_internal)
40994         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
40995         (_IO_init_internal, _IO_un_link_internal): Don't declare.
40996         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
40997         with libc_hidden_ver, remove use of INTUSE.
40998         * libio/genops.c: Likewise.
40999         * libio/freopen.c: Likewise.
41000         * libio/freopen64.c: Likewise.
41001         * libio/iofclose.c: Likewise.
41002         * libio/iofdopen.c: Likewise.
41003         * libio/iofflush.c: Likewise.
41004         * libio/iofflush_u.c: Likewise.
41005         * libio/iofgets.c: Likewise.
41006         * libio/iofgets_u.c: Likewise.
41007         * libio/iofopen.c: Likewise.
41008         * libio/iofopncook.c: Likewise.
41009         * libio/iofread.c: Likewise.
41010         * libio/iofread_u.c: Likewise.
41011         * libio/ioftell.c: Likewise.
41012         * libio/iofwrite.c: Likewise.
41013         * libio/iogetline.c: Likewise.
41014         * libio/iogets.c: Likewise.
41015         * libio/iogetwline.c: Likewise.
41016         * libio/iopadn.c: Likewise.
41017         * libio/iopopen.c: Likewise.
41018         * libio/ioseekoff.c: Likewise.
41019         * libio/ioseekpos.c: Likewise.
41020         * libio/iosetbuffer.c: Likewise.
41021         * libio/iosetvbuf.c: Likewise.
41022         * libio/ioungetc.c: Likewise.
41023         * libio/ioungetwc.c: Likewise.
41024         * libio/iovdprintf.c: Likewise.
41025         * libio/iovsprintf.c: Likewise.
41026         * libio/iovsscanf.c: Likewise.
41027         * libio/memstream.c: Likewise.
41028         * libio/obprintf.c: Likewise.
41029         * libio/oldfileops.c: Likewise.
41030         * libio/oldiofclose.c: Likewise.
41031         * libio/oldiofdopen.c: Likewise.
41032         * libio/oldiofopen.c: Likewise.
41033         * libio/oldiopopen.c: Likewise.
41034         * libio/oldstdfiles.c: Likewise.
41035         * libio/putc.c: Likewise.
41036         * libio/setbuf.c: Likewise.
41037         * libio/setlinebuf.c: Likewise.
41038         * libio/stdfiles.c: Likewise.
41039         * libio/strops.c: Likewise.
41040         * libio/vasprintf.c: Likewise.
41041         * libio/vscanf.c: Likewise.
41042         * libio/vsnprintf.c: Likewise.
41043         * libio/vswprintf.c: Likewise.
41044         * libio/wfiledoalloc.c: Likewise.
41045         * libio/wfileops.c: Likewise.
41046         * libio/wgenops.c: Likewise.
41047         * libio/wmemstream.c: Likewise.
41048         * libio/wstrops.c: Likewise.
41049         * libio/__fpurge.c: Likewise.
41050         * libio/__fsetlocking.c: Likewise.
41051         * assert/assert.c: Likewise.
41052         * debug/fgets_chk.c: Likewise.
41053         * debug/fgets_u_chk.c: Likewise.
41054         * debug/fread_chk.c: Likewise.
41055         * debug/fread_u_chk.c: Likewise.
41056         * debug/gets_chk.c: Likewise.
41057         * debug/obprintf_chk.c: Likewise.
41058         * debug/vasprintf_chk.c: Likewise.
41059         * debug/vdprintf_chk.c: Likewise.
41060         * debug/vsnprintf_chk.c: Likewise.
41061         * debug/vsprintf_chk.c: Likewise.
41062         * malloc/mtrace.c: Likewise.
41063         * misc/error.c: Likewise.
41064         * misc/syslog.c: Likewise.
41065         * stdio-common/asprintf.c: Likewise.
41066         * stdio-common/fxprintf.c: Likewise.
41067         * stdio-common/getw.c: Likewise.
41068         * stdio-common/isoc99_fscanf.c: Likewise.
41069         * stdio-common/isoc99_scanf.c: Likewise.
41070         * stdio-common/isoc99_vfscanf.c: Likewise.
41071         * stdio-common/isoc99_vscanf.c: Likewise.
41072         * stdio-common/isoc99_vsscanf.c: Likewise.
41073         * stdio-common/printf-prs.c: Likewise.
41074         * stdio-common/printf_fp.c: Likewise.
41075         * stdio-common/printf_fphex.c: Likewise.
41076         * stdio-common/printf_size.c: Likewise.
41077         * stdio-common/putw.c: Likewise.
41078         * stdio-common/scanf.c: Likewise.
41079         * stdio-common/sprintf.c: Likewise.
41080         * stdio-common/tmpfile.c: Likewise.
41081         * stdio-common/vfprintf.c: Likewise.
41082         * stdio-common/vfscanf.c: Likewise.
41083         * stdlib/strfmon_l.c: Likewise.
41084         * sunrpc/openchild.c: Likewise.
41085         * sunrpc/xdr_stdio.c: Likewise.
41086         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
41087         * sysdeps/mach/hurd/tmpfile.c: Likewise.
41089 2012-05-24  Roland McGrath  <roland@hack.frob.com>
41091         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41093         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
41094         in the third column, to generate for the shared library an IFUNC
41095         that uses _dl_vdso_vsym.
41096         * Makerules (COMPILE.c, compile-stdin.c): New variables.
41097         * Makeconfig (object-suffixes-noshared): New variable.
41099         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
41100         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
41101         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
41102         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
41104         [BZ #14132]
41105         * include/sys/time.h (__gettimeofday): Remove macro.
41106         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
41107         * time/gettimeofday.c (__gettimeofday): Remove #undef.
41108         Remove INTDEF.
41109         (__gettimeofday): Add libc_hidden_def.
41110         (gettimeofday): Add libc_hidden_weak.
41111         * sysdeps/mach/gettimeofday.c: Likewise.
41112         * sysdeps/posix/gettimeofday.c: Likewise.
41113         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
41114         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
41115         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
41116         (__gettimeofday_internal): Remove strong_alias.
41117         (__gettimeofday): Add libc_hidden_def.
41118         (gettimeofday): Add libc_hidden_weak.
41119         * sysdeps/unix/syscalls.list (gettimeofday):
41120         Remove __gettimeofday_internal alias.
41122 2012-05-24  Daniel Jacobowitz  <drow@false.org>
41123             H.J. Lu  <hongjiu.lu@intel.com>
41125         [BZ #12495]
41126         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
41127         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
41128         (largebin_index_32_big): New.
41129         (largebin_index): Use it for 16-byte alignment.
41130         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
41131         correction with front_misalign.
41133 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41135         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
41136         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
41137         Likewise.
41138         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
41139         Likewise.
41140         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
41141         Likewise.
41142         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
41143         Likewise.
41144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
41145         Likewise.
41146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
41147         Likewise.
41148         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
41149         Likewise.
41150         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
41151         Likewise.
41152         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
41153         Likewise.
41154         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
41155         Likewise.
41156         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
41157         Likewise.
41158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
41159         Likewise.
41161         * scripts/data/c++-types-x32-linux-gnu.data: New file.
41162         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
41164 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41166         [BZ #10846]
41167         [BZ #14036]
41168         * math/libm-test.inc (exp_test): Add test from bug 14036.
41169         (pow_test): Add test from bug 10846.
41171         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
41172         and other flags.
41173         (special_function): Do not include flags in test name.
41174         (parse_args): Likewise.
41175         * sysdeps/i386/fpu/libm-test-ulps: Update.
41176         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41177         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
41178         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
41179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41181         * math/gen-libm-test.pl (%beautify): Add entries for underflow
41182         exceptions.
41183         * math/libm-test.inc ("Philosophy"): Update comment about
41184         exception testing.
41185         (UNDERFLOW_EXCEPTION): New macro.
41186         (UNDERFLOW_EXCEPTION_OK): Likewise.
41187         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
41188         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
41189         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
41190         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
41191         (INVALID_EXCEPTION_OK): Update value.
41192         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41193         (OVERFLOW_EXCEPTION_OK): Likewise.
41194         (IGNORE_ZERO_INF_SIGN): Likewise.
41195         (test_exceptions): Handle underflow exceptions.
41196         (acos_test): Update for underflow exception expectations.
41197         (cexp_test): Likewise.
41198         (clog_test): Likewise.
41199         (clog10_test): Likewise.
41200         (csqrt_test): Likewise.
41201         (ctan_test): Likewise.
41202         (ctanh_test): Likewise.
41203         (exp_test): Likewise.
41204         (exp10_test): Likewise.
41205         (exp2_test): Likewise.
41206         (expm1_test): Likewise.
41207         (fma_test): Likewise.
41208         (j0_test): Likewise.
41209         (jn_test): Likewise.
41210         (nexttoward_test): Likewise.
41211         (pow_test): Likewise.
41212         (scalbn_test): Likewise.
41213         (scalbln_test): Likewise.
41214         (tan_test): Likewise.
41215         (y1_test): Likewise.
41216         * sysdeps/i386/fpu/libm-test-ulps: Update.
41217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41219 2012-05-23  David S. Miller  <davem@davemloft.net>
41221         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
41222         (__libc_sigaction): Remove unused local variables.
41224 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41226         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
41228 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
41230         mktime: avoid signed integer overflow
41231         * time/mktime.c (__mktime_internal): Do not mishandle the case
41232         where diff == INT_MIN.
41234         mktime: simplify computation of average
41235         * time/mktime.c (ranged_convert): Use new time_t_avg function
41236         instead of rolling our own (probably-slower) code.
41238         mktime: do not assume signed right shift propagates sign bit
41239         * time/mktime.c (isdst_differ): New static function.
41240         (__mktime_internal): No need to normalize tm_isdst now.
41241         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
41242         tm_isdst values.
41244         mktime: merge another wrapv change from gnulib
41245         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
41246         from some compilers.
41248         mktime: remove incorrect attempt at unusual arithmetics
41249         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
41250         The code didn't really work on such machines anyway.
41251         (TYPE_MINIMUM): Assume two's complement.
41252         (twos_complement_arithmetic): Verify that long_int and time_t
41253         are two's complement (or unsigned, in the latter case).
41255         mktime: check signed shifts on long_int and time_t, too
41256         * time/mktime.c (SHR): Check that shifts work as desired
41257         on the types long_int and time_t too, as SHR is used on
41258         such types.
41260         mktime: do not assume 'long' is wide enough
41261         * time/mktime.c (verify): Move decl up.
41262         (long_int): New type.
41263         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
41264         to remove assumption in the code that 'long' is wide enough to
41265         store year values.  This assumption is not true on x32 and on
41266         some non-glibc platforms.
41268         mktime: merge wrapv change from gnulib
41269         * time/mktime.c (WRAPV): New macro.
41270         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
41271         (guess_time_tm, __mktime_internal): Do not assume that signed
41272         integer overflow wraps around; modern compilers generate code
41273         where this assumption is no longer valid.
41275 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41277         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41278         Replace "jmp L(pseudo_end)" with "ret".
41279         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
41280         Likewise.
41282 2012-05-23  Andreas Jaeger  <aj@suse.de>
41284         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
41285         * sysdeps/unix/sysv/linux/poll.c: Remove file.
41287 2012-05-23  Andreas Jaeger  <aj@suse.de>
41288             Maximilian Attems  <max@stro.at>
41290         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
41291         New macros.
41293 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
41295         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
41296         code so that pseudo_end is just ret and the stack pointer is
41297         correct also for static library in error case.
41299 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
41301         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
41302         move to syscalls.list.
41303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
41304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
41305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
41306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
41308         * manual/install.texi (Running make install): Do not mention Linux
41309         kernel version for which pt_chown is not needed.
41310         (Linux): Do not mention problems with nscd with 2.0 kernels.
41311         * INSTALL: Regenerated.
41313 2012-05-23  Andreas Jaeger  <aj@suse.de>
41315         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
41316         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
41317         macro.
41318         * sysdeps/unix/sysv/linux/s390/bits/mman.h
41319         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41320         * sysdeps/unix/sysv/linux/sh/bits/mman.h
41321         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41322         * sysdeps/unix/sysv/linux/i386/bits/mman.h
41323         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41324         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
41325         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41326         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
41327         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
41328         * sysdeps/unix/sysv/linux/bits/in.h
41329         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
41331 2012-05-22  Roland McGrath  <roland@hack.frob.com>
41333         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
41334         (PREPARE_VERSION): Just use assert instead, it will be elided
41335         under [NDEBUG] anyway.
41337 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41339         * sysdeps/unix/sysv/linux/Makefile: Include
41340         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
41341         (sysdep_routines): Remove sysctl.
41342         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
41343         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
41344         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
41345         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
41346         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
41348 2012-05-22  Andreas Jaeger  <aj@suse.de>
41350         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
41351         that pseudo_end is just ret and the stack pointer is correct also
41352         for static library in error case.
41354 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
41356         [BZ #14122]
41357         * nss/nsswitch.c (defconfig_entries): New variable.
41358         (__nss_database_lookup): Don't leak defconfig entries.
41359         (nss_parse_service_list): Don't leak on error paths.
41360         (free_database_entries): New function.
41361         (free_defconfig): New function.
41362         (free_mem): Move common code to free_database_entries.
41364 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41366         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
41367         Add arch_prctl.
41368         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
41370         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
41371         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
41372         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
41373         New macro.
41374         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
41375         (INTERNAL_SYSCALL_TYPES): Likewise.
41376         (LOAD_ARGS_TYPES_[1-6]): Likewise.
41377         (LOAD_REGS_TYPES_[1-6]): Likewise.
41378         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
41379         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
41381 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41383         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
41384         copysignl for GLIBC_2_0.
41385         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
41386         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
41387         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
41388         logbl for GLIBC_2_0.
41389         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
41390         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
41392 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41394         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
41395         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41397         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
41398         Use "neg %eax".
41400         * time/mktime.c: Update copyright years.
41402 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
41404         mktime: merge comment-quoting-style change from gnulib
41405         * time/mktime.c: Quote 'like this' in comments.
41406         The GNU coding standards suggest that we no longer quote `like this',
41407         as "`" and "'" are typically rendered asymmetrically nowadays.
41408         The typical gnulib style is to quote 'like this' when quoting
41409         code, and "like this" when quoting English.
41411         * time/mktime.c (compile-command): Add "-I.".
41413         mktime: merge mktime-internal.h change from gnulib
41414         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
41416         mktime: merge time_r change from gnulib
41417         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
41419         mktime: merge DEBUG change from gnulib
41420         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
41421         case system <time.h> has a #define.
41423         mktime: merge <sys/types.h> change from gnulib
41424         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
41425         since <time.t> is now guaranteed to define time_t.
41427         mktime: merge HAVE_CONFIG_H change from gnulib
41428         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
41430 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
41432         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41433         Use "neg %eax".
41435         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
41436         __rlim_t cast.
41437         (struct rusage): Use anonymous union to pad each field to
41438         __syscall_slong_t.
41440 2012-05-21  David S. Miller  <davem@davemloft.net>
41442         * Makefules (o-iterator): Remove .s cases.
41443         (compile-command.s): Delete.
41444         (COMPILE.s): Delete.
41445         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
41447 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
41449         * configure.in (libc_cv_predef_stack_protector): Only consider
41450         "foobar" and "__stack_chk_fail" lines in libc_undefs.
41451         * configure: Regenerated.
41453 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41455         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
41456         New macro.  Use R*LP on int and pointer.
41457         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
41458         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
41459         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
41460         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
41462         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
41463         [__WORDSIZE_TIME64_COMPAT32] instead of
41464         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
41465         (struct utmp): Likewise.
41466         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
41467         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
41468         Renamed to ...
41469         (__WORDSIZE_TIME64_COMPAT32): This.
41470         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
41471         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
41472         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
41473         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
41474         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
41475         (__WORDSIZE_TIME64_COMPAT32): New macro.
41477 2012-05-21  Andreas Jaeger  <aj@suse.de>
41479         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
41480         only if [SHARED]. Add prototype for __wcschr_ia32.
41482 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41484         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
41485         of %rbp unmolested in the jmp_buf while mangling the low bits.
41486         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
41487         unmolested high bits of %rbp while demangling the low bits.
41488         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41490 2012-05-21  Andreas Jaeger  <aj@suse.de>
41492         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
41493         * sunrpc/svc_simple.c: Use it for registerrpc.
41494         * sunrpc/xcrypt.c: Use it for passwd2des.
41496         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
41498 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41500         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
41501         Don't define if [__SYSCALL_WORDSIZE != 32].
41502         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
41503         New macro.
41505 2012-05-21  Bruno Haible  <bruno@clisp.org>
41506             Andreas Jaeger  <aj@suse.de>
41508         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
41509         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
41510         inptr and inend for must_buffer_ch.
41511         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
41512         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
41513         * stdio-common/Makefile (tests): Remove bug15.
41514         (bug15-ENV): Remove macro.
41515         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
41516         anymore.
41518 2012-05-19  Andreas Jaeger  <aj@suse.de>
41519             Roland McGrath  <roland@hack.frob.com>
41521         * manual/contrib.texi: Completely rewritten. It contains now an
41522         alphabetical list of contributors and their contributions.
41524 2012-05-21  Richard Henderson  <rth@twiddle.net>
41526         * misc/getauxval.c (__getauxval): Use unsigned long int.
41527         * misc/sys/auxv.h: Include <sys/cdefs.h>.
41528         (getauxval): Use unsigned long int.
41530 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
41532         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
41534 2012-05-21  Roland McGrath  <roland@hack.frob.com>
41536         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
41537         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
41538         __alignof__ (long double).
41540 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41542         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41544 2012-05-20  Richard Henderson  <rth@twiddle.net>
41546         * misc/getauxval.c: New file.
41547         * misc/sys/auxv.h: New file.
41548         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
41549         (routines): Add getauxval.
41550         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
41551         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
41552         * elf/dl-sysdep.c (_dl_auxv): Remove.
41553         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
41554         * elf/dl-support.c (_dl_auxv): New variable.
41555         (_dl_aux_init): Initialize it.
41556         * manual/startup.texi (Auxiliary Vector): New node.
41557         * sysdeps/generic/bits/hwcap.h: New file.
41558         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
41559         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
41560         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
41561         * sysdeps/sparc/sysdep.h: ... here.  Include it.
41562         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
41563         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
41564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41565         Update.
41566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
41567         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
41568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
41569         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
41570         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41571         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
41572         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
41573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
41575 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41577         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41579 2012-05-19  David S. Miller  <davem@davemloft.net>
41581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41583 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41585         [BZ #14123]
41586         * math/s_ccosh.c: Include <float.h>
41587         (__ccosh): Avoid internal overflow calculating sinh and cosh
41588         values before multiplying by sin and cos values.
41589         * math/s_ccoshf.c: Likewise.
41590         * math/s_ccoshl.c: Likewise.
41591         * math/s_csin.c: Likewise.
41592         * math/s_csinf.c: Likewise.
41593         * math/s_csinl.c: Likewise.
41594         * math/s_csinh.c: Likewise.
41595         * math/s_csinhf.c: Likewise.
41596         * math/s_csinhl.c: Likewise.
41597         * math/libm-test.inc (ccos_test): Add more tests.
41598         (ccosh_test): Likewise.
41599         (csin_test): Likewise.
41600         (csinh_test): Likewise.
41601         * sysdeps/i386/fpu/libm-test-ulps: Update.
41602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41604 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
41606         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
41607         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
41609         * sysdeps/x86_64/x32/_itoa.h: Add comment.
41611 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
41613         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
41614         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
41615         * sysdeps/powerpc/soft-fp/Versions: Likewise.
41616         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
41617         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
41618         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
41619         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
41620         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
41621         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
41622         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
41623         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
41624         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
41625         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
41626         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
41627         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
41628         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
41629         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
41630         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
41631         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
41632         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
41633         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
41634         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
41635         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
41636         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
41637         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
41638         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
41639         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
41640         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
41641         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
41642         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
41643         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
41645 2012-05-18  Andreas Jaeger  <aj@suse.de>
41647         * csu/.gitignore: Delete.
41649 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41651         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
41652         (timex): Use __syscall_slong_t.
41654 2012-05-18  Andreas Jaeger  <aj@suse.de>
41655             Carlos O'Donell  <carlos_odonell@mentor.com>
41657         * manual/install.texi (Configuring and compiling): Update
41658         description about files modified in the source directory.
41659         * INSTALL: Regenerated.
41661 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41663         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
41664         value.  Use "or" to set return value to -1.
41665         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
41666         negate return value.
41668 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41670         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
41671         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
41672         failure if the compiler has Graphite support disabled.
41673         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
41674         Likewise.
41675         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
41676         (CFLAGS-memmove.c): Likewise.
41677         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
41678         Likewise.
41680 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
41682         * sysdeps/x86_64/x32/_itoa.h: New file.
41684         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
41685         getdents system call only if kernel and user dirents have the
41686         same d_ino and d_off.
41688         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
41689         LLONG_MAX != LONG_MAX.
41690         (_itoa_word): Use _ITOA_WORD_TYPE on value.
41691         (_fitoa_word): Likewise.
41693         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
41694         years.
41695         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
41696         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
41697         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
41699         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
41700         include <bits/wordsize.h>.  Check __x86_64__ instead of
41701         __WORDSIZE.
41702         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
41703         if __x86_64__ is defined.  Use anonymous union on fpstate.
41705         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
41706         anonymous union.
41708 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
41710         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
41711         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
41712         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
41713         Refer to _rtld_local_ro instead of _rtld_global_ro.
41714         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
41715         Likewise.
41716         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
41717         Likewise.
41718         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
41719         Likewise.
41720         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
41721         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
41722         of _rtld_global, and rtld_progname instead of _dl_argv[0].
41724         * sysdeps/powerpc/powerpc32/dl-machine.c
41725         (__elf_machine_runtime_setup) [PROF]: Don't reference
41726         _dl_prof_resolve.
41728 2012-05-18  Andreas Jaeger  <aj@suse.de>
41730         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
41731         function only available for GCCs before 3.4 since GCC 3.4
41732         introduced a builtin.
41733         (lrint): Likewise.
41734         (llrintf): Likewise.
41735         (llrint): Likewise.
41736         (fmaxf): Likewise.
41737         (fmax): Likewise.
41738         (fminf): Likewise.
41739         (fmin): Likewise.
41740         (rint): Likewise.
41741         (rintf): Likewise.
41742         (nearbyint): Likewise.
41743         (nearbyintf): Likewise.
41744         (ceil): Likewise.
41745         (ceilf): Likewise.
41746         (floor): Likewise.
41747         (floorf): Likewise.
41749 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41751         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
41752         on both fields and cast pointer to __syscall_ulong_t.
41754         * bits/types.h (__fsword_t): New type.
41755         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
41756         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
41757         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
41758         (__FSWORD_T_TYPE): Likewise.
41759         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
41760         (__FSWORD_T_TYPE): Likewise.
41761         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
41762         (__FSWORD_T_TYPE): Likewise.
41763         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
41764         (__FSWORD_T_TYPE): Likewise.
41765         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
41766         __SWORD_TYPE with __fsword_t.
41767         (statfs64): Likewise.
41769 2012-05-17  David S. Miller  <davem@davemloft.net>
41771         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
41773 2012-05-17  Andreas Jaeger  <aj@suse.de>
41775         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
41776         warning.
41778 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41780         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
41782 2012-05-17  Andreas Jaeger  <aj@suse.de>
41784         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
41785         when it is used.
41787 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41789         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
41791 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
41793         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
41794         * sysdeps/x86_64/tst-mallocalign1.c: New file.
41796 2012-05-17  Andreas Jaeger  <aj@suse.de>
41797             Carlos O'Donell  <carlos_odonell@mentor.com>
41799         [BZ #14059]
41800         * sysdeps/x86_64/multiarch/init-arch.h
41801         (bit_YMM_Usable): Rename to...
41802         (bit_AVX_Usable): ... this.
41803         (bit_FMA4_Usable): New macro.
41804         (bit_XMM_state): New macro.
41805         (bit_YMM_state): New macro.
41806         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
41807         [__ASSEMBLER__] (index_AVX_Usable): ... this.
41808         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
41809         (CPUID_OSXSAVE): New macro.
41810         (CPUID_AVX): New macro.
41811         (CPUID_FMA4): New macro.
41812         (index_YMM_Usable): Rename to...
41813         (index_AVX_Usable): ... this.
41814         (HAS_AVX): Use HAS_ARCH_FEATURE.
41815         (HAS_FMA4): Likewise.
41816         (HAS_YMM_USABLE): Remove.
41817         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
41818         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
41819         are present.
41820         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
41821         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
41822         * sysdeps/x86_64/multiarch/Makefile: Likewise.
41823         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
41824         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
41826 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
41828         * math/libm-test.c: Support platforms without multiple rounding modes.
41829         * math/bug-nextafter.c: Support platforms without FP exceptions.
41830         * math/bug-nexttoward.c: Likewise.
41831         * math/test-fenv.c: Likewise.
41832         * math/test-misc.c: Likewise.
41833         * stdlib/bug-getcontext.c: Likewise.
41835 2012-05-17  Andreas Jaeger  <aj@suse.de>
41837         * manual/examples/search.c (critter_cmp): Change signature to
41838         avoid warnings.
41839         * manual/string.texi (Collation Functions): Likewise.
41841 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41843         * bits/types.h: Fold copyright years.
41844         * bits/typesizes.h: Likewise.
41845         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
41846         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
41847         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
41848         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
41849         * time/time.h: Likewise.
41851 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
41853         [BZ #208]
41854         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
41855         in instead of returning them.  Return void.
41856         (__libc_mallinfo): Accumulate over all arenas.
41857         (__malloc_stats): Adjust for change in int_mallinfo interface.
41859 2012-05-16  Roland McGrath  <roland@hack.frob.com>
41861         [BZ #10375]
41862         * configure.in (NM): Add AC_CHECK_TOOL for it.
41863         (libc_extra_cflags): New substituted variable.
41864         Check for -fstack-protector being used implicitly.
41865         * configure: Regenerated.
41866         * config.make.in (config-extra-cflags): New variable,
41867         gets @libc_extra_cflags@.
41868         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
41870         [BZ #10375]
41871         * configure.in: Check for _FORTIFY_SOURCE being predefined.
41872         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
41873         * configure: Regenerated.
41874         * config.make.in (CPPUNDEFS): New substituted variable.
41875         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
41876         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
41877         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
41879 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41881         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
41882         (mq_attr): Use __syscall_slong_t.
41884 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41886         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
41887         Check __x86_64__ instead of __WORDSIZE.
41888         (_STAT_VER_LINUX): Likewise.
41889         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
41890         __syscall_ulong_t and __syscall_slong_t.
41891         (stat64): Likewise.
41893 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41895         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
41897 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41899         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
41901 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41903         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
41904         __syscall_ulong_t.
41906         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
41907         include <bits/wordsize.h>.  Check __x86_64__ instead of
41908         __WORDSIZE.
41909         (greg_t): Use "__extension__ long long int" if __x86_64__ is
41910         defined.
41911         (mcontext_t): Replace "unsigned long" with "unsigned long long".
41913         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
41914         include <bits/wordsize.h>.  Check __x86_64__ instead of
41915         __WORDSIZE.
41916         (user_regs_struct): Use "__extension__ unsigned long long"
41917         instead of "unsigned long" if __x86_64__ is defined.
41918         (user): Likewise.  Pad after pointer field if __ILP32__ is
41919         defined.
41921 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
41923         * configure.in (makeinfo): Require version 4.5 or later.  Allow
41924         versions 5 to 9.
41925         * configure: Regenerated.
41926         * manual/install.texi (texinfo): Increase version requirement to
41927         4.5 or later.
41928         * INSTALL: Regenerated.
41930         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
41932 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
41934         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
41936         * sysdeps/x86_64/x32/ffs.c: New file.
41938         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
41939         __syscall_ulong_t.
41940         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
41941         defined.  Use __syscall_ulong_t.
41942         (shminfo): Use __syscall_ulong_t.
41943         (shm_info): Likewise.
41945         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
41946         __syscall_ulong_t.
41948         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
41949         <bits/wordsize.h>.
41950         (msgqnum_t): Use __syscall_ulong_t.
41951         (msglen_t): Likewise.
41952         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
41953         __syscall_ulong_t.
41955         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
41956         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41958         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
41960         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
41961         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
41963         * sysvipc/sys/msg.h (msgbuf): Replace long int with
41964         __syscall_slong_t.
41966         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
41967         include <bits/wordsize.h>.  Check __x86_64__ instead of
41968         __WORDSIZE.
41970         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
41971         "unsigned long long int" if __x86_64__ is defined.
41972         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
41974         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
41975         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
41976         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
41978         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
41979         <stdint.h>.
41980         (GET_PC): Cast to uintptr_t first.
41981         (GET_FRAME): Likewise.
41982         (GET_STACK): Likewise.
41984         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
41985         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
41986         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
41987         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
41988         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
41989         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
41990         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
41991         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
41992         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
41993         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
41994         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
41995         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
41996         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
41997         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
41998         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
41999         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
42000         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
42001         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
42002         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
42003         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
42004         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
42005         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
42006         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
42007         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
42008         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
42009         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
42010         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
42011         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
42012         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
42014 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
42016         * Makerules (+depfiles): Also collect depfiles from .oS in
42017         $(extra-objs).
42018         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
42019         .oS, $(libnldbl-routines)).
42021         * Makerules (native-compile-mkdep-flags): Define.
42022         * sunrpc/Makefile (extra-objs): Add $(addprefix
42023         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
42024         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
42025         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
42026         calling $(make-target-directory).
42028 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42030         * bits/types.h (__snseconds_t): Removed.
42031         * time/time.h (struct timespec): Replace __snseconds_t with
42032         __syscall_slong_t.
42033         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
42034         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
42035         Likewise.
42036         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42037         (__SNSECONDS_T_TYPE): Likewise.
42038         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42039         (__SNSECONDS_T_TYPE): Likewise.
42040         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42041         (__SNSECONDS_T_TYPE): Likewise.
42043 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42045         * sysdeps/mach/hurd/bits/typesizes.h
42046         (__SYSCALL_SLONG_TYPE): New macro.
42047         (__SYSCALL_ULONG_TYPE): Likewise.
42049 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42051         * bits/types.h (__syscall_slong_t): New type.
42052         (__syscall_ulong_t): Likewise.
42054         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
42055         (__SYSCALL_ULONG_TYPE): Likewise.
42056         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42057         (__SYSCALL_SLONG_TYPE): Likewise.
42058         (__SYSCALL_ULONG_TYPE): Likewise.
42059         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42060         (__SYSCALL_SLONG_TYPE): Likewise.
42061         (__SYSCALL_ULONG_TYPE): Likewise.
42062         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42063         (__SYSCALL_SLONG_TYPE): Likewise.
42064         (__SYSCALL_ULONG_TYPE): Likewise.
42066 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42068         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
42069         Add sigaltstack-offsets.sym.
42070         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
42071         <sigaltstack-offsets.h>.
42072         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
42073         longjmp_msg pointer.
42074         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
42075         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
42076         signal stack.
42077         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
42079 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42081         * elf/stackguard-macros.h: Remove file.
42082         * sysdeps/generic/stackguard-macros.h: New file.
42083         * sysdeps/i386/stackguard-macros.h: Likewise.
42084         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
42085         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
42086         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
42087         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
42088         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
42089         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
42090         * sysdeps/x86_64/stackguard-macros.h: Likewise.
42091         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
42092         <elf/stackguard-macros.h>.
42094         [BZ #14109]
42095         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
42096         __aligned__ in attribute.
42097         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
42098         (gregset_t): Likewise.
42100 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42102         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
42103         * sysdeps/x86_64/64/Implies-after: Here.  New file.
42104         * sysdeps/x86_64/x32/Implies-after: New file.
42106 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42108         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
42109         and access return value for _dl_profile_fixup.  Use R10_LP to
42110         load frame size.
42112 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42114         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
42116 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42118         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
42119         * sysdeps/x86_64/x32/sysdep.h: New file.
42121 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42123         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
42124         * sysdeps/x86_64/setjmp.S: Likewise.
42126 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42128         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
42129         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
42130         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
42131         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
42132         remove unused global constant.
42134 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
42136         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
42137         include of <not-cancel.h>.
42139 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42141         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
42143 2012-05-15  Jeff Law  <law@redhat.com>
42144             Andreas Jaeger  <aj@suse.de>
42146         [BZ #13594]
42147         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
42148         out from...
42149         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
42150         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
42151         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
42152         code changing __hst_map_handle.map.
42154 2012-05-15  Roland McGrath  <roland@hack.frob.com>
42156         * configure.in (sysnames): Look for Implies-before and Implies-after
42157         files.
42158         * configure: Regenerated.
42160 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42162         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
42163         8-byte data alignment with LP_SIZE alignment.
42165 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42167         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
42168         into R10_LP.
42170 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42172         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
42174 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42176         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
42177         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
42178         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
42179         Likewise.
42180         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
42182 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42184         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
42185         (stackinfo_sub_sp): Likewise.
42187 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42189         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
42190         RAX_LP.
42192 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42194         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
42195         into R*_LP.
42197 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42199         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
42200         sizes into R*_LP.
42202 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42204         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
42206 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42208         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
42209         into R11_LP and load __x86_64_shared_cache_size_half into
42210         R8_LP.
42212 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
42214         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
42215         R8_LP.
42217 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42219         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
42220         logb for POWER7.
42221         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
42222         logbf for POWER7.
42223         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
42224         logbl for POWER7.
42225         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
42226         powerpc32/power7/fpu/s_logb.c via #include.
42227         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
42228         powerpc32/power7/fpu/s_logbf.c via #include.
42229         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
42230         powerpc32/power7/fpu/s_logbl.c via #include.
42232 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
42234         * README.libm: Remove file.
42236 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42238         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
42239         count for x32.  Use R*_LP and omit operand-size suffix.
42241 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42243         * shlib-versions: Move x86_64-.*-linux.* entries to ...
42244         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
42245         * sysdeps/x86_64/x32/shlib-versions: New file.
42247 2012-05-14  Roland McGrath  <roland@hack.frob.com>
42249         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
42250         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
42251         Use _dl_fatal_printf instead.
42253 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42255         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
42256         set if not set by the user.  Do not allow for being unset.
42257         * sysdeps/unix/sysv/linux/configure: Regenerated.
42259 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42261         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
42262         the `q' suffix from lea and replace .quad with ASM_ADDR.
42264 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42266         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
42267         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
42268         instead of $17.
42269         (PTR_DEMANGLE): Likewise.
42271 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42273         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
42274         (LP_OP): Likewise.
42275         (ASM_ADDR): Likewise.
42276         (RAX_LP): Likewise.
42277         (RBP_LP): Likewise.
42278         (RBX_LP): Likewise.
42279         (RCX_LP): Likewise.
42280         (RDI_LP): Likewise.
42281         (RSI_LP): Likewise.
42282         (RSP_LP): Likewise.
42283         (R8_LP): Likewise.
42284         (R9_LP): Likewise.
42285         (R10_LP): Likewise.
42286         (R10_LP): Likewise.
42287         (R11_LP): Likewise.
42288         (R12_LP): Likewise.
42289         (R13_LP): Likewise.
42290         (R14_LP): Likewise.
42291         (R15_LP): Likewise.
42293 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42295         * sysdeps/x86_64/x32/dl-machine.h: New file.
42297 2012-05-14  Andreas Jaeger  <aj@suse.de>
42299         * manual/Makefile (subdir): Remove export of subdir.
42300         (all): Remove target.
42301         (.PHONY): Remove all from list.
42302         (mkinstalldirs): Remove.
42303         (.PHONY): Remove installdirs from list.
42304         ($(inst_infodir)/libc.info): Use make-target-directory.
42305         (installdirs): Remove.
42306         (subdir_%): Remove.
42307         (glibc-targets): Remove.
42308         (lib): Remove.
42309         (stubs): Remove.
42310         ($(objpfx)stubs ../po/manual.pot): Remove.
42311         ($(objpfx)stamp%): Remove.
42312         (make-target-directory): Remove.
42313         (subdir_install): Remove.
42314         (routines): Remove.
42315         (aux): Remove.
42316         (sources): Remove.
42317         (objects): Remove.
42318         (headers): Remove.
42320         [BZ #13750]
42321         * manual/.gitignore: Remove, it's not needed anymore.
42322         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
42323         all files in it.
42324         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
42325         directory.
42326         (texis): Renamed to $(objpfx)texis.
42327         (texis-path): New, contains path to generated files.
42328         (chapters.%): Use texis-path for complete path, add extra argument
42329         libc-texinfo.sh.
42330         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
42331         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
42332         (summary,texi, stamp-summary): Use complete path of
42333         files. Generate files in build dir.
42334         (dir-add.texi): Build in build dir.
42335         (libm-err.texi,stamp-libm-err): Likewise.
42336         (version.texi, stamp-version): Likewise.
42337         (.%c.texi): Likewise.
42338         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
42339         (mostlyclean): Remove target.
42340         (realclean): Remove target.
42341         (generated): Add new variable with contents from mostlyclean and
42342         realclean, remove entries duplicated in common-mostlyclean, add
42343         stamp-libm-err and stamp-version.
42344         (generated-dirs): Add libc directory.
42345         ($(inst_infodir)/libc.info): Install files from build dir.
42347         * manual/install.texi (Configuring and compiling): Adjust since
42348         the info files are not part of the tar ball anymore.
42350 2012-05-14  Andreas Jaeger  <aj@suse.de>
42352         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
42353         variable.
42355 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
42357         [BZ #13717]
42358         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42359         to 2.2.0 where earlier.
42360         * sysdeps/unix/sysv/linux/configure: Regenerated.
42361         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
42362         Remove conditional code.
42363         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
42364         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
42365         Remove conditional code.
42366         [!__NR_lchown]: Likewise.
42367         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42368         [__NR_lchown]: Likewise.
42369         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
42370         comment referencing __ASSUME_LCHOWN_SYSCALL.
42371         * sysdeps/unix/sysv/linux/i386/sigaction.c
42372         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42373         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42374         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
42375         Remove conditional code.
42376         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
42377         (__protocol_available): Remove #if 0 code.
42378         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
42379         conditional code.
42380         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
42381         * sysdeps/unix/sysv/linux/kernel-features.h
42382         (__ASSUME_GETCWD_SYSCALL): Don't define.
42383         (__ASSUME_REALTIME_SIGNALS): Likewise.
42384         (__ASSUME_PREAD_SYSCALL): Likewise.
42385         (__ASSUME_PWRITE_SYSCALL): Likewise.
42386         (__ASSUME_POLL_SYSCALL): Likewise.
42387         (__ASSUME_LCHOWN_SYSCALL): Likewise.
42388         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
42389         non-SPARC.
42390         (__ASSUME_SIOCGIFNAME): Don't define.
42391         (__ASSUME_MSG_NOSIGNAL): Likewise.
42392         (__ASSUME_SENDFILE): Define unconditionally.
42393         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
42394         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
42395         conditional code.
42396         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
42397         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
42398         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42399         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42400         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
42401         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
42402         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
42403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
42404         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42405         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
42407         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42408         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
42410         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42411         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
42413         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42414         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
42416         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42417         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
42419         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
42420         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
42422         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42423         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
42425         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42426         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42427         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
42428         Remove conditional code.
42429         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42430         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42431         Remove conditional code.
42432         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42433         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
42434         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
42435         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42436         Remove conditional code.
42437         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42438         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
42439         Remove conditional code.
42440         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42441         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
42442         Remove conditional code.
42443         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42444         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
42445         Remove conditional code.
42446         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
42447         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
42448         Remove conditional code.
42449         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42450         * sysdeps/unix/sysv/linux/sh/pwrite64.c
42451         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
42452         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
42453         * sysdeps/unix/sysv/linux/sigaction.c
42454         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42455         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42456         * sysdeps/unix/sysv/linux/sigpending.c
42457         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42458         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42459         * sysdeps/unix/sysv/linux/sigprocmask.c
42460         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42461         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42462         * sysdeps/unix/sysv/linux/sigsuspend.c
42463         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
42464         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
42465         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42466         (__libc_missing_rt_sigs): Remove.
42467         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
42468         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
42469         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
42470         Remove conditional code.
42471         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
42472         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
42473         return 1.
42474         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
42475         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
42476         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
42477         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
42479 2012-05-14  Andreas Jaeger  <aj@suse.de>
42481         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
42482         it's not used in glibc.
42483         (__coshm1): Likewise.
42484         (__acosh1p): Likewise.
42485         (__sgn): Likewise.
42487         * manual/string.texi (Copying and Concatenation): Add missing
42488         variable in concat example.
42489         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
42491 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42493         [BZ #14103]
42494         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
42495         __builtin_clzl with __builtin_clzll.
42497 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
42499         [BZ #14104]
42500         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
42501         libc_freeres_ptr.
42503 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42505         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
42506         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
42507         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
42508         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
42510 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
42512         * NEWS: Update ia64 info.
42514 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
42516         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
42517         used as bcopy.
42519 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
42521         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
42522         * sysdeps/unix/syscalls.list (dup3): Likewise.
42523         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
42524         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
42526 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42528         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
42529         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
42531 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
42533         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
42534         thread pointer.
42535         (TLS_IE): Use mov/add instead of movq/addq to load thread
42536         pointer.
42537         (TLS_GD_PREFIX): New.
42538         (TLS_GD): Use it.
42540 2012-05-11  David S. Miller  <davem@davemloft.net>
42542         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
42543         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
42544         (_FPU_SETCW): Likewise.
42546 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42548         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
42549         is 32-byte aligned.
42551 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
42553         [BZ #11837]
42554         * iconvdata/gb18030.c: Update tables.
42555         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
42556         characters specially.
42557         (BODY for TO_LOOP): Add encoding of missing ranges.
42559 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
42561         [BZ #13673]
42562         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
42563         * sysdeps/mach/hurd/dup3.c: Likewise.
42564         * sysdeps/mach/hurd/readlinkat.c: Likewise.
42565         * sysdeps/powerpc/memmove.c:: Likewise.
42567 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42569         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
42570         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
42572 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42574         * elf/elf.h (R_X86_64_RELATIVE64): New.
42575         (R_X86_64_NUM): Updated.
42576         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
42577         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
42578         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
42579         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
42580         tst-quad1pie tst-quad2pie
42581         (modules-names): Add tst-quadmod1 tst-quadmod2.
42582         ($(objpfx)tst-quad1): New dependency.
42583         ($(objpfx)tst-quad2): Likewise.
42584         ($(objpfx)tst-quad1pie): Likewise.
42585         ($(objpfx)tst-quad2pie): Likewise.
42586         * sysdeps/x86_64/tst-quad1.c: New file.
42587         * sysdeps/x86_64/tst-quad1pie.c: New file.
42588         * sysdeps/x86_64/tst-quad2.c: Likewise.
42589         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
42590         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
42591         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
42592         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
42593         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
42595 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42597         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
42598         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
42599         * streams/stropts.h (t_scalar_t): Define type.
42601         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
42602         (_PATH_PRESERVE): Set to "/var/lib".
42603         (_PATH_RWHODIR): Set to "/var/spool/rwho".
42605         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
42606         instead of int.
42608         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
42609         if __dir_mkfile succeeded.
42611         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
42612         checking for _hurd_dtablesize.  Unlock it right after having
42613         finished _hurd_dtable allocation.
42615 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42617         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
42618         * sysdeps/mach/hurd/configure: Regenerated.
42619         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
42620         special-casing to...
42621         * sysdeps/gnu/configure.in: ... this new file.
42622         * sysdeps/unix/sysv/linux/configure: Regenerated.
42623         * sysdeps/gnu/configure: New generated file.
42625         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
42626         for Linux: use nsec instead of usec, as well as:
42627         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
42628         members of type struct timespec.
42629         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
42630         New macros.
42631         (struct stat64): Likewise.
42632         (_STATBUF_ST_NSEC): New macro.
42633         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
42635         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
42636         __strtoul_internal rather than strtoul.
42638 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42640         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
42641         and reject them.
42643 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42645         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
42646         which preserves existing values.
42647         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
42649 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42651         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
42652         TIMEOUT values.  Return EINVAL for NFDS values either negative or
42653         greater than FD_SETSIZE.
42655 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42657         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
42658         allocated, call __vm_protect to finish enabling the existing space, and
42659         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
42660         allocate the remainder.
42662 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42664         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
42665         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
42667 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42669         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
42670         sysdeps/mach/hurd/readlink.c.
42672         * posix/tst-sysconf.c (posix_options): Only use
42673         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
42674         _POSIX_SYNCHRONIZED_IO when they are defined
42675         * sysdeps/mach/hurd/bits/posix_opt.h:
42676         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
42677         (_XOPEN_REALTIME): Undefine macro.
42678         (_XOPEN_REALTIME_THREADS): Undefine macro.
42679         (_XOPEN_SHM): Undefine macro.
42680         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
42681         macro to -1.
42682         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
42683         macro to -1.
42684         (_POSIX_ASYNC_IO): Undefine macro.
42685         (_POSIX_PRIORITIZED_IO): Undefine macro.
42686         (_POSIX_SPIN_LOCKS): Define macro to -1.
42688         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
42689         SA_NODEFER, SA_RESETHAND.
42690         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
42691         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
42692         F_DUPFD_CLOEXEC.
42694 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42696         * elf/Makefile (pldd-modules): Define unconditionally.
42698 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42700         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
42702 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42704         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
42705         Return ENOENT when name is empty.
42706         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
42708 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42710         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
42712         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
42714 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42716         Fix mlock in all cases except non-readable pages.
42717         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
42718         instead of VM_PROT_ALL as parameter to __vm_wire function.
42720         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
42721         (__mkdir): When path is `/', just fail with EEXIST.
42722         * sysdeps/mach/hurd/mkdirat.c: Likewise.
42724 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42726         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
42727         <sys/uio.h> (for writev).
42728         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
42729         and <sys/param.h> (for MIN).
42731 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
42733         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
42734         REQUESTED_TIME.  Properly set the remaining time and return EINTR
42735         if interrupted.
42737 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42739         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
42740         Depend on against $(link-rpcuserlibs).
42742 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42744         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
42745         (__libc_stack_end): Do not use attribute_relro.
42746         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
42747         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
42748         to libthread-provided value.
42749         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
42750         attribute_relro.
42752 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42754         [BZ #3748]
42755         * bits/libc-lock.h (__libc_once_get): New macro.
42756         * sysdeps/mach/bits/libc-lock.h: Likewise.
42757         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
42758         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
42759         instead of using implementation details.
42761         * libio/fileops.c: Unconditionally include <kernel-features.h>.
42762         * libio/freopen.c: Likewise.
42763         * libio/freopen64.c: Likewise.
42764         * misc/syslog.c: Likewise.
42765         * nscd/connections.c: Likewise.
42766         * nscd/netgroupcache.c: Likewise.
42767         * sysdeps/posix/getcwd.c: Likewise.
42769 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42771         * math/w_ilogbf.c: Add #include <limits.h>.
42773 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42775         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
42776         path instead of returning without unlocking.
42778         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
42779         immediate-write ioctls.
42780         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
42782 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42784         * sysdeps/mach/hurd/i386/init-first.c (init): Use
42785         __builtin_frame_address instead of making assumptions about the
42786         location of the return address relative to DATA.  Force early load of
42787         the return address.
42788         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
42789         __builtin_frame_address.
42791         dup3 for GNU Hurd.
42792         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
42793         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
42794         implement dup3 and do some further code clean-ups.
42795         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
42796         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
42798 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42800         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
42802         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
42803         HURD_CRITICAL_END around holding _hurd_dtable_lock.
42804         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
42805         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
42806         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
42807         d->port.lock.
42809         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
42810         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
42811         when handler == SIG_ERR, not when handler != SIG_ERR.
42813 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42815         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
42816         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
42817         definitions.
42819         accept4 for GNU Hurd.
42820         * include/sys/socket.h (__libc_accept4): New prototype.
42821         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
42822         to implement __libc_accept4.
42823         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
42824         __libc_accept4.
42825         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
42827         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
42828         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
42829         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
42830         signal-defines.sym.
42832 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42834         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
42836 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
42838         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
42839         assertion on O_CLOEXEC flag.
42840         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
42841         * hurd/intern-fd.c: Likewise.
42842         * hurd/port2fd.c: Likewise.
42844 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42846         [BZ #3906]
42847         * bits/in.h (IPV6_PKTINFO): Define new macro.
42848         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
42850 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42852         [BZ #13954]
42853         [BZ #13955]
42854         [BZ #13956]
42855         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
42856         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42857         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
42858         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42859         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42860         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42861         * math/libm-test.inc (logb_test) : Additional logb tests.
42863 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
42864             Andreas Jaeger  <aj@suse.de>
42866         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
42867         * configure: Regenerated.
42868         * config.h.in (LINK_OBSOLETE_RPC): New macro.
42869         * config.make.in (link-obsolete-rpc): New substituted variable.
42870         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
42871         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
42872         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42873         (shared-only-routines): Don't set it under [link-obsolete-rpc],
42874         so that libc.a contains the symbols.
42875         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
42876         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
42877         * sunrpc/auth_none.c: Likewise.
42878         * sunrpc/auth_unix.c: Likewise.
42879         * sunrpc/authdes_prot.c: Likewise.
42880         * sunrpc/authuxprot.c: Likewise.
42881         * sunrpc/clnt_gen.c: Likewise.
42882         * sunrpc/clnt_perr.c: Likewise.
42883         * sunrpc/clnt_raw.c: Likewise.
42884         * sunrpc/clnt_simp.c: Likewise.
42885         * sunrpc/clnt_tcp.c: Likewise.
42886         * sunrpc/clnt_udp.c: Likewise.
42887         * sunrpc/clnt_unix.c: Likewise.
42888         * sunrpc/des_crypt.c: Likewise.
42889         * sunrpc/des_soft.c: Likewise.
42890         * sunrpc/get_myaddr.c: Likewise.
42891         * sunrpc/key_call.c: Likewise.
42892         * sunrpc/key_prot.c: Likewise.
42893         * sunrpc/netname.c: Likewise.
42894         * sunrpc/pm_getmaps.c: Likewise.
42895         * sunrpc/pm_getport.c: Likewise.
42896         * sunrpc/pmap_clnt.c: Likewise.
42897         * sunrpc/pmap_prot.c: Likewise.
42898         * sunrpc/pmap_prot2.c: Likewise.
42899         * sunrpc/pmap_rmt.c: Likewise.
42900         * sunrpc/publickey.c: Likewise.
42901         * sunrpc/rpc_cmsg.c: Likewise.
42902         * sunrpc/rpc_common.c: Likewise.
42903         * sunrpc/rpc_dtable.c: Likewise.
42904         * sunrpc/rpc_prot.c: Likewise.
42905         * sunrpc/rpc_thread.c: Likewise.
42906         * sunrpc/rtime.c: Likewise.
42907         * sunrpc/svc.c: Likewise.
42908         * sunrpc/svc_auth.c: Likewise.
42909         * sunrpc/svc_raw.c: Likewise.
42910         * sunrpc/svc_run.c: Likewise.
42911         * sunrpc/svc_tcp.c: Likewise.
42912         * sunrpc/svc_udp.c: Likewise.
42913         * sunrpc/svc_unix.c: Likewise.
42914         * sunrpc/svcauth_des.c: Likewise.
42915         * sunrpc/xcrypt.c: Likewise.
42916         * sunrpc/xdr.c: Likewise.
42917         * sunrpc/xdr_array.c: Likewise.
42918         * sunrpc/xdr_float.c: Likewise.
42919         * sunrpc/xdr_intXX_t.c: Likewise.
42920         * sunrpc/xdr_mem.c: Likewise.
42921         * sunrpc/xdr_rec.c: Likewise.
42922         * sunrpc/xdr_ref.c: Likewise.
42923         * sunrpc/xdr_sizeof.c: Likewise.
42924         * sunrpc/xdr_stdio.c: Likewise.
42926 2012-05-10  Roland McGrath  <roland@hack.frob.com>
42928         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
42929         change.  Update copyright years.
42931 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42933         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
42935 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
42936             Joseph Myers  <joseph@codesourcery.com>
42937             Paul Pluzhnikov  <ppluzhnikov@google.com>
42939         [BZ #14012]
42940         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
42941         requiring rpcgen.
42942         [cross-compiling] (extra-libs): Likewise.
42943         [cross-compiling] (extra-libs-others): Likewise.
42944         [cross-compiling] (librpcsvc-routines): Likewise.
42945         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
42946         [cross-compiling] (omit-deps): Likewise.
42947         (sunrpc-CPPFLAGS): New variable.
42948         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
42949         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
42950         (cross-rpcgen-objs): New variable.
42951         (extra-objs): Append $(cross-rpcgen-objs).
42952         ($(cross-rpcgen-objs)): New rule.
42953         ($(objpfx)cross-rpcgen): Likewise.
42954         (rpcgen-cmd): Define to use $(built-program-file).  Expand
42955         comment.
42956         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
42957         ($(objpfx)x%.stmp): Likewise.
42958         * sunrpc/proto.h [IS_IN_build] (_): Define.
42959         [IS_IN_build] (_libc_intl_domainname): Likewise.
42961 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
42963         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
42964         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
42965         and R_X86_64_TPOFF64.
42967 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
42969         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
42970         sysdeps/unix/sysv/syscalls.list.
42971         (stime): Likewise.
42972         (utime): Likewise.
42973         * sysdeps/unix/sysv/syscalls.list: Remove file.
42975 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
42977         [BZ #3440]
42978         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
42979         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
42980         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
42981         (__LC_IDENTIFICATION): Make these macros useful in #if
42982         expressions, as required by C99.
42984 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
42986         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
42987         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
42988         after this.
42990 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
42992         * stdlib/longlong.h: Updated from GCC.
42994 2012-05-09  Andreas Jaeger  <aj@suse.de>
42996         * nscd/nscd.c (run_modes): Make named enum, reorder so that
42997         default is first entry.
42998         (run_mode): Set type.
42999         (main): Remove informal message about syslog.
43000         (options): Fix typo.
43002         [BZ #14053]
43003         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
43004         to asm.
43005         (lrint): Likewise.
43006         (llrintf): Likewise.
43007         (llrint): Likewise.
43008         (rint): Likewise.
43009         (rintf): Likewise.
43010         (nearbyint): Likewise.
43011         (nearbyintf): Likewise.
43013 2012-05-09  Andreas Jaeger  <aj@suse.de>
43014             Pedro Alves  <palves@redhat.com>
43016         * nscd/nscd.c (run_mode): Use enum.
43017         (main): Cleanup coding style issue.
43019 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
43020             Andreas Jaeger  <aj@suse.de>
43022         * nscd/nscd.c (go_background): Replaced with...
43023         (run_mode): ... this.
43024         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
43025         (options): Add -F --foreground.
43026         (main): Implement it.
43027         (parse_opt): Parse it.
43029 2012-05-09  Andreas Jaeger  <aj@suse.de>
43031         [BZ #14083]
43032         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
43033         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
43034         -Wconversion warning.
43035         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
43036         Likewise.
43038 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
43040         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
43041         == 0.
43042         (LC_ALL): Use macro-int-constant.
43043         (LC_COLLATE): Likewise.
43044         (LC_CTYPE): Likewise.
43045         (LC_MESSAGES): Likewise.
43046         (LC_MONETARY): Likewise.
43047         (LC_NUMERIC): Likewise.
43048         (LC_TIME): Likewise.
43049         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
43050         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43051         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43052         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
43053         Specify type.
43054         [C99-based standards] (float_t): Expect type.
43055         [C99-based standards] (double_t): Expect type.
43056         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
43057         type.
43058         [C99-based standards] (HUGE_VALL): Likewise.
43059         [C99-based standards] (INFINITY): Likewise.
43060         [C99-based standards] (NAN): Likewise.
43061         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
43062         [C99-based standards] (FP_NAN): Likewise.
43063         [C99-based standards] (FP_NORMAL): Likewise.
43064         [C99-based standards] (FP_SUBNORMAL): Likewise.
43065         [C99-based standards] (FP_ZERO): Likewise.
43066         [C99-based standards] (FP_FAST_FMA): Use
43067         optional-macro-int-constant.  Specify type.  Require == 1.
43068         [C99-based standards] (FP_FAST_FMAF): Likewise.
43069         [C99-based standards] (FP_FAST_FMAL): Likewise.
43070         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
43071         [C99-based standards] (FP_ILOGBNAN): Likewise.
43072         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
43073         Specify type.
43074         [C99-based standards] (MATH_ERREXCEPT): Likewise.
43075         [C99-based standards] (math_errhandling): Specify type.
43076         [ISO99 || ISO11] (signgam): Do not allow.
43077         [non-C99-based standards] (copysignf): Do not allow.
43078         [non-C99-based standards] (exp2f): Likewise.
43079         [non-C99-based standards] (log2f): Likewise.
43080         [non-C99-based standards] (modff): Allow.
43081         [non-C99-based standards] (erff): Do not allow.
43082         [non-C99-based standards] (erfcf): Likewise.
43083         [non-C99-based standards] (gammaf): Likewise.
43084         [non-C99-based standards] (hypotf): Likewise.
43085         [non-C99-based standards] (j0f): Likewise.
43086         [non-C99-based standards] (j1f): Likewise.
43087         [non-C99-based standards] (jnf): Likewise.
43088         [non-C99-based standards] (lgammaf): Likewise.
43089         [non-C99-based standards] (tgammaf): Likewise.
43090         [non-C99-based standards] (y0f): Likewise.
43091         [non-C99-based standards] (y1f): Likewise.
43092         [non-C99-based standards] (ynf): Likewise.
43093         [non-C99-based standards] (isnanf): Likewise.
43094         [non-C99-based standards] (acoshf): Likewise.
43095         [non-C99-based standards] (asinhf): Likewise.
43096         [non-C99-based standards] (atanhf): Likewise.
43097         [non-C99-based standards] (cbrtf): Likewise.
43098         [non-C99-based standards] (expm1f): Likewise.
43099         [non-C99-based standards] (ilogbf): Likewise.
43100         [non-C99-based standards] (log1pf): Likewise.
43101         [non-C99-based standards] (logbf): Likewise.
43102         [non-C99-based standards] (nextafterf): Likewise.
43103         [non-C99-based standards] (remainderf): Likewise.
43104         [non-C99-based standards] (rintf): Likewise.
43105         [non-C99-based standards] (scalbf): Likewise.
43106         [non-C99-based standards] (copysignl): Likewise.
43107         [non-C99-based standards] (exp2l): Likewise.
43108         [non-C99-based standards] (log2l): Likewise.
43109         [non-C99-based standards] (modfl): Allow.
43110         [non-C99-based standards] (erfl): Do not allow.
43111         [non-C99-based standards] (erfcl): Likewise.
43112         [non-C99-based standards] (gammal): Likewise.
43113         [non-C99-based standards] (hypotl): Likewise.
43114         [non-C99-based standards] (j0l): Likewise.
43115         [non-C99-based standards] (j1l): Likewise.
43116         [non-C99-based standards] (jnl): Likewise.
43117         [non-C99-based standards] (lgammal): Likewise.
43118         [non-C99-based standards] (tgammal): Likewise.
43119         [non-C99-based standards] (y0l): Likewise.
43120         [non-C99-based standards] (y1l): Likewise.
43121         [non-C99-based standards] (ynl): Likewise.
43122         [non-C99-based standards] (isnanl): Likewise.
43123         [non-C99-based standards] (acoshl): Likewise.
43124         [non-C99-based standards] (asinhl): Likewise.
43125         [non-C99-based standards] (atanhl): Likewise.
43126         [non-C99-based standards] (cbrtl): Likewise.
43127         [non-C99-based standards] (expm1l): Likewise.
43128         [non-C99-based standards] (ilogbl): Likewise.
43129         [non-C99-based standards] (log1pl): Likewise.
43130         [non-C99-based standards] (logbl): Likewise.
43131         [non-C99-based standards] (nextafterl): Likewise.
43132         [non-C99-based standards] (remainderl): Likewise.
43133         [non-C99-based standards] (rintl): Likewise.
43134         [non-C99-based standards] (scalbl): Likewise.
43135         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43136         [non-C99-based standards] (FP_*): Do not allow.
43137         [C99-based standards] (FP_*): Change to
43138         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
43139         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43140         allow.
43141         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
43142         (SIG_ERR): Likewise.
43143         [X/Open-based standards] (SIG_HOLD): Likewise.
43144         (SIG_IGN): Likewise.
43145         (SIGABRT): Use macro-int-constant.  Specify type.  Require
43146         positive value.
43147         (SIGFPE): Likewise.
43148         (SIGILL): Likewise.
43149         (SIGINT): Likewise.
43150         (SIGSEGV): Likewise.
43151         (SIGTER): Likewise.
43152         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
43153         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
43154         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
43155         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
43156         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
43157         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
43158         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
43159         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
43160         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
43161         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
43162         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
43163         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
43164         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
43165         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
43166         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
43167         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
43168         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
43169         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
43170         [X/Open-based standards] (SIGTRAP): Likewise.
43171         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
43172         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
43173         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
43174         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
43175         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43176         allow.
43178 2012-05-08  Ian Wienand  <ianw@vmware.com>
43180         [BZ #14080]
43181         * time/tzset.c (__tzset_parse_tz): Update default rules for
43182         daylight time changes in the Energy Policy Act of 2005.
43184 2012-05-09  Andreas Jaeger  <aj@suse.de>
43186         [BZ #13983]
43187         * elf/ldconfig.c (parse_conf): Change string to make clear that
43188         ldconfig only issued a warning if ld.so.conf does not exist.
43190 2012-05-08  David S. Miller  <davem@davemloft.net>
43192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
43193         movxtod instead of popping the value on the stack.
43195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43197 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
43199         * config.h.in: Add HAVE_ARM_PCS_VFP.
43201 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
43203         [BZ #13979]
43204         * include/features.h: Warn if user requests __FORTIFY_SOURCE
43205         checking but the checks are disabled for any reason.
43207 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
43209         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
43210         and ELF64_R_TYPE with ELFW(R_TYPE).
43212 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
43214         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
43215         (ulimit): Likewise.
43217         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
43218         (settimeofday): Likewise.
43220 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
43222         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
43223         a struct th_u2 inside the union, and move tu_block/tu_code into
43224         a new th_u3 union of tu_block/tu_code inside of that.  Move
43225         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
43226         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
43227         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
43228         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
43229         (th_stuff): Change to th_u1.tu_stuff.
43230         (th_data): Define.
43231         (th_msg): Change to th_u1.th_u2.tu_data.
43233 2012-05-07  David S. Miller  <davem@davemloft.net>
43235         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43237         [BZ #14074]
43238         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
43239         (SETUP_PIC_REG): Use it.
43240         (SETUP_PIC_REG_LEAF): Use it.
43242 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
43244         [BZ #13885]
43245         [BZ #13923]
43246         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43247         USE_AS_EXPM1L.
43248         (EXPL_FINITE): Likewise.
43249         (FLDLOG): Likewise.
43250         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43251         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43252         e_expl.S.
43253         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43254         USE_AS_EXPM1L.
43255         (EXPL_FINITE): Likewise.
43256         (FLDLOG): Likewise.
43257         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
43258         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
43259         e_expl.S.
43260         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
43261         test of -max_value argument for long double.
43262         * sysdeps/i386/fpu/libm-test-ulps: Update.
43263         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43265 2012-05-06  David S. Miller  <davem@davemloft.net>
43267         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
43268         quad soft-float symbols whose references which are compiler
43269         generated.
43270         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
43272 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
43274         [BZ #13884]
43275         [BZ #13914]
43276         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43277         USE_AS_EXP10L.
43278         (EXPL_FINITE): Likewise.
43279         (FLDLOG): Likewise.
43280         (c0): Likewise.
43281         (c1): Likewise.
43282         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43283         Adjust comments for base varying.
43284         (__expl_finite): Change alias to EXPL_FINITE.
43285         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
43286         e_expl.S.
43287         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
43288         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
43289         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
43290         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
43291         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
43292         USE_AS_EXP10L.
43293         (EXPL_FINITE): Likewise.
43294         (FLDLOG): Likewise.
43295         (c0): Likewise.
43296         (c1): Likewise.
43297         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
43298         Adjust comments for base varying.
43299         (__expl_finite): Change alias to EXPL_FINITE.
43300         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
43301         tests for bugs.
43302         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43304         [BZ #14064]
43305         * math/libm-test.inc (check_float_internal): Correct ulp
43306         calculation for subnormal expected results.
43308 2012-05-06  Andreas Jaeger  <aj@suse.de>
43310         * Makeconfig (+math-flags): New, set to -frounding-math.
43311         (+cflags): Add +math-flags so that all of glibc gets compiled with
43312         it.
43314         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
43316 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
43318         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
43319         Disable one test.
43321         [BZ #13787]
43322         [BZ #13922]
43323         [BZ #14036]
43324         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
43325         (__ieee754_expl): Allow for and saturate large arguments.
43326         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
43327         (u_threshold): Likewise.
43328         (__exp): Call __ieee754_exp before checking for overflow and
43329         underflow.
43330         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
43331         (u_threshold): Likewise.
43332         (__expf): Call __ieee754_expf before checking for overflow and
43333         underflow.
43334         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
43335         (u_threshold): Likewise.
43336         (__expl): Call __ieee754_expl before checking for overflow and
43337         underflow.
43338         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
43339         (__ieee754_expl): Allow for and saturate large arguments.
43340         * math/libm-test.inc (exp_test): Add another test.  Do not allow
43341         missing overflow exception on overflow.
43342         (expm1_test): Do not allow missing overflow exception on overflow.
43344         * sysdeps/i386/fpu/e_expl.c: Move to ...
43345         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
43346         rather than using inline asm.
43347         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
43348         * sysdeps/x86_64/fpu/e_expl.S: Copy from
43349         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
43351         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
43352         (nice): Likewise.
43353         (poll): Likewise.
43354         (signal): Likewise.
43355         (time): Likewise.
43356         (times): Likewise.
43358 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43360         * sysdeps/unix/syscalls.list (adjtime): Add entry from
43361         sysdeps/unix/common/syscalls.list.
43362         (fchmod): Likewise.
43363         (fchown): Likewise.
43364         (ftruncate): Likewise.
43365         (getrusage): Likewise.
43366         (gettimeofday): Likewise.
43367         (setpgid): Likewise.
43368         (setregid): Likewise.
43369         (setreuid): Likewise.
43370         (sigaction): Likewise.
43371         (truncate): Likewise.
43372         (vhangup): Likewise.
43373         * sysdeps/unix/common/syscalls.list: Remove file.
43374         * sysdeps/unix/bsd/Implies: Don't include unix/common.
43375         * sysdeps/unix/sysv/linux/Implies: Likewise.
43377 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
43379         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
43380         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
43381         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
43382         Moved to ...
43383         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
43384         Here.
43385         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
43386         to ...
43387         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
43388         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
43389         to ...
43390         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
43391         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
43392         to ...
43393         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
43394         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
43395         to ...
43396         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
43397         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
43398         to ...
43399         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
43400         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
43401         to ...
43402         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
43403         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
43404         to ...
43405         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
43406         Here.
43407         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
43408         to ...
43409         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
43410         Here.
43411         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
43412         to ...
43413         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
43414         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
43415         Moved to ...
43416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
43417         Here.
43418         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
43419         to ...
43420         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
43422 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43424         * sysdeps/unix/common/bits/dirent.h: Remove file.
43425         * sysdeps/unix/common/bits/fcntl.h: Likewise.
43427         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
43428         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
43429         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
43430         * sysdeps/unix/bsd/isatty.c: Likewise.
43431         * sysdeps/unix/bsd/tcdrain.c: Likewise.
43432         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
43433         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
43435 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43437         [BZ #13563]
43438         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
43439         long double comparison inaccuracies.
43440         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
43441         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43443 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
43445         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
43446         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
43448 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
43450         [BZ #14049]
43451         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
43452         nonzero digits before rounding a hex value.
43453         * stdlib/tst-strtod.c (tests): Add another test.
43455 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
43457         * sysdeps/s390/fpu/libm-test-ulps: Update.
43459 2012-05-03  Andreas Jaeger  <aj@suse.de>
43461         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
43462         does not get optimized out.
43463         (malloc_opt_barrier): New.
43465 2012-05-03  Andreas Jaeger  <aj@suse.de>
43466             Roland McGrath  <roland@hack.frob.com>
43468         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
43469         intermediate file deletion.
43470         (generated): Add .symlist files.
43472 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
43474         [BZ #13775]
43475         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
43476         Redirect under this condition.
43477         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43478         [__USE_GNU] (__dprintf_chk): Not under this condition.
43479         [__USE_GNU] (__vdprintf_chk): Likewise.
43480         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
43481         under this condition.
43482         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
43483         [__USE_XOPEN2K8] (dprintf): Define under this condition.
43484         [__USE_XOPEN2K8] (vdprintf): Likewise.
43485         [__USE_GNU] (__dprintf_chk): Not under this condition.
43486         [__USE_GNU] (__vdprintf_chk): Likewise.
43487         [__USE_GNU] (dprintf): Likewise.
43488         [__USE_GNU] (vdprintf): Likewise.
43490 2012-05-03  Roland McGrath  <roland@hack.frob.com>
43492         * elf/Makefile (common-generated): Set this instead of generated for
43493         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
43494         $(all-built-dso)-derived lists.
43496 2012-05-03  Andreas Jaeger  <aj@suse.de>
43498         * sysdeps/i386/fpu/libm-test-ulps: Update.
43500         * FAQ: Removed.
43501         * FAQ.in: Likewise.
43502         * scripts/gen-FAQ.pl: Likewise.
43503         * manual/install.texi (Installation): Point to online location of
43504         FAQ.
43505         * Makefile (files-for-dist): Remove FAQ.
43506         (FAQ): Remove.
43508 2012-05-02  Allan McRae  <allan@archlinux.org>
43510         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
43511         (LDFLAGS-reldepmod5.so): Likewise.
43512         (LDFLAGS-reldep6mod1.so): Likewise.
43513         (LDFLAGS-reldep6mod4.so): Likewise.
43514         (LDFLAGS-reldep8mod3.so): Likewise.
43515         (LDFLAGS-unload4mod1.so): Likewise.
43516         (LDFLAGS-unload4mod2.so): Likewise.
43517         (LDFLAGS-tst-initorder): Likewise.
43518         (LDFLAGS-tst-initordera2.so): Likewise.
43519         (LDFLAGS-tst-initordera3.so): Likewise.
43520         (LDFLAGS-tst-initordera4.so): Likewise.
43521         (LDFLAGS-tst-initorderb2.so): Likewise.
43522         (LDFLAGS-noload): Likewise.
43523         (LDFLAGS-next): Likewise.
43524         (LDFLAGS-order2mod1.so): Likewise.
43525         (LDFLAGS-order2mod2.so): Likewise.
43526         (LDFLAGS-tst-initorder2): Likewise.
43527         (LDFLAGS-tst-initorder2a.so): Likewise.
43528         (LDFLAGS-tst-initorder2b.so): Likewise.
43529         (LDFLAGS-tst-initorder2c.so): Likewise.
43530         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
43532 2012-05-02  David S. Miller  <davem@davemloft.net>
43534         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43536 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
43538         [BZ #14055]
43539         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
43541 2012-05-02  Andreas Jaeger  <aj@suse.de>
43543         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
43544         since we manipulate rounding mode.
43545         (CPPFLAGS-test-idouble.c): Likewise.
43546         (CPPFLAGS-test-ifloat.c): Likewise.
43547         (CFLAGS-test-ldouble.c): Likewise.
43548         (CFLAGS-test-double.c): Likewise.
43549         (CFLAGS-test-float.c): Likewise.
43550         (CFLAGS-test-misc.c): Likewise.
43551         (CFLAGS-test-test-fenv.c): Likewise.
43553 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43555         [BZ #2550]
43556         [BZ #2570]
43557         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
43558         comparisons to determine direction to adjust input.
43560 2012-05-01  Roland McGrath  <roland@hack.frob.com>
43562         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
43563         output to the target.
43565         * scripts/localplt.awk: New file.
43566         * elf/Makefile ($(objpfx)check-localplt): Target removed.
43567         (check-localplt-CFLAGS): Variable removed.
43568         ($(all-built-dso:=.jmprel)): New static pattern rule.
43569         (generated): Add those targets.
43570         (localplt-built-dso): New variable.
43571         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
43573         * elf/check-localplt.c: File removed.
43575         * scripts/check-execstack.awk: New file.
43576         * elf/Makefile ($(objpfx)check-execstack): Target removed.
43577         (check-execstack-CFLAGS): Variable removed.
43578         ($(objpfx)check-execstack.h): Target removed.
43579         ($(objpfx)execstack-default): New target.
43580         (generated): Add that instead of check-execstack.h.
43581         ($(all-built-dso:=.phdr)): New static pattern rule.
43582         (generated): Add those targets.
43583         * elf/check-execstack.c: File removed.
43585         * scripts/check-textrel.awk: New file.
43586         * elf/Makefile ($(objpfx)check-textrel): Target removed.
43587         (check-textrel-CFLAGS): Variable removed.
43588         (all-built-dso): Use := to define.o
43589         ($(all-built-dso:=.dyn)): New static pattern rule.
43590         (generated): Add those targets.
43591         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
43592         * config.make.in (READELF): New substituted variable.
43593         * elf/check-textrel.c: File removed.
43595 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
43597         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
43598         allow.
43599         * conform/data/ctype.h-data [C99-based standards] (isblank):
43600         Expect function.
43601         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
43602         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
43603         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43604         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
43605         Specify type.  Require positive value.
43606         (EILSEQ): Likewise.
43607         (ERANGE): Likewise.
43608         [ISO || POSIX] (EILSEQ): Do not expect.
43609         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
43610         Specify type.  Require positive value.
43611         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
43612         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
43613         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
43614         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
43615         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
43616         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
43617         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
43618         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
43619         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
43620         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
43621         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
43622         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
43623         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
43624         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
43625         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
43626         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
43627         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
43628         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
43629         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
43630         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
43631         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
43632         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
43633         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
43634         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
43635         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
43636         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
43637         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
43638         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
43639         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
43640         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
43641         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
43642         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
43643         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
43644         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
43645         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
43646         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
43647         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
43648         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
43649         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
43650         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
43651         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
43652         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
43653         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
43654         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
43655         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
43656         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
43657         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
43658         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
43659         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
43660         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
43661         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
43662         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
43663         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
43664         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
43665         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
43666         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
43667         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
43668         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
43669         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
43670         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
43671         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
43672         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
43673         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
43674         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
43675         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
43676         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
43677         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
43678         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
43679         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
43680         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
43681         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
43682         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
43683         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
43684         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
43685         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
43686         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
43687         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
43688         Require >= 2.
43689         (FLT_ROUNDS): Expect as macro, not constant.
43690         (FLT_MANT_DIG): Use macro-int-constant.
43691         (DBL_MANT_DIG): Likewise.
43692         (LDBL_MANT_DIG): Likewise.
43693         (FLT_DIG): Likewise.
43694         (DBL_DIG): Likewise.
43695         (LDBL_DIG): Likewise.
43696         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
43697         (DBL_MIN_EXP): Likewise.
43698         (LDBL_MIN_EXP): Likewise.
43699         (FLT_MAX_EXP): Use macro-int-constant.
43700         (DBL_MAX_EXP): Likewise.
43701         (LDBL_MAX_EXP): Likewise.
43702         (FLT_MAX_10_EXP): Likewise.
43703         (DBL_MAX_10_EXP): Likewise.
43704         (LDBL_MAX_10_EXP): Likewise.
43705         (FLT_MAX): Use macro-constant.
43706         (DBL_MAX): Likewise.
43707         (LDBL_MAX): Likewise.
43708         (FLT_EPSILON): Use macro-constant.  Give upper bound.
43709         (DBL_EPSILON): Likewise.
43710         (LDBL_EPSILON): Likewise.
43711         (FLT_MIN): Likewise.
43712         (DBL_MIN): Likewise.
43713         (LDBL_MIN): Likewise.
43714         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
43715         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
43716         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
43717         [ISO11] (FLT_HAS_SUBNORM): Likewise.
43718         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
43719         [ISO11] (DBL_DECIMAL_DIG): Likewise.
43720         [ISO11] (FLT_DECIMAL_DIG): Likewise.
43721         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
43722         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
43723         [ISO11] (FLT_TRUE_MIN): Likewise.
43724         [ISO11] (LDBL_TRUE_MIN): Likewise.
43725         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43726         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
43727         (SCHAR_MIN): Use macro-int-constant.  Specify type.
43728         (SCHAR_MAX): Likewise.
43729         (UCHAR_MAX): Likewise.
43730         (CHAR_MIN): Likewise.
43731         (CHAR_MAX): Likewise.
43732         (MB_LEN_MAX): Use macro-int-constant.
43733         (SHRT_MIN): Use macro-int-constant.  Specify type.
43734         (SHRT_MAX): Likewise.
43735         (USHRT_MAX): Likewise.
43736         (INT_MAX): Likewise.
43737         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
43738         bound negative.
43739         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43740         bound with "U".
43741         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43742         bound with "L".
43743         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
43744         bound negative.  Suffix upper bound with "L".
43745         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
43746         bound with "UL".
43747         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
43748         Specify type.
43749         [C99-based standards] (LLONG_MAX): Likewise.
43750         [C99-based standards] (ULLONG_MAX): Likewise.
43751         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
43752         == 0.
43753         [ISO11] (max_align_t): Require type.
43754         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43756         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
43757         from $CFLAGS, without defining away __attribute__ calls.
43758         (checknamespace): Use $CFLAGS_namespace.
43760         * conform/conformtest.pl (@keywords): Only include C99 keywords
43761         for standards based on C99 or C11.
43763         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
43764         Disable tests.
43765         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
43766         UNIX98]: Likewise.
43768         * conform/conformtest.pl: Handle "macro-int-constant" and test for
43769         usability of symbols in #if.
43771         * conform/conformtest.pl: If macro or constant types start
43772         "promoted:", expect the symbol to be of the following type
43773         promoted by the integer promotions.
43775         * conform/conformtest.pl: Parse all "constant" and "macro" lines
43776         in one place.  Also handle "macro-constant".
43778         * conform/conformtest.pl: Only accept expected macro values with
43779         "==".  Parse all "macro" lines in one place.
43780         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
43782         * conform/conformtest.pl: Handle braced types on "constant" lines
43783         instead of handling "typed-constant".
43784         * conform/data/signal.h-data: Use "constant" instead of
43785         "typed-constant".
43787         * conform/conformtest.pl: Handle "optional-" at start of lines in
43788         one place rather than duplicating several cases.  Handle each
43789         format of "macro" line with initial "optional-".
43791         * conform/conformtest.pl: Only accept expected constant or
43792         optional-constant values with "==".  Parse all "constant" lines in
43793         one place.  Parse all "optional-constant" lines in one place.
43794         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
43795         * conform/data/fmtmsg.h-data: Likewise.
43796         * conform/data/netinet/in.h-data: Likewise.
43797         * conform/data/tar.h-data: Likewise.
43798         * conform/data/limits.h-data: Use "==" form on "constant" and
43799         "optional-constant" lines.
43801         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
43802         Use -std=c99 for XOPEN2K.
43803         (@knownproblems): Remove.
43804         (newtoken): Don't check %isknown.
43806         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
43807         Do not expect macro.
43808         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
43809         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
43810         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
43811         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
43812         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
43813         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
43814         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
43815         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
43816         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
43817         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
43818         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
43819         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
43820         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
43821         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
43822         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
43823         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
43824         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
43825         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
43826         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
43827         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
43828         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
43829         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
43830         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
43831         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
43832         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
43833         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
43834         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
43835         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
43836         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
43837         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
43838         [XPG3] (acosh): Likewise.
43839         [XPG3] (asinh): Likewise.
43840         [XPG3] (atanh): Likewise.
43841         [XPG3] (cbrt): Likewise.
43842         [XPG3] (expm1): Likewise.
43843         [XPG3] (ilogb): Likewise.
43844         [XPG3] (log1p): Likewise.
43845         [XPG3] (logb): Likewise.
43846         [XPG3] (nextafter): Likewise.
43847         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
43848         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
43849         [XPG3] (remainder): Likewise.
43850         [XPG3] (rint): Likewise.
43851         [XPG3 || XPG4 || UNIX98] (round): Likewise.
43852         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
43853         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
43854         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
43855         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
43856         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
43857         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
43858         [UNIX98 || XOPEN2K] (scalb): Expect.
43859         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
43860         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
43861         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
43862         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
43863         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
43864         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
43865         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
43866         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
43867         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
43868         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
43869         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
43870         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
43871         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
43872         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
43873         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
43874         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
43875         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
43876         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
43877         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
43878         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
43879         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
43880         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
43881         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
43882         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
43883         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
43884         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
43885         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
43886         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
43887         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
43888         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
43889         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
43890         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
43891         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
43892         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
43893         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
43894         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
43895         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
43896         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
43897         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
43898         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
43899         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
43900         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
43901         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
43902         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
43903         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
43904         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
43905         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
43906         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
43907         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
43908         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
43909         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
43910         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
43911         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
43912         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
43913         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
43914         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
43915         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
43916         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
43917         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
43918         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
43919         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
43920         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
43921         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
43922         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
43923         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
43924         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
43925         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
43926         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
43927         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
43928         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
43929         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
43930         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
43931         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
43932         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
43933         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
43934         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
43935         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
43936         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
43937         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
43938         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
43939         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
43940         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
43941         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
43942         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
43943         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
43944         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
43945         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
43946         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
43947         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
43948         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
43949         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
43950         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
43951         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
43952         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
43953         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
43954         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
43955         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
43956         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
43957         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
43958         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
43959         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
43960         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
43961         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
43962         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
43963         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
43964         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
43965         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
43966         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
43967         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
43968         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
43969         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
43970         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
43971         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
43972         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
43973         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
43974         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
43975         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
43976         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
43977         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
43978         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
43979         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
43980         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
43981         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
43982         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
43983         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
43984         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
43985         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
43986         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
43987         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
43988         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
43989         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
43990         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
43991         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
43992         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
43993         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
43994         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
43995         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
43997         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
43998         _XOPEN_SOURCE_EXTENDED for XPG4.
44000         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
44002         * Makeconfig (localtime): Remove variable.
44003         (inst_localtime-file): Likewise.
44005 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
44008         Update.
44009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
44010         Update.
44011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
44012         Update.
44013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
44014         Update.
44015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
44016         Update.
44017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
44018         Update.
44019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
44020         Update.
44021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
44022         Update.
44023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44024         Update.
44026 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44028         [BZ #2550]
44029         [BZ #2570]
44030         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
44031         comparisons to determine direction to adjust input.
44032         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
44033         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
44034         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
44035         Likewise.
44036         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
44037         Likewise.
44038         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
44039         Likewise.
44040         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
44041         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
44042         Likewise.
44043         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
44044         Likewise.
44045         * math/libm-test.inc (nexttoward_test): Add more tests.
44047 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
44049         [BZ #14040]
44050         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
44051         in version GLIBC_2.1, not GLIBC_2.0.
44052         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
44053         Likewise.
44055 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
44057         [BZ #13942]
44058         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
44059         (1 - x) * (1 + x).
44060         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44061         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
44062         * math/libm-test.inc (acos_test): Add more tests.
44063         (asin_test): Likewise.
44064         * sysdeps/i386/fpu/libm-test-ulps: Update.
44065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44067         [BZ #14034]
44068         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
44069         of square root.
44070         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
44071         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
44072         * math/libm-test.inc (acos_test_tonearest): New function.
44073         (acos_test_towardzero): Likewise.
44074         (acos_test_downward): Likewise.
44075         (acos_test_upward): Likewise.
44076         (asin_test_tonearest): Likewise.
44077         (asin_test_towardzero): Likewise.
44078         (asin_test_downward): Likewise.
44079         (asin_test_upward): Likewise.
44080         (main): Call the new functions.
44081         * sysdeps/i386/fpu/libm-test-ulps: Update.
44082         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44084         [BZ #13884]
44085         [BZ #13924]
44086         * math/e_exp10.c: Include <float.h>.
44087         (__ieee754_exp10): Handle underflow here rather than multiplying
44088         large negative argument by M_LN10.
44089         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
44090         of __ieee754_expf.
44091         * math/e_exp10l.c: Include <float.h>.
44092         (__ieee754_exp10l): Handle underflow here rather than multiplying
44093         large negative argument by M_LN10l.
44094         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
44095         spurious overflow exception on underflow.
44097 2012-04-29  Marek Polacek  <polacek@redhat.com>
44099         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
44100         (__fortify_function): New macro.
44101         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
44102         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
44103         __extern_always_inline.
44104         * libio/bits/stdio2.h: Likewise.
44105         * libio/bits/stdio.h: Likewise.
44106         * string/string.h: Likewise.
44107         * string/bits/string3.h: Likewise.
44108         * include/stdio.h: Likewise.
44109         * stdlib/bits/stdlib.h: Likewise.
44110         * stdlib/stdlib.h: Likewise.
44111         * rt/bits/mqueue2.h: Likewise.
44112         * rt/mqueue.h: Likewise.
44113         * posix/bits/unistd.h: Likewise.
44114         * posix/unistd.h: Likewise.
44115         * io/bits/poll2.h: Likewise.
44116         * io/bits/fcntl2.h: Likewise.
44117         * io/fcntl.h: Likewise.
44118         * io/sys/poll.h: Likewise.
44119         * misc/bits/syslog.h: Likewise.
44120         * misc/bits/syslog-ldbl.h: Likewise.
44121         * misc/sys/syslog.h: Likewise.
44122         * socket/bits/socket2.h: Likewise.
44123         * socket/sys/socket.h: Likewise.
44124         * debug/tst-chk1.c: Likewise.
44125         * wcsmbs/bits/wchar2.h: Likewise.
44126         * wcsmbs/bits/wchar-ldbl.h: Likewise.
44127         * wcsmbs/wchar.h: Likewise.
44129 2012-04-29  Andreas Jaeger  <aj@suse.de>
44131         * Makerules (tests): Remove enable-check-abi protection.
44132         (check-abi-warn): Remove.
44133         (check-abi-%): Remove check-abi-warn usage.
44135         * configure.in: Remove check-abi configure option.
44136         * configure: Regenerated.
44137         * config.make.in (enable-check-abi): Remove.
44139 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
44141         [BZ #14033]
44142         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
44143         double functions to double *_finite functions.
44145         [BZ #13941]
44146         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
44147         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
44148         LDBL_MIN_EXP.
44149         * stdio-common/Makefile (tests): Add tst-sprintf3.
44150         * stdio-common/tst-sprintf3.c: New file.
44152         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
44153         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
44155 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44157         * conform/conformtest.pl: Remove duplicate typed-constant
44158         handling.
44160 2012-04-28  David S. Miller  <davem@davemloft.net>
44162         * Makerules (%.abilist): Add vpath on sysdep_dirs.
44163         (check-abi-%): Remove AWK script prerequisite and explicit
44164         abilist directory.
44165         (check-abi): Rewrite to just diff the symlist with the abilist.
44166         (config-tls, config-abi-config): Delete, no longer used.
44167         (update-abi-%): Remove AWK script and explicit abilist directory.
44168         (update-abi): Rewrite to simply compare and conditionally copy the
44169         symlist and the sysdep abilist file.  Remove update-abi-config
44170         checks.
44171         * abilist/ld.abilist: Remove.
44172         * abilist/libBrokenLocale.abilist: Remove.
44173         * abilist/libanl.abilist: Remove.
44174         * abilist/libcrypt.abilist: Remove.
44175         * abilist/libdl.abilist: Remove.
44176         * abilist/librt.abilist: Remove.
44177         * abilist/libthread_db.abilist: Remove.
44178         * abilist/libutil.abilist: Remove.
44179         * scripts/extract-abilist.awk: Remove.
44180         * scripts/merge-abilist.awk: Remove.
44181         * sysdeps/generic/libcidn.abilist: New file.
44182         * sysdeps/generic/libnss_compat.abilist: New file.
44183         * sysdeps/generic/libnss_db.abilist: New file.
44184         * sysdeps/generic/libnss_dns.abilist: New file.
44185         * sysdeps/generic/libnss_files.abilist: New file.
44186         * sysdeps/generic/libnss_hesiod.abilist: New file.
44187         * sysdeps/generic/libnss_nis.abilist: New file.
44188         * sysdeps/generic/libnss_nisplus.abilist: New file.
44189         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
44190         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
44191         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
44192         file.
44193         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
44194         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
44195         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
44196         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
44197         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
44198         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
44199         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
44200         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
44201         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
44202         file.
44203         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
44204         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
44205         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
44206         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
44207         file.
44208         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
44209         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
44210         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
44211         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
44212         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
44213         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
44214         file.
44215         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
44216         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
44217         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
44218         file.
44219         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
44220         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
44221         New file.
44222         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
44223         New file.
44224         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
44225         New file.
44226         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
44227         New file.
44228         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
44229         New file.
44230         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
44231         New file.
44232         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
44233         New file.
44234         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
44235         New file.
44236         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
44237         New file.
44238         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
44239         New file.
44240         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
44241         New file.
44242         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
44243         New file.
44244         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
44245         New file.
44246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
44247         file.
44248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
44249         New file.
44250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
44251         New file.
44252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
44253         file.
44254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
44255         New file.
44256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
44257         New file.
44258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
44259         file.
44260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
44261         New file.
44262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
44263         New file.
44264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
44265         New file.
44266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
44267         New file.
44268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
44269         New file.
44270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
44271         New file.
44272         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
44273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
44274         file.
44275         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44276         New file.
44277         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
44278         file.
44279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
44280         file.
44281         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
44282         file.
44283         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
44284         file.
44285         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
44286         file.
44287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44288         New file.
44289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
44290         file.
44291         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
44292         file.
44293         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44294         New file.
44295         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
44296         file.
44297         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
44298         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
44299         file.
44300         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44301         New file.
44302         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
44303         file.
44304         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
44305         file.
44306         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
44307         file.
44308         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
44309         file.
44310         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
44311         file.
44312         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44313         New file.
44314         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
44315         file.
44316         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
44317         file.
44318         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44319         New file.
44320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
44321         file.
44322         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
44323         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
44324         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
44325         file.
44326         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
44327         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
44328         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
44329         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
44330         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
44331         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
44332         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
44333         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
44334         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
44335         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
44336         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
44337         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
44338         file.
44339         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44340         New file.
44341         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
44342         file.
44343         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
44344         file.
44345         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
44346         file.
44347         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
44348         file.
44349         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
44350         file.
44351         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44352         New file.
44353         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44354         New file.
44355         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
44356         file.
44357         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44358         New file.
44359         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
44360         file.
44361         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
44362         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
44363         file.
44364         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44365         New file.
44366         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
44367         file.
44368         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
44369         file.
44370         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
44371         file.
44372         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
44373         file.
44374         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
44375         file.
44376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44377         New file.
44378         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44379         New file.
44380         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
44381         file.
44382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44383         New file.
44384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
44385         file.
44387 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
44389         * conform/conformtest.pl: Fix typo in handling typed-constant from
44390         allow-header.
44392 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44394         * README: Cut down references to pre-2.6 Linux kernels and
44395         Linuxthreads.  Update lists of configurations in libc and ports
44396         and sort alphabetically.  Say "or newer" with Linux kernel version
44397         requirements.
44399         * config.h.in [IS_IN_build]: Allow compiling without optimization.
44401 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
44403         [BZ #887]
44404         * math/libm-test.inc (logb_test_downward): New test to expose
44405         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
44406         rounding mode.
44408 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
44410         [BZ #14027]
44411         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
44412         to be done.
44413         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
44414         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
44416 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
44418         * sysdeps/unix/i386/brk.S: Remove file.
44419         * sysdeps/unix/i386/dl-brk.S: Likewise.
44420         * sysdeps/unix/i386/pipe.S: Likewise.
44421         * sysdeps/unix/i386/sigreturn.S: Likewise.
44422         * sysdeps/unix/i386/syscall.S: Likewise.
44423         * sysdeps/unix/i386/vfork.S: Likewise.
44424         * sysdeps/unix/i386/wait.S: Likewise.
44426         * sysdeps/unix/common/tcsendbrk.c: Move to ...
44427         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
44429         * configure.in (arm*-none*): Do not allow without
44430         --enable-hacker-mode.
44431         (netbsd*): Remove case setting base_os.
44432         (386bsd*): Likewise.
44433         (freebsd*): Likewise.
44434         (bsdi*): Likewise.
44435         (osf*): Likewise.
44436         (sunos*): Likewise.
44437         (ultrix*): Likewise.
44438         (newsos*): Likewise.
44439         (dynix*): Likewise.
44440         (*bsd*): Likewise.
44441         (sysv*): Likewise.
44442         (isc*): Likewise.
44443         (esix*): Likewise.
44444         (sco*): Likewise.
44445         (minix*): Likewise.
44446         (irix4*): Likewise.
44447         (irix6*): Likewise.
44448         (solaris[2-9]*): Likewise.
44449         (none): Likewise.
44450         * configure: Regenerated.
44452 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44454         [BZ #11521]
44455         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
44456         overflow or cancellation in calculating denominator.
44457         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
44458         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
44459         down expression to avoid unexpected rounding in newer GCCs.
44460         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
44462 2012-04-26  David S. Miller  <davem@davemloft.net>
44464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
44465         long-double compat symbols.
44466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
44470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44471         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
44472         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
44473         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
44474         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
44475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
44476         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
44477         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
44478         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44480 2012-04-25  David S. Miller  <davem@davemloft.net>
44482         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
44483         HWCAP_* values only after the memory barriers have been defined.
44484         (atomic_full_barrier): Define.
44485         (atomic_read_barrier): Define.
44486         (atomic_write_barrier): Define.
44488 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44490         * shlib-versions: Add libgcc_s version information.
44491         * sysdeps/generic/libgcc_s.h: Remove.
44492         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
44493         libgcc_s.h.
44494         * sysdeps/gnu/unwind-resume.c: Likewise.
44495         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
44497 2012-04-25  David S. Miller  <davem@davemloft.net>
44499         * sysdeps/unix/sparc/brk.S: Delete.
44500         * sysdeps/unix/sparc/dl-brk.S: Delete.
44501         * sysdeps/unix/sparc/pipe.S: Delete.
44502         * sysdeps/unix/sparc/sysdep.S: Delete.
44503         * sysdeps/unix/sparc/sysdep.h: Delete.
44504         * sysdeps/unix/sparc/vfork.S: Delete.
44505         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
44506         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
44507         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
44508         (ret_ERRVAL, r0, r1, MOVE): Define.
44509         (JUMPTARGET): Remove.
44510         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
44511         sysdeps/unix/sparc/sysdep.h
44512         (ENTRY, END): Remove.
44513         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44515 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
44517         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
44518         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
44519         -DIS_IN_build.
44521         * timezone/README: Update upstream location and email address for
44522         tzcode and tzdata.
44523         * timezone/zdump.c: Update from tzcode 2012b.
44524         * timezone/zic.c: Likewise.
44526         * configure.in (libc_cv_as_needed): Remove test.
44527         * configure: Regenerated.
44528         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
44529         conditional definition.
44530         [$(have-as-needed) != yes] (no-as-needed): Likewise.
44531         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
44532         * config.make.in (have-as-needed): Remove variable.
44534 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44535             Paul Pluzhnikov  <ppluzhnikov@google.com>
44537         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
44538         strings correctly.
44540 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
44542         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
44543         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
44544         * sysdeps/sh/strlen.S: Likewise.
44546 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44548         * sysdeps/unix/fork.S: Remove file.
44549         * sysdeps/unix/i386/fork.S: Likewise.
44550         * sysdeps/unix/sparc/fork.S: Likewise.
44552         * sysdeps/unix/system.c: Remove file.
44553         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
44555         * sysdeps/unix/getegid.S: Remove file.
44556         * sysdeps/unix/geteuid.S: Likewise.
44558 2012-04-24  Roland McGrath  <roland@hack.frob.com>
44560         * scripts/check-localplt.awk: New file.
44561         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
44562         of diff.
44563         * scripts/data/localplt-generic.data: Add a comment.
44565         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
44566         NODE when __dir_mkfile failed.
44567         * sysdeps/mach/hurd/symlinkat.c: Likewise.
44568         Reported by Ludovic Courtès <ludo@gnu.org>.
44570 2012-04-24  Andreas Jaeger  <aj@suse.de>
44572         * Makerules (common-clean): Also remove gen-as-const-headers
44573         files.
44575 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44577         * Makerules (native-compile): Do not change working directory for
44578         build.  Use $(OUTPUT_OPTION) in command.
44579         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
44581 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44583         [BZ #13886]
44584         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
44585         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
44586         * math/libm-test.inc (floor_test): Add more tests.
44587         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
44589 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
44591         * sysdeps/unix/getdents.c: Remove file.
44592         * sysdeps/unix/sysv/getdents.c: Likewise.
44593         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
44595         * sysdeps/unix/syscalls.list (madvise): Add syscall from
44596         sysdeps/unix/mman/syscalls.list.
44597         (mmap): Likewise.
44598         (mprotect): Likewise.
44599         (msync): Likewise.
44600         (munmap): Likewise.
44601         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
44602         * sysdeps/unix/mman/syscalls.list: Remove.
44603         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
44605         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
44606         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
44607         * configure: Regenerated.
44608         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
44609         $(libgcc_s_suffix).
44610         * config.make.in (libgcc_s_suffix): Remove variable.
44612 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
44614         * sysdeps/unix/sysv/gethostname.c: Move to ...
44615         * sysdeps/posix/gethostname.c: ... here.
44617         * sysdeps/unix/execve.S: Remove file.
44619         * sysdeps/unix/_exit.S: Remove file.
44621 2012-04-23  Andreas Jaeger  <aj@suse.de>
44623         [BZ #13739]
44624         * manual/Makefile: Remove make dist support, there's no
44625         need for a stand-alone documentation tar ball.
44626         (TEXI2DVI): Define always, it's not in Makeconfig.
44627         (dist): Removed.
44628         (tar-it): Removed.
44629         (edition): Removed.
44630         (glibc-doc-$(edition).tar): Removed
44631         (%.Z): Removed.
44632         (%.gz): Removed.
44633         (%.uu): Removed.
44634         (ETAGS): Remove, it's in Makeconfig.
44635         (move-if-change): Remove, it's in Makeconfig.
44637 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
44639         [BZ #13970]
44640         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
44641         (strtod, strtof, strtold, strtol, strtoul, strtoq)
44642         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
44643         (strtod_l, strtof_l, strtold_l): Remove __wur.
44644         It is not necessarily an error to ignore strtol's return value.
44645         One can reliably look at the stored endptr to decide whether
44646         the number had valid syntax.
44648 2012-04-21  Andreas Jaeger  <aj@suse.de>
44650         [BZ #13739]
44651         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
44653 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
44655         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
44656         * sysdeps/unix/sysv/Versions: Remove file.
44658 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
44660         [BZ #13927]
44661         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44663 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
44665         [BZ #7064]
44666         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
44667         version from __vm86.
44669 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
44671         * sysdeps/unix/common/lxstat.c: Remove file.
44672         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
44674         * sysdeps/unix/sysv/Makefile: Remove file.
44676         * sysdeps/unix/sysv/direct.h: Remove file.
44678         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
44679         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
44680         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
44681         * sysdeps/unix/sysv/bits/signum.h: Likewise.
44682         * sysdeps/unix/sysv/bits/stat.h: Likewise.
44683         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
44684         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
44686         * sysdeps/unix/sysv/setrlimit.c: Remove file.
44688         * sysdeps/unix/xmknod.c: Remove file.
44689         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
44691         * sysdeps/unix/sysv/settimeofday.c: Remove file.
44693         * sysdeps/unix/sysv/i386/time.S: Remove file.
44695         * sysdeps/unix/fxstat.c: Remove file.
44696         * sysdeps/unix/xstat.c: Likewise.
44697         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
44699         * sysdeps/unix/sysv/sigaction.c: Remove file.
44701         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
44702         (sysdep_headers): Remove variable.
44703         [termio.h not in sysdep_headers] (generated): Likewise.
44704         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
44705         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
44706         * sysdeps/unix/sysv/tcdrain.c: Likewise.
44707         * sysdeps/unix/sysv/tcflow.c: Likewise.
44708         * sysdeps/unix/sysv/tcflush.c: Likewise.
44709         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
44710         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
44711         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
44712         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
44713         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
44715         * sysdeps/unix/siglist.c: Remove file.
44717         * sysdeps/unix/getppid.S: Remove file.
44719         * sysdeps/unix/mkdir.c: Remove file.
44720         * sysdeps/unix/rmdir.c: Likewise.
44722 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
44724         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
44725         ERR_MAX value.
44726         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
44727         errlist-compat value.
44729 2012-04-18  David S. Miller  <davem@davemloft.net>
44731         * sysdeps/generic/memcopy.h (reg_char): Delete.
44732         * debug/strcat_chk.c: Use char, not reg_char.
44733         * debug/strcpy_chk.c: Likewise.
44734         * debug/strncat_chk.c: Likewise.
44735         * debug/strncpy_chk.c: Likewise.
44736         * string/memchr.c: Likewise.
44737         * string/memrchr.c: Likewise.
44738         * string/rawmemchr.c: Likewise.
44739         * string/strcat.c: Likewise.
44740         * string/strchr.c: Likewise.
44741         * string/strchrnul.c: Likewise.
44742         * string/strcmp.c: Likewise.
44743         * string/strcpy.c: Likewise.
44744         * string/strncat.c: Likewise.
44745         * string/strncmp.c: Likewise.
44746         * string/strncpy.c: Likewise.
44748 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44750         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
44751         __builtin_memcopy is called when src and dest ranges are known to not
44752         overlap.
44754 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44756         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
44757         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
44758         fwd_align_merge macro call.
44759         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
44760         bwd_align_merge macro call.
44761         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44763 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
44765         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
44766         bwd_align_merge macros.
44767         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
44768         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
44769         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
44771 2012-04-18  David S. Miller  <davem@davemloft.net>
44773         * sysdeps/sparc/sparc64/memcopy.h: Delete.
44775 2012-04-18  Andreas Jaeger  <aj@suse.de>
44777         [BZ# 6794]
44778         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
44779         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
44780         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44782         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
44783         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
44784         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44786         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
44787         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
44788         Adjust for changed ldbl-128 files.
44790         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
44791         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
44792         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
44794 2012-04-17  David S. Miller  <davem@davemloft.net>
44796         * sysdeps/sparc/sparc32/memcopy.h: Delete.
44798 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
44800         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
44801         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
44802         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
44803         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
44804         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
44805         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
44807 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44809         [BZ #6794]
44810         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
44811         * math/libm-test.inc: Add ilogb errno and exception tests.
44812         * math/w_ilogb.c: New file: ilogb wrapper.
44813         * math/w_ilogbf.c: New file: ilogbf wrapper.
44814         * math/w_ilogbl.c: New file: ilogbl wrapper.
44815         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
44816         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
44817         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
44818         exception being thrown with 0.0 as argument.
44819         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
44820         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
44821         exception being thrown with 0.0 as argument.
44822         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
44823         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44824         exception being thrown with 0.0 as argument.
44825         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
44826         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
44827         exception being thrown with 0.0 as argument.
44828         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
44829         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
44830         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
44831         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
44832         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
44833         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
44834         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
44835         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
44836         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
44838 2012-04-17  Petr Baudis  <pasky@ucw.cz>
44840         * include/sys/uio.h: Change __vector to __iovec to avoid clash
44841         with altivec.
44843 2012-04-16  Marek Polacek  <polacek@redhat.com>
44845         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
44847 2012-04-16  Marek Polacek  <polacek@redhat.com>
44849         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
44850         operands of fdivp instruction.
44852 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44854         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
44855         * elf/tst-auditmod3b.c: Likewise.
44856         * elf/tst-auditmod4b.c: Likewise.
44857         * elf/tst-auditmod5b.c: Likewise.
44858         * elf/tst-auditmod6b.c: Likewise.
44859         * elf/tst-auditmod6c.c: Likewise.
44860         * elf/tst-auditmod7b.c: Likewise.
44861         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
44862         * sysdeps/x86_64/preconfigure.in: Likewise.
44863         * sysdeps/x86_64/preconfigure: Regenerated.
44865 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
44867         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
44868         __ILP32__.
44870 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
44872         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44873         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
44875 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
44877         [BZ #13973]
44878         * locale/iso-639.def: Fix gl language name. Spotted by
44879         Yaron Shahrabani.
44881 2012-04-12  Roland McGrath  <roland@hack.frob.com>
44883         [BZ #2074]
44884         * libio/libio.h (__io_write_fn): Update comment.
44886 2012-04-12  Petr Baudis  <pasky@ucw.cz>
44888         [BZ #2074]
44889         * stdio.texi (Hook Functions): The user provided writer function
44890         is not allowed to return -1.
44892 2012-04-11  David S. Miller  <davem@davemloft.net>
44894         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44896 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
44898         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
44899         Add a leading slash to rtkaio.
44901 2012-04-11  Jim Meyering  <meyering@redhat.com>
44903         [BZ #11959]
44904         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
44905         It is not necessarily an error to ignore fwrite's return
44906         value.  One can reliably use ferror to test for errors after
44907         the fact.
44909 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44911         * bits/types.h (__snseconds_t): New type.
44912         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
44914         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
44915         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44916         (__SNSECONDS_T_TYPE): Likewise.
44917         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44918         (__SNSECONDS_T_TYPE): Likewise.
44919         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44920         (__SNSECONDS_T_TYPE): Likewise.
44922 2012-04-10  Andreas Jaeger  <aj@suse.de>
44924         [BZ #2636]
44925         * manual/time.texi (Processor Time): Return type of times is
44926         elapsed real time since an arbitrary point in the past.
44927         (CPU Time): Move CLK_TCK from here...
44928         (Processor Time): ...to here.  Correct description.
44929         * manual/conf.texi (Constants for Sysconf): Correct description of
44930         _SC_CLK_TCK.
44932 2012-04-10  David S. Miller  <davem@davemloft.net>
44934         [BZ #13967]
44935         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
44936         where the is a gap between DT_REL(A) and DT_JMPREL.
44938 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
44940         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
44941         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
44942         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
44944 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
44946         * elf/dl-support.c (_dl_inhibit_cache): New variable.
44947         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
44948         (dl_main): Handle --inhibit-cache.
44949         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
44950         _dl_inhibit_cache.
44951         * elf/dl-load.c (_dl_map_object): Use it.
44952         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
44954 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
44956         [BZ #13872]
44957         * sysdeps/i386/fpu/e_powl.S (p78): New object.
44958         (__ieee754_powl): Saturate large exponents rather than testing for
44959         overflow of y*log2(x).
44960         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44961         * math/libm-test.inc (pow_test): Do not permit spurious overflow
44962         exceptions.
44964         [BZ #11521]
44965         * math/s_ctan.c: Include <float.h>.
44966         (__ctan): Avoid internal overflow or cancellation in calculating
44967         denominator.
44968         * math/s_ctanf.c: Likewise.
44969         * math/s_ctanl.c: Likewise.
44970         * math/s_ctanh.c: Likewise.
44971         * math/s_ctanhf.c: Likewise.
44972         * math/s_ctanhl.c: Likewise.
44973         * math/libm-test.inc (ctan_test): Add more tests.
44974         (ctanh_test): Likewise.
44975         * sysdeps/i386/fpu/libm-test-ulps: Update.
44976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44978 2012-04-09  Andreas Jaeger  <aj@suse.de>
44980         [BZ #6894]
44981         * manual/filesys.texi (Directory Entries): Mention that d_namlen
44982         is an optional BSD extension.
44984         [BZ #10254]
44985         * manual/stdio.texi (Opening Streams): Document additional fopen
44986         parameters.
44988 2012-04-09  Roland McGrath  <roland@hack.frob.com>
44990         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
44991         %eax without telling the compiler.
44993 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
44995         [BZ # 13963]
44996         * manual/install.texi: Use sourceware.org.
44998 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45000         [BZ #13873]
45001         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
45002         (__ieee754_pow): Generate overflow and underflow using huge*huge
45003         and tiny*tiny rather than just returning constant infinity or zero
45004         for large exponents.
45005         * math/libm-test.inc (pow_test): Require overflow exceptions for
45006         applicable cases of large exponents.
45008         [BZ #706]
45009         * sysdeps/i386/fpu/e_pow.S (p10): New object.
45010         (__ieee754_pow): Use iterative multiplication algorithm only for
45011         integer exponents with absolute value below 1024.  Check for odd
45012         integer exponents when using algorithm for real exponents.
45013         * math/libm-test.inc (pow_test): Add more tests.
45014         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45016 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
45018         [BZ #13705]
45019         * math/libm-test.inc (exp_test): Do not allow overflow exception
45020         on underflow test.
45022 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
45024         [BZ #13705]
45025         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
45026         instead of __kernel_standard_f.
45028 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
45030         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
45031         * sysdeps/x86_64/memset_chk.S: Likewise.
45033 2012-04-08  Andreas Jaeger  <aj@suse.de>
45035         [BZ #10153]
45036         * manual/startup.texi (Environment Access): Describe return value
45037         for putenv and setenv.
45039         [BZ #6895]
45040         * manual/filesys.texi (Directory Entries): Add description for
45041         DT_LNK.
45043         [BZ #6890]
45044         * manual/filesys.texi (Directory Entries): Clarify that it's file
45045         system not operating system in the description of DT_UNKNOWN.
45047         [BZ #6578]
45048         * manual/syslog.texi (closelog): Fix reference, it's openlog.
45050 2012-04-08  Stephen Compall  <s11@member.fsf.org>
45052         [BZ #6649]
45053         * manual/llio.texi (Opening and Closing Files): Add cross
45054         reference to explain mode argument.
45056 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
45058         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
45059         * sysdeps/x86_64/memset_chk.S: Likewise.
45061 2012-04-07  David S. Miller  <davem@davemloft.net>
45063         * elf/elf.h (R_SPARC_WDISP10): Define.
45064         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
45065         R_SPARC_SIZE32.
45066         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
45067         R_SPARC_SIZE64 and R_SPARC_H34.
45069 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
45071         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
45072         conditions and remove no longer applicable assertion.
45074 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45076         * bits/byteswap.h: Include <features.h>.
45077         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45078         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45080 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
45082         * bits/byteswap.h (__bswap_16): Removed.
45083         Include <bits/byteswap-16.h> to get __bswap_16.
45084         * sysdeps/i386/bits/byteswap.h: Likewise.
45085         * sysdeps/s390/bits/byteswap.h: Likewise.
45086         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45087         * bits/byteswap-16.h: New file.
45088         * sysdeps/i386/bits/byteswap-16.h: Likewise.
45089         * sysdeps/s390/bits/byteswap-16.h: Likewise.
45090         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
45091         * string/Makefile (headers): Add bits/byteswap-16.h.
45093 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
45095         [BZ #13895]
45096         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
45097         extra indirection.
45098         * nss/Makefile (tests-static, tests): Add tst-nss-static.
45099         * nss/tst-nss-static.c: New.
45101 2012-04-06  Robert Millan  <rmh@gnu.org>
45103         [BZ #6486]
45104         * manual/llio.texi (File Position Primitive): lseek
45105         refers to WHENCE when it really means OFFSET.
45107 2012-04-06  Andreas Jaeger  <aj@suse.de>
45109         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
45110         strncmp declarations.
45112         * abilist/libc.abilist: Add __poll and __ppoll.
45114 2012-04-05  David S. Miller  <davem@davemloft.net>
45116         * scripts/check-local-headers.sh: Accept a host triplet in the
45117         path matched by the exclude regexp.
45119         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
45120         definition.
45121         * sysdeps/powerpc/powerpc32/dl-machine.h
45122         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
45123         * sysdeps/s390/s390-32/dl-machine.h
45124         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45125         * sysdeps/sparc/sparc32/dl-machine.h
45126         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45127         * sysdeps/sparc/sparc64/dl-machine.h
45128         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
45130         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
45131         lazy binding.
45132         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
45133         undefined symbol errors.
45135         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
45136         DT_NEEDED entries.
45138 2012-04-05  Michael Matz  <matz@suse.de>
45140         [BZ #13592]
45141         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
45143 2012-04-05  Andreas Jaeger  <aj@suse.de>
45145         [BZ #13908]
45146         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
45147         comment.
45149 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45151         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
45152         which ROUND is no valid rounding mode.
45154 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45156         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
45157         read again.
45158         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
45160 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45162         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
45163         an exception using FPU order intentionally.
45165 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
45167         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
45168         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
45169         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
45170         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
45172 2012-04-05  Simon Josefsson  <simon@josefsson.org>
45174         [BZ #12340]
45175         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
45176         EINVAL when BUFLEN is too smal.
45178 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
45180         [BZ #13553]
45181         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
45182         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
45184 2012-04-03  Andreas Jaeger  <aj@suse.de>
45186         [BZ #13938]
45187         * manual/setjmp.texi (System V contexts): Fix sentence.
45189         [BZ #13926]
45190         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
45191         New macro for this case.
45192         [!__GNUC__] (__bswap_64): New inline function for this case.
45193         * sysdeps/x86_64/bits/byteswap.h: Likewise.
45194         * bits/byteswap.h: Likewise.
45195         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
45196         ull, guard with __GLIBC_HAVE_LONG_LONG.
45198         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
45199         __GLIBC_HAVE_LONG_LONG.
45201         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
45202         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
45204 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
45206         [BZ #13691]
45207         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
45208         inptr and inend, rather than using last_ch.
45210 2012-04-02  David S. Miller  <davem@davemloft.net>
45212         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
45213         * stdio-common/printf-parse.h (read_int): Change return type to
45214         'int', return -1 on INT_MAX overflow.
45215         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
45216         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
45217         overflows INT_MAX.  Check for overflow of in-format-string precision
45218         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
45219         SIZE_MAX not INT_MAX for integer overflow test.
45220         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
45221         skip the construct in the format string but do not record anything.
45222         * stdio-common/bug22.c: Adjust to test both width/prevision
45223         INT_MAX overflow as well as total length INT_MAX overflow.  Check
45224         explicitly for proper errno values.
45226 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
45228         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
45229         CHAR_MAX.
45230         * string/test-strcmp.c [! WIDE]: Likewise.
45231         * time/tst-mktime2.c: Likewise for INT_MAX.
45232         * string/test-string.h: #include <sys/param.h> for MIN.
45234         * csu/init-first.c (__libc_init_first): Call __ctype_init.
45235         * sysdeps/i386/init-first.c (init): Likewise.
45236         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
45237         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
45238         * sysdeps/sh/init-first.c (init): Likewise.
45240 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
45242         * po/ru.po: Update from translation team.
45243         * po/vi.po: Likewise.
45245 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
45247         * resolv/nss_dns/dns-host.c: Merge copyright years.
45249 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45251         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45252         Optimize memcpy with prefetch if
45253         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
45254         src, dst pointers have unequal 16 byte alignments.
45256 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
45258         [BZ #13928]
45259         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
45260         from a CNAME entry and return the minimum ttl for the query.
45261         (gaih_getanswer_slice): Likewise.
45263 2012-03-30  Jeff Law  <law@redhat.com>
45265         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
45266         due to long keys.
45267         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
45268         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
45270         * resolv/nss_dns/dns-host.c: Update copyright year.
45272 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
45274         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
45275         requests to save a system call.  Fix check that all bytes are sent.
45277         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
45278         comments for sendmmsg.
45280 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
45282         [BZ #13691]
45283         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
45284         with only 1 character between 0x0041 and 0x01b0.
45285         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
45286         * wcsmbs/tst-mbsnrtowcs.c: New file.
45288 2012-03-29  David S. Miller  <davem@davemloft.net>
45290         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
45291         small copies by hand.
45293 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
45295         [BZ #13761]
45296         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
45297         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
45298         group memberships.
45300 2012-03-28  David S. Miller  <davem@davemloft.net>
45302         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
45303         that branches into memcpy.
45304         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
45305         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
45306         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
45307         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
45308         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
45309         bits.
45310         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
45311         implementation too.
45312         * sysdeps/sparc/mempcpy.S: New file.
45314         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
45315         the IFUNC routine in the libc case.
45316         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45318         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
45319         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
45320         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
45321         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
45322         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
45323         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
45324         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
45325         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
45327         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
45328         loop to 256 bytes instead of 64 bytes and fix test signedness.
45330         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
45331         * sysdeps/sparc/sparc32/Makefile: rather than here...
45332         * sysdeps/sparc/sparc64/Makefile: and here.
45334 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
45336         * malloc/mallocbug.c: Avoid warnings about unused variables.
45338 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
45340         [BZ #13760]
45341         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
45342         in the right place. Discard and retry query if response is
45343         larger than input buffer size.
45345 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
45347         [BZ #369]
45348         [BZ #2678]
45349         [BZ #3866]
45350         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
45351         x for large integer exponent.
45352         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45353         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
45354         sign of result as needed afterwards.
45355         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
45356         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
45357         result for underflowing pow the same as for overflow.
45358         (__kernel_standard_l): Handle powl overflow and underflow here
45359         rather than calling __kernel_standard.
45360         * math/libm-test.inc (pow_test): Add more tests.
45362         [BZ #3868]
45363         [BZ #13879]
45364         [BZ #13910]
45365         [BZ #13911]
45366         [BZ #13912]
45367         [BZ #13913]
45368         [BZ #13915]
45369         [BZ #13916]
45370         [BZ #13917]
45371         [BZ #13918]
45372         [BZ #13919]
45373         [BZ #13920]
45374         [BZ #13921]
45375         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
45376         * sysdeps/ieee754/k_standard.c: Include <float.h>.
45377         (__kernel_standard_l): New function.
45378         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
45379         __kernel_standard.
45380         * math/w_acosl.c (__acosl): Likewise.
45381         * math/w_asinl.c (__asinl): Likewise.
45382         * math/w_atan2l.c (__atan2l): Likewise.
45383         * math/w_atanhl.c (__atanhl): Likewise.
45384         * math/w_coshl.c (__coshl): Likewise.
45385         * math/w_exp10l.c (__exp10l): Likewise.
45386         * math/w_exp2l.c (__exp2l): Likewise.
45387         * math/w_fmodl.c (__fmodl): Likewise.
45388         * math/w_hypotl.c (__hypotl): Likewise.
45389         * math/w_j0l.c (__j0l, __y0l): Likewise.
45390         * math/w_j1l.c (__j1l, __y1l): Likewise.
45391         * math/w_jnl.c (__jnl, __ynl): Likewise.
45392         * math/w_lgammal.c (__lgammal): Likewise.
45393         * math/w_log10l.c (__log10l): Likewise.
45394         * math/w_log2l.c (__log2l): Likewise.
45395         * math/w_logl.c (__logl): Likewise.
45396         * math/w_powl.c (__powl): Likewise.
45397         * math/w_remainderl.c (__remainderl): Likewise.
45398         * math/w_scalbl.c (sysv_scalbl): Likewise.
45399         * math/w_sinhl.c (__sinhl): Likewise.
45400         * math/w_sqrtl.c (__sqrtl): Likewise.
45401         * math/w_tgammal.c (__tgammal): Likewise.
45402         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
45403         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
45404         * math/libm-test.inc (acos_test): Add more tests.
45405         (acosh_test): Likewise.
45406         (asin_test): Likewise.
45407         (atanh_test): Likewise.
45408         (exp_test): Likewise.
45409         (exp10_test): Likewise.
45410         (exp2_test): Likewise.
45411         (expm1_test): Likewise.
45412         (lgamma_test): Likewise.
45413         (log_test): Likewise.
45414         (log10_test): Likewise.
45415         (log1p_test): Likewise.
45416         (log2_test): Likewise.
45417         (pow_test): Do not allow some spurious overflow exceptions.
45418         (sqrt_test): Add more tests.
45419         (tgamma_test): Likewise.
45420         (y0_test): Likewise.
45421         (y1_test): Likewise.
45422         (yn_test): Likewise.
45424 2012-03-27  Anton Blanchard  <anton@samba.org>
45426         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
45427         MAP_HUGETLB.
45428         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
45429         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
45430         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
45432 2012-03-27  David S. Miller  <davem@davemloft.net>
45434         * conform/Makefile: Run run-conformtest.sh using $(BASH).
45436         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
45437         have-as-vis3 check.
45439 2012-03-27  Andreas Jaeger  <aj@suse.de>
45441         * sysdeps/x86_64/elf/configure.in: Moved to ...
45442         * sysdeps/x86_64/configure.in: ... here.
45443         * sysdeps/x86_64/elf/start.S: Moved to ...
45444         * sysdeps/x86_64/start.S: ... here.
45445         * sysdeps/x86_64/elf/configure: Delete.
45447         * sysdeps/x86_64/configure.in: Merge contents from
45448         sysdeps/i386/configure.in (without i686 check).
45450         * sysdeps/i386/elf/Versions: Merge into ...
45451         * sysdeps/i386/Versions: ... this.
45452         * sysdeps/i386/elf/Versions: Delete file.
45453         * sysdeps/i386/elf/start.S: Moved to ...
45454         * sysdeps/i386/start.S: ...here.
45455         * sysdeps/i386/elf/configure.in: Merge into...
45456         * sysdeps/i386/configure.in: ...here.
45457         * sysdeps/i386/elf/configure.in: Delete file.
45458         * sysdeps/i386/elf/configure: Delete file.
45460         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
45461         * debug/backtracesyms.c: ... here.
45462         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
45463         * debug/backtracesymsfd.c: ... here.
45464         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
45465         * sysdeps/generic/ifunc-sel.h: ... here.
45467         * sysdeps/unix/i386/start.c: Delete file.
45468         * sysdeps/unix/sparc/start.c: Delete file.
45469         * sysdeps/unix/start.c: Delete file.
45471         * sysdeps/sh/elf/configure.in: Moved to ...
45472         * sysdeps/sh/configure.in: ... here.
45473         * sysdeps/sh/elf/start.S: Moved to ...
45474         * sysdeps/sh/start.S: ... here.
45475         * sysdeps/sh/elf/configure: Delete file.
45477         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
45478         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
45479         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
45480         * sysdeps/powerpc/powerpc64/entry.h: ... here.
45481         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
45482         * sysdeps/powerpc/powerpc64/start.S: here.
45483         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
45484         * sysdeps/powerpc/powerpc64/Makefile: ... this.
45485         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
45486         * sysdeps/powerpc/powerpc64/configure.in: ... this.
45487         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
45489         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
45490         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
45491         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
45492         * sysdeps/powerpc/powerpc32/start.S: ... here.
45493         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
45494         * sysdeps/powerpc/powerpc32/configure.in: ... this.
45495         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
45497         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
45498         * sysdeps/powerpc/ifunc-sel.h: ... here.
45499         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
45500         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
45502         * sysdeps/sparc/elf/configure.in: Moved to ...
45503         * sysdeps/sparc/configure.in: ... here.
45504         * sysdeps/sparc/elf/configure: Delete file.
45505         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
45506         * sysdeps/sparc/sparc32/start.S: ... here.
45507         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
45508         * sysdeps/sparc/sparc64/start.S: ... here.
45509         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
45510         * sysdeps/sparc/sparc32/Makefile: ... this.
45511         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
45512         * sysdeps/sparc/sparc64/Makefile: ... this.
45514         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
45515         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
45516         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
45517         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
45518         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
45519         * sysdeps/s390/s390-32/setjmp.S: ... here.
45520         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
45521         * sysdeps/s390/s390-32/configure.in: ... here.
45522         * sysdeps/s390/s390-32/elf/configure: Delete file.
45523         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
45524         * sysdeps/s390/s390-32/start.S: ... here.
45526         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
45527         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
45528         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
45529         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
45530         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
45531         * sysdeps/s390/s390-64/setjmp.S: ... here.
45532         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
45533         * sysdeps/s390/s390-64/configure.in: ... here
45534         * sysdeps/s390/s390-64/elf/configure: Delete file.
45535         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
45536         * sysdeps/s390/s390-64/start.S: ... here.
45537         * sysdeps/s390/s390-64/elf/configure: Delete.
45539         * configure.in: Remove support for elf directories in sysdeps.
45541         * configure: Regenerated.
45542         * sysdeps/i386/configure: Regenerated.
45543         * sysdeps/powerpc/powerpc32/configure: Regenerated.
45544         * sysdeps/powerpc/powerpc64/configure: Regenerated.
45545         * sysdeps/s390/s390-32/configure: Regenerated.
45546         * sysdeps/s390/s390-64/configure: Regenerated.
45547         * sysdeps/sh/configure: Regenerated.
45548         * sysdeps/sparc/configure: Regenerated.
45549         * sysdeps/x86_64/configure: Regenerated.
45551 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
45553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45555         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
45556         denormal result into account.
45558 2012-03-25  Roland McGrath  <roland@hack.frob.com>
45560         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
45561         Reported by Allan McRae <allan@archlinux.org>.
45563 2012-03-23  Jeff Law  <law@redhat.com>
45565         * nss/getnssent.c (__nss_getent): Fix typo.
45567 2012-03-23  David S. Miller  <davem@davemloft.net>
45569         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45571 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
45573         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
45574         to pad to uint64_t for each field.
45575         (dl_tls_index): Replace unsigned long with uint64_t.
45577 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
45578         Paul Pluzhnikov  <ppluzhnikov@google.com>
45580         [BZ #6528]
45581         * grp/Makefile (otherlibs): Don't set it.
45582         * inet/Makefile (otherlibs): Likewise.
45583         * login/Makefile (otherlibs): Likewise.
45584         * nscd/Makefile (otherlibs): Likewise.
45585         * posix/Makefile (otherlibs): Likewise.
45586         * pwd/Makefile (otherlibs): Likewise.
45587         * rt/Makefile (otherlibs): Likewise.
45588         * sunrpc/Makefile (otherlibs): Likewise.
45589         * nss/Makefile (otherlibs): Likewise.
45590         Add libnss_files to routines and static-only-routines.
45591         ($(objpfx)getent): Remove rule.
45592         * resolv/Makefile: Add libnss_dns and libresolv to routines and
45593         static-only-routines.
45595 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45597         [BZ #13892]
45598         * math/s_cexp.c: Include <float.h>.
45599         (__cexp): Handle exp result overflowing not necessarily
45600         overflowing both real and imaginary parts of result.
45601         * math/s_cexpf.c: Likewise.
45602         * math/s_cexpl.c: Likewise.
45603         * math/libm-test.inc (cexp_test): Add more tests.
45604         * sysdeps/i386/fpu/libm-test-ulps: Update.
45605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45607 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45609         * include/link.h (ELFW): New macro.
45610         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
45611         Replace ELF64_R_TYPE with ELFW(R_TYPE).
45613 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45615         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
45616         with uint64_t.
45618 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45620         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
45621         declaration.
45622         (struct La_x32_retval): Likewise.
45624 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
45626         * sysdeps/x86_64/preconfigure.in: New file.
45627         * sysdeps/x86_64/preconfigure: New generated file.
45629 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
45631         [BZ #13824]
45632         * math/e_exp2l.c: Include <float.h>.
45633         (__ieee754_exp2l): Handle overflow and underflow cases
45634         separately.  Only pass fractional part of argument to
45635         __ieee754_expl.
45636         * math/libm-test.inc (exp2_test): Add more tests.
45638         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
45639         negating x to take absolute value.
45640         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
45641         Likewise.
45642         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
45643         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
45644         Likewise.
45645         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
45646         computing low part if x was negated.
45647         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
45649 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45651         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
45652         la_x32_gnu_pltexit.
45653         (pltexit): Cast int_retval to ptrdiff_t.
45654         * elf/tst-auditmod3b.c: Likewise.
45655         * elf/tst-auditmod4b.c: Likewise.
45656         * elf/tst-auditmod5b.c: Likewise.
45657         * elf/tst-auditmod6b.c: Likewise.
45658         * elf/tst-auditmod6c.c: Likewise.
45659         * elf/tst-auditmod7b.c: Likewise.
45661         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
45662         and x32_gnu_pltexit.
45664         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
45665         __ELF_NATIVE_CLASS.
45666         (La_x32_regs): New macro.
45667         (La_x32_retval): Likewise.
45668         (la_x32_gnu_pltenter): New function prototype.
45669         (la_x32_gnu_pltexit): Likewise.
45671 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
45673         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
45674         exponent.
45676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45678         * configure.in (libc_cv_cc_nofma): Check for option to disable
45679         generation of FMA instructions.
45680         * configure: Regenerate.
45681         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
45682         * sysdeps/ieee754/dbl-64/Makefile: New file.
45683         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
45684         Remove brandred-fma4.
45685         (CFLAGS-brandred-fma4.c): Remove.
45686         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
45687         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
45688         define.
45689         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
45690         define.
45692 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45694         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
45695         LLONG_MAX != LONG_MAX.
45696         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45697         (_fitoa_word): Likewise.
45698         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
45699         LLONG_MAX != LONG_MAX.
45700         * stdio-common/_itowa.h: Include <_itoa.h>.
45701         (_itowa_word): Use _ITOA_WORD_TYPE on value.
45702         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
45703         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
45704         only if not defined.
45705         (_ITOA_WORD_TYPE): Likewise.
45706         (_itoa_word): Use _ITOA_WORD_TYPE on value.
45707         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
45709 2012-03-21  David S. Miller  <davem@davemloft.net>
45711         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45713 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
45715         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
45716         of x86_64 when setting libc_cv_slibdir, libdir and
45717         libc_cv_localedir.
45718         * sysdeps/unix/sysv/linux/configure: Regenerated.
45720 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45722         * manual/lang.texi (Old Varargs): Remove section.
45723         (How Variadic): Update menu.
45724         (va_start): Do not mention varargs.h.
45726 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45727             Joseph Myers  <joseph@codesourcery.com>
45729         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
45730         link test.
45731         * configure: Regenerated.
45733 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
45735         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
45736         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
45737         conformtest.pl
45739 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45741         * NOTES: Remove.
45742         * Makefile (files-for-dist): Remove NOTES.
45743         (NOTES): Remove rule.
45744         * README: Don't refer to NOTES.
45745         * manual/creature.texi: Don't include macros.texi.
45746         * manual/intro.texi (creature.texi): Remove comment referring to
45747         NOTES.
45749         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
45750         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
45751         * configure: Regenerated.
45752         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
45753         LIBC_TRY_CC_OPTION.
45754         (libc_cv_as_i686): Likewise.
45755         (libc_cv_cc_avx): Likewise.
45756         (libc_cv_cc_sse2avx): Likewise.
45757         (libc_cv_cc_fma4): Likewise.
45758         (libc_cv_cc_novzeroupper): Likewise.
45759         * sysdeps/i386/configure: Regenerated.
45761         [BZ #13883]
45762         * sysdeps/i386/fpu/s_cexp.S: Remove.
45763         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45764         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45765         * math/libm-test.inc (cexp_test): Add more tests.
45766         * sysdeps/i386/fpu/libm-test-ulps: Update.
45767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45769 2012-03-21  Allan McRae  <allan@archlinux.org>
45771         * timezone/Makefile: Do not install iso3166.tab and zone.tab
45773 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
45775         [BZ #13871]
45776         * math/w_exp2.c: Do not include <float.h>.
45777         (o_threshold, u_threshold): Remove.
45778         (__exp2): Calculate result before checking finiteness and calling
45779         __kernel_standard.
45780         * math/w_exp2f.c: Likewise.
45781         * math/w_exp2l.c: Likewise.
45782         * math/libm-test.inc (exp2_test): Require overflow exception for
45783         1e6 input.
45785         [BZ #3866]
45786         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
45787         range of signed 64-bit integers before using fistpll.  Remove
45788         checks for whether integers fit in mantissa bits.
45789         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
45790         the range of signed 32-bit integers before using fistpl.  Remove
45791         checks for whether integers fit in mantissa bits.
45792         * sysdeps/i386/fpu/e_powl.S (p64): New object.
45793         (__ieee754_powl): Test for y outside the range of signed 64-bit
45794         integers before using fistpll.  Reduce 64-bit values to 63-bit
45795         ones as needed.
45796         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
45797         divide-by-zero is raised for zero to large negative powers.
45798         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
45799         (__ieee754_powl): Test for y outside the range of signed 64-bit
45800         integers before using fistpll.  Reduce 64-bit values to 63-bit
45801         ones as needed.
45802         * math/libm-test.inc (pow_test): Add more tests.
45804 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45806         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
45807         <stdio-common/_itoa.h>.
45808         * debug/segfault.c: Likewise.
45809         * elf/dl-cache.c: Likewise.
45810         * elf/dl-minimal.c: Likewise.
45811         * elf/dl-misc.c: Likewise.
45812         * elf/dl-sysdep.c: Likewise.
45813         * elf/dl-version.c: Likewise.
45814         * elf/rtld.c: Likewise.
45815         * hurd/hurdsock.c: Likewise.
45816         * hurd/lookup-retry.c: Likewise.
45817         * malloc/malloc.c: Likewise.
45818         * malloc/mtrace.c: Likewise.
45819         * nscd/nscd_getgr_r.c: Likewise.
45820         * nscd/nscd_getpw_r.c: Likewise.
45821         * nscd/nscd_getserv_r.c: Likewise.
45822         * posix/getopt_init.c: Likewise.
45823         * posix/wordexp.c: Likewise.
45824         * stdio-common/_itoa.c: Likewise.
45825         * stdio-common/printf_fphex.c: Likewise.
45826         * stdio-common/vfprintf.c: Likewise.
45827         * string/_strerror.c: Likewise.
45828         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
45829         * sysdeps/i386/i686/hp-timing.h: Likewise.
45830         * sysdeps/mach/_strerror.c: Likewise.
45831         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
45832         * sysdeps/mach/hurd/sethostid.c: Likewise.
45833         * sysdeps/mach/hurd/xmknodat.c: Likewise.
45834         * sysdeps/mach/xpg-strerror.c: Likewise.
45835         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
45836         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
45837         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
45838         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
45839         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
45840         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
45841         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
45842         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
45843         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
45844         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
45845         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
45846         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
45847         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
45848         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
45849         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
45850         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
45851         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
45852         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
45853         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
45854         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
45855         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
45857         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
45859         * stdio-common/_itoa.h: Moved to ...
45860         * sysdeps/generic/_itoa.h: Here.
45862         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
45864         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
45865         instead of "_itoa.h" and "_itowa.h".
45866         * stdio-common/vfprintf.: Likewise.
45868 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45870         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
45871         <bits/wordsize.h>.
45872         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
45873         (__signbit): Likwise.
45874         (llrintf): Likwise.
45875         (llrint): Likwise.
45877 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
45879         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
45880         __WORDSIZE != 64.
45882 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
45884         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
45885         OVERFLOW_EXCEPTION_OK.
45886         * math/libm-test.inc ("Philosophy"): Update comment about
45887         exception testing.
45888         (OVERFLOW_EXCEPTION): Define.
45889         (OVERFLOW_EXCEPTION_OK): Likewise.
45890         (INVALID_EXCEPTION_OK): Renumber.
45891         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
45892         (IGNORE_ZERO_INF_SIGN): Likewise.
45893         (test_exceptions): Handle FE_OVERFLOW.
45894         (exp10_test): Expect overflow exceptions.
45895         (exp2_test): Likewise.
45896         (expm1_test): Likewise.
45897         (nextafter_test): Likewise.
45898         (pow_test): Likewise.
45899         (scalbn_test): Likewise.
45900         (scalbln_test): Likewise.
45902 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45904         * sysdeps/x86_64/bits/atomic.h
45905         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
45906         64bit integer.
45907         (atomic_exchange_acq): Likewise.
45908         (__arch_exchange_and_add_body): Likewise.
45909         (__arch_add_body): Likewise.
45910         (atomic_add_negative): Likewise.
45911         (atomic_add_zero): Likewise.
45913 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45915         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
45916         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
45918 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45920         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
45921         Check __x86_64__ instead of __WORDSIZE.
45923 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45925         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
45927 2012-03-19  David S. Miller  <davem@davemloft.net>
45929         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45931         * sysdeps/sparc/fpu/fenv_private.h: New file.
45932         * sysdeps/sparc/fpu/math_private.h: Use it.
45933         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
45934         Remove.
45935         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
45936         (libc_feholdexcept_setroundl): Remove.
45937         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
45938         Remove.
45939         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
45940         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
45942 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45944         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
45945         int64_t instead of long int.
45946         (INSERT_WORDS64): Likwise.
45948 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
45950         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
45951         _Unwind_GetCFA return to _Unwind_Ptr first.
45953 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
45955         [BZ #13629]
45956         * math/s_clog.c: Include <float.h>.
45957         (__clog): Scale large or subnormal inputs.
45958         * math/s_clogf.c: Likewise.
45959         * math/s_clogl.c: Likewise.
45960         * math/s_clog10.c: Include <float.h>.
45961         (M_LOG10_2): Define.
45962         (__clog10): Scale large or subnormal inputs.
45963         * math/s_clog10f.c: Likewise.
45964         * math/s_clog10l.c: Likewise.
45965         * math/libm-test.inc (clog_test): Add more tests.
45966         (clog10_test): Likewise.
45967         * sysdeps/i386/fpu/libm-test-ulps: Update.
45968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45970         [BZ #11451]
45971         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
45972         x and y.
45973         * math/libm-test.inc (atan2_test): Add another test.
45975         * Makerules (common-objdir-compile): Remove.
45976         * sysdeps/unix/Makefile (config-generated): Do not add
45977         $(unix-generated) to variable.
45978         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
45979         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
45980         Remove rule.
45981         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
45982         Likewise.
45983         [generic bits/local_lim.h] (before-compile): Do not append to
45984         variable.
45985         [generic bits/local_lim.h] (common-generated): Likewise.
45986         [generic sys/param.h] (before-compile): Do not append to variable.
45987         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
45988         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
45989         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
45990         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
45991         include.
45992         [generic sys/param.h] (sys/param.h-includes): Remove variable.
45993         [generic sys/param.h] (sys/param.h-includes): Remove rule.
45994         [generic sys/param.h] ($(addprefix
45995         $(common-objpfx),$(sys/param.h-includes))): Likewise.
45996         [generic sys/param.h] (common-generated): Do not append to
45997         variable.
45998         [generic sys/param.h] (sysdep_headers): Likewise.
45999         [generic bits/errno.h] (before-compile): Do not append to
46000         variable.
46001         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
46002         rule.
46003         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
46004         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
46005         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
46006         [generic bits/errno.h] (common-generated): Do not append to
46007         variable.
46008         [generic bits/ioctls.h] (before-compile): Do not append to
46009         variable.
46010         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
46011         rule.
46012         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
46013         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
46014         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
46015         rule.
46016         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
46017         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
46018         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
46019         [generic bits/ioctls.h] (common-generated): Do not append to
46020         variable.
46021         [generic sys/syscall.h] (syscall.h): Remove variable.
46022         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
46023         rule.
46024         [generic sys/syscall.h] (before-compile): Do not append to
46025         variable.
46026         [generic sys/syscall.h] (common-generated): Likewise.
46027         * sysdeps/unix/errnos-tmpl.c: Remove file.
46028         * sysdeps/unix/errnos.awk: Likewise.
46029         * sysdeps/unix/ioctls-tmpl.c: Likewise.
46030         * sysdeps/unix/ioctls.awk: Likewise.
46031         * sysdeps/unix/mk-local_lim.c: Likewise.
46032         * sysdeps/unix/snarf-ioctls: Likewise.
46034 2012-03-19  Richard Henderson  <rth@twiddle.net>
46036         * sysdeps/i386/fpu/fenv_private.h: New file.
46037         * sysdeps/i386/fpu/math_private.h: Use it.
46038         (math_opt_barrier, math_force_eval): Remove.
46039         (libc_feholdexcept_setround_53bit): Remove.
46040         (libc_feupdateenv_53bit): Remove.
46041         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46042         (math_opt_barrier, math_force_eval): Remove.
46043         (libc_feholdexcept): Remove.
46044         (libc_feholdexcept_setround): Remove.
46045         (libc_fetestexcept, libc_fesetenv): Remove.
46046         (libc_feupdateenv_test): Remove.
46047         (libc_feupdateenv, libc_feholdsetround): Remove.
46048         (libc_feresetround): Remove.
46050         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
46051         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
46053         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
46054         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
46055         (libc_feupdateenv_testl): New.
46056         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
46057         (libc_feupdateenv_testf): New.
46058         (libc_feupdateenv): Use libc_feupdateenv_test.
46059         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
46060         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
46062         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
46063         (libc_feholdsetroundf, libc_feholdsetroundl): New.
46064         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
46065         (libc_feresetround_noex): New.
46066         (libc_feresetround_noexf): New.
46067         (libc_feresetround_noexl): New.
46068         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
46069         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
46070         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
46071         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
46072         SET_RESTORE_ROUND.
46073         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
46074         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
46075         (__cos): Likewise.
46076         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
46077         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
46078         SET_RESTORE_ROUND_NOEX.
46079         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
46080         SET_RESTORE_ROUND_NOEXF.
46081         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
46082         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
46083         (libc_feholdsetroundf): New.
46084         (libc_feresetround, libc_feresetroundf): New.
46086         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
46087         (libc_feholdexcept_setround_53bit): Convert from macro to function.
46088         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
46090         * sysdeps/generic/math_private.h: Include <fenv.h>.
46091         (default_libc_feholdexcept): New.
46092         (default_libc_feholdexcept_setround): New.
46093         (default_libc_fesetenv, default_libc_feupdateenv): New.
46094         (libc_feholdexcept): Only define if undefined.
46095         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
46096         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
46097         (libc_feholdexcept_setroundl): Likewise.
46098         (libc_feholdexcept_setround_53bit): Likewise.
46099         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
46100         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
46101         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
46102         (libc_feupdateenv_53bit): Likewise.
46103         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
46104         (libc_feholdexcept): Convert from macro to inline function.
46105         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
46106         (libc_fesetenv, libc_feupdateenv): Likewise.
46108         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
46109         not previously defined.
46110         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
46111         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
46112         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
46113         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
46114         * sysdeps/ieee754/flt-32/math_private.h: New file.
46115         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
46116         math_private.h below SET_FLOAT_WORD.
46117         (__isnan, __isinf_ns, __finite): Remove.
46118         (__isnanf, __isinf_nsf, __finitef): Remove.
46120 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
46122         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46124 2012-03-17  David S. Miller  <davem@davemloft.net>
46126         [BZ #6471]
46127         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
46128         for 2.16.
46130 2012-03-16  David S. Miller  <davem@davemloft.net>
46132         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
46133         warnings.
46135         [BZ #6471]
46136         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
46137         properly.
46138         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
46139         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
46140         sysdep_routines when subdir is sysvipc.
46141         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
46142         __getshmlba helper.
46144         * sysdeps/sparc/fpu/libm-test/ulps: Update.
46146 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46148         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
46149         [__LP64__].
46151 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46153         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
46154         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
46155         (__lround): Renamed to ...
46156         (__llround): This.  Replace long int with long long int.
46157         Define lround functions as aliases of llround functions.
46158         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
46160 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46162         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
46163         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
46164         adresses to uintptr_t.  Replace "long int" and "unsigned long
46165         int" with "greg_t" on va_arg.
46167 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46169         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
46170         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
46172         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
46173         Move e_machine check before EI_CLASS check.  Handle x32
46174         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
46175         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
46176         SKIP_EM_IA_64 and include
46177         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
46179         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
46180         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
46181         (add_system_dir): New macro.
46183         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
46184         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
46186 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46188         [BZ #2551]
46189         [BZ #2552]
46190         [BZ #2553]
46191         [BZ #2554]
46192         [BZ #2562]
46193         [BZ #2563]
46194         [BZ #2565]
46195         [BZ #2566]
46196         [BZ #2576]
46197         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
46198         (y0): Likewise.
46199         * math/w_j0f.c (j0f): Likewise.
46200         (y0f): Likewise.
46201         * math/w_j0l.c (__j0l): Likewise.
46202         (__y0l): Likewise.
46203         * math/w_j1.c (j1): Likewise.
46204         (y1): Likewise.
46205         * math/w_j1f.c (j1f): Likewise.
46206         (y1f): Likewise.
46207         * math/w_j1l.c (__j1l): Likewise.
46208         (__y1l): Likewise.
46209         * math/w_jn.c (jn): Likewise.
46210         (yn): Likewise.
46211         * math/w_jnf.c (jnf): Likewise.
46212         (ynf): Likewise.
46213         * math/w_jnl.c (__jnl): Likewise.
46214         (__ynl): Likewise.
46215         * math/libm-test.inc (j0_test): Add more tests.
46216         (j1_test): Likewise.
46217         (jn_test): Likewise.  Add trailing semicolon to existing test.
46218         (y0_test): Likewise.
46219         (y1_test): Likewise.
46220         * sysdeps/i386/fpu/libm-test-ulps: Update.
46221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46223         [BZ #13851]
46224         [BZ #13854]
46225         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
46226         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
46227         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
46228         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
46229         (__tanl): Set errno for infinite argument.
46230         * sysdeps/i386/fpu/mptan.c: Remove.
46231         * sysdeps/i386/fpu/s_tan.S: Likewise.
46232         * sysdeps/i386/fpu/s_tanl.S: Likewise.
46233         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
46234         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
46235         * math/libm-test.inc (tan_test): Add more tests and enable more
46236         tests for double and long double.
46237         * sysdeps/i386/fpu/libm-test-ulps: Update.
46238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46240 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
46242         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
46243         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
46245 2012-03-16  Roland McGrath  <roland@hack.frob.com>
46247         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
46248         * configure.in: Use it for both main tree and add-ons.
46249         * configure: Regenerated.
46251 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
46253         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
46255 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
46257         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
46258         in comment.
46260         [BZ #13851]
46261         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
46262         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
46263         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
46264         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
46265         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
46266         infinite argument.
46267         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
46268         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
46269         != 0 for prec == 2.
46270         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
46271         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
46272         * sysdeps/i386/fpu/s_cosl.S: Likewise.
46273         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
46274         * sysdeps/i386/fpu/s_sinl.S: Likewise.
46275         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
46276         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
46277         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
46278         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
46279         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
46280         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
46281         * math/libm-test.inc (cos_test): Add more tests and enable more
46282         tests for long double.
46283         (sin_test): Likewise.
46284         (sincos_test): Likewise.
46285         * sysdeps/i386/fpu/libm-test-ulps: Update.
46286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46288 2012-03-16  David S. Miller  <davem@davemloft.net>
46290         * sysdeps/sparc/fpu/math_private.h: New file.
46292 2012-03-15  David S. Miller  <davem@davemloft.net>
46294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
46295         file.
46296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
46297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
46298         file.
46299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
46300         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
46301         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
46302         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
46303         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
46304         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
46305         sysdep routines.
46306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46308         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
46309         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
46311         * sysdeps/sparc/sparc-ifunc.h: New file.
46312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
46313         sparc-ifunc.h
46314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
46315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
46316         Likewise.
46317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
46318         Likewise.
46319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
46320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
46321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
46323         Likewise.
46324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
46326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
46328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
46329         Likewise.
46330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
46331         Likewise.
46332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
46334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
46335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
46336         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
46337         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
46338         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
46339         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
46340         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
46341         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
46342         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
46343         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
46344         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
46345         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
46346         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
46347         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
46348         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
46349         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
46350         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
46351         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
46352         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
46353         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
46354         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
46355         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
46357 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46359         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
46360         scaling.
46361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46363 2012-03-15  Andreas Jaeger  <aj@suse.de>
46365         [BZ #13852]
46366         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
46367         ieee754/flt-32 implementation for sin, cos and sincos.
46368         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
46369         * sysdeps/i386/fpu/s_cosf.S: Likewise.
46370         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
46371         * sysdeps/i386/fpu/s_sinf.S: Likewise.
46372         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
46373         ieee754/flt-32 implementation for tan.
46375         * math/libm-test.inc (cos_test): Enable some large input tests for
46376         float as well
46377         (sin_test): Likewise.
46378         (sincos_test): Likewise.
46379         (tan_test): Add tests for large input.
46381         * sysdeps/i386/fpu/libm-test-ulps: Update.
46383 2012-03-15  Andreas Jaeger  <aj@suse.de>
46385         [BZ #13658]
46386         * math/libm-test.inc (cos_test): Add more test cases.
46387         (sin_test): Likewise.
46388         (sincos_test): Likewise.
46390 2012-03-15  Andreas Jaeger  <aj@suse.de>
46392         [BZ #13837]
46393         * math/libm-test.inc (cos_test): Add a test case for large input
46394         value.
46395         (sin_test): Likewise.
46396         (sincos_test): Likewise.
46398 2012-03-15  Andreas Jaeger  <aj@suse.de>
46399             Joseph Myers  <joseph@codesourcery.com>
46401         [BZ #13658]
46402         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
46403         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
46404         * sysdeps/i386/fpu/branred.c: Likewise.
46405         * sysdeps/i386/fpu/dosincos.c: Likewise.
46406         * sysdeps/i386/fpu/mpa.c: Likewise.
46407         * sysdeps/i386/fpu/s_cos.S: Likewise.
46408         * sysdeps/i386/fpu/s_sin.S: Likewise.
46409         * sysdeps/i386/fpu/s_sincos.S: Likewise.
46410         * sysdeps/i386/fpu/sincos32.c: Likewise.
46412         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
46413         Define.
46414         (libc_feupdateenv_53bit): Define.
46415         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
46416         Define.
46417         (libc_feupdateenv_53bit): Define.
46419         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
46420         53 bit (without extend i386 double precision).
46422         * math/libm-test.inc (sincos_test): Add tests for large input.
46423         (sin): Likewise.
46424         (cos): Likewise.
46426         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
46428 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
46430         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46432 2012-03-15  David S. Miller  <davem@davemloft.net>
46434         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
46435         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
46436         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
46437         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
46438         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
46439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
46440         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
46441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
46442         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
46443         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
46444         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
46445         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
46446         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
46447         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
46448         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
46449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
46450         file.
46451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
46452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
46453         file.
46454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
46455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
46456         file.
46457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
46458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
46459         file.
46460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
46461         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
46462         fmin/fmax sysdep routines.
46463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
46465 2012-03-14  David S. Miller  <davem@davemloft.net>
46467         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
46468         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
46469         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
46470         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
46471         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
46472         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
46473         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
46474         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
46475         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
46476         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
46477         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
46478         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
46479         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
46480         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
46481         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
46482         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
46483         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
46484         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
46485         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
46486         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
46487         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
46488         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
46489         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
46490         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
46491         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
46492         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
46493         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
46494         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
46495         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
46496         routines.
46497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
46498         file.
46499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
46500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
46501         file.
46502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
46503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
46504         file.
46505         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
46506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
46507         file.
46508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
46509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
46510         file.
46511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
46512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
46513         file.
46514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
46515         file.
46516         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
46517         file.
46518         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
46519         file.
46520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
46521         New file.
46522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
46523         file.
46524         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
46525         file.
46526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
46527         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
46528         file.
46529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
46530         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
46531         file.
46532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
46533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
46534         file.
46535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
46536         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
46537         VIS3 routines.
46539         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
46540         New file.
46542         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46544         * sysdeps/sparc/configure.in: New file.
46545         * sysdeps/sparc/configure: Generate.
46546         * configure.in (libc_cv_sparc_as_vis3): Substitute.
46547         * configure: Regenerate.
46548         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
46549         * config.make.in (have-as-vis3): New.
46550         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
46551         available use -Av9d instead of -Av9a.
46552         * sysdeps/sparc/sparc64/Makefile: Likewise.
46553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
46554         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
46555         New file.
46556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
46557         file.
46558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
46559         New file.
46560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
46561         file.
46562         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
46563         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
46564         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
46565         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
46566         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
46568         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
46569         fzeros/fnegs to load 0x80000000 into a float register instead of
46570         using the stack.
46571         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
46573 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46575         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46576         bits/syscall.h.
46577         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
46578         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
46579         ($(inst_includedir)/bits/syscall.h): Remove rule.
46580         ($(objpfx)bits/syscall.d): Include instead of
46581         $(objpfx)syscall-list.d.
46582         (generated): Change syscall-list.h and syscall-list.d to
46583         bits/syscall.h and bits/syscall.d.
46585 2012-03-14  Roland McGrath  <roland@hack.frob.com>
46587         [BZ #13846]
46588         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
46590 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
46592         [BZ #13841]
46593         * math/s_csqrt.c: Include <float.h>.
46594         (__csqrt): Scale large or subnormal inputs.
46595         * math/s_csqrtf.c: Likewise.
46596         * math/s_csqrtl.c: Likewise.
46597         * math/libm-test.inc (csqrt_test): Add more tests.
46598         * sysdeps/i386/fpu/libm-test-ulps: Update.
46599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46601         [BZ #13840]
46602         * math/libm-test.inc (hypot_test): Add more tests.
46604 2012-03-13  David S. Miller  <davem@davemloft.net>
46606         [BZ #13840]
46607         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
46608         double-precision for the calculation instead of scaling.
46610 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
46612         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
46613         manipulate bits before adding and subtracting TWO52[sx].
46614         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
46615         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
46616         Likewise.
46617         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
46619 2012-03-13  David S. Miller  <davem@davemloft.net>
46621         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
46622         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
46623         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
46624         rtld-global-offsets.h
46625         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46627         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
46628         large parameters.
46630         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
46632         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
46633         'err' in the ifdef scope in which it is actually used.
46635         * nss/nss_db/db-init.c: Include string.h
46637 2012-03-12  David S. Miller  <davem@davemloft.net>
46639         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46640         masking out of the most significant byte of random value used.
46641         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46642         Fix coding style in previous change.
46644         * sysdeps/unix/sysv/linux/kernel-features.h
46645         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
46646         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
46647         expression.
46648         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
46649         later.
46651 2012-03-11  David S. Miller  <davem@davemloft.net>
46653         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
46654         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
46655         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
46656         for 'resultvar' otherwise things get truncated on 64-bit.
46658         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
46659         Fix masking out of the most significant byte of random value used.
46661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46663 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
46665         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46667 2012-03-09  David S. Miller  <davem@davemloft.net>
46669         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
46670         variables with appropriate CPP guards.
46671         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
46672         from the frame pointer, not the stack pointer.  Correct layout
46673         comments.  Fix test on resulting framesize and the management of
46674         the outregs buffer for pltexit.  Preserve floating point return
46675         values across _dl_call_pltexit call.
46676         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
46677         framesize and the management of the outregs buffer for pltexit.
46678         Preserve floating point return values across _dl_call_pltexit
46679         call.
46680         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
46681         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
46682         (la_sparc64_gnu_pltexit): New functions.
46683         (print_exit): Fix format string for return register value.
46685 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
46687         * sunrpc/Makefile (others): Add rpcgen.
46688         ($(objpfx)rpcgen): Remove special build rule and dependency on
46689         libc.
46690         * sunrpc/rpcgen.c: New file.
46692 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
46694         [BZ #13673]
46695         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
46696         * stdio-common/bug-vfprintf-nargs.c: Likewise.
46697         * sysdeps/i386/crti.S: Likewise.
46698         * sysdeps/i386/crtn.S: Likewise.
46699         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
46700         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
46701         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
46702         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
46703         * sysdeps/sh/crti.S: Likewise.
46704         * sysdeps/sh/crtn.S: Likewise.
46705         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
46707         [BZ #13673]
46708         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
46709         with URL.
46710         * locale/programs/locfile-kw.gperf: Likewise.
46711         * locale/programs/charmap-kw.h: Regenerated.
46712         * locale/programs/locfile-kw.h: Likewise.
46714         [BZ #13673]
46715         * intl/plural.y: Replace FSF snail mail address with URL.
46716         * intl/plural.c: Regenerated.
46718 2012-03-09  Richard Henderson  <rth@twiddle.net>
46720         * include/math_private.h: Remove file.
46721         * math/math_private.h: Move file ...
46722         * sysdeps/generic/math_private.h: ... here.
46724         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
46725         * sysdeps/powerpc/fpu/math_private.h: Likewise.
46726         * sysdeps/x86_64/fpu/math_private.h: Likewise.
46728         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
46729         and <math_private.h>.
46730         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46731         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46732         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46733         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46734         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46735         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
46736         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
46737         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
46738         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46739         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46740         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46741         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46742         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46743         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46744         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46745         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46746         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46747         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46748         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46749         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46750         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46751         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46752         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46753         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46754         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
46755         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46756         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46757         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46758         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46759         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46760         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46761         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
46762         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
46763         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
46764         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46765         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46766         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
46767         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46768         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46769         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46770         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
46771         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46772         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46773         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
46774         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
46775         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46776         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
46777         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
46778         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
46779         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46780         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
46781         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
46782         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
46783         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46784         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
46785         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46786         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
46787         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
46788         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
46789         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
46790         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
46791         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
46792         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
46793         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46794         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
46795         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
46796         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
46797         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
46798         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
46807         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46808         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
46809         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
46810         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
46811         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
46812         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
46813         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46814         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
46815         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
46816         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
46817         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
46818         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46819         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46820         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46821         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46822         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46823         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46824         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46825         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46826         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46827         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46828         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46829         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46830         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46831         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46832         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46833         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46834         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46835         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46836         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46837         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46838         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46839         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46840         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46841         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46842         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46843         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46844         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
46845         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46846         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46847         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46848         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46849         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
46850         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46851         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46852         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46853         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
46854         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46855         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46856         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46857         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
46858         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46859         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
46860         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
46861         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
46862         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46863         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
46864         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
46865         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46866         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46867         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46868         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
46869         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46870         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
46871         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46872         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46873         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
46874         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
46875         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46876         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46877         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46878         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
46879         * sysdeps/ieee754/k_standard.c: Likewise.
46880         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46881         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46882         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46883         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46884         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46885         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46886         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46887         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46888         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46889         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46890         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46891         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46892         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46893         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46894         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46895         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46896         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
46897         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46899         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
46900         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
46901         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
46902         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46903         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46904         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46907         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46908         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46909         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46910         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
46911         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46912         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46913         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46914         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
46915         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46916         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46917         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
46918         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
46919         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46920         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
46921         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
46922         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
46923         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46924         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
46925         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
46926         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46927         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46928         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46929         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46930         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46931         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
46932         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46933         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
46934         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46935         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46936         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
46937         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
46938         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46939         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46940         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46941         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
46942         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46943         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46944         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46945         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46946         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46947         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46948         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46949         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46950         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46951         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46952         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46953         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46954         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46955         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46956         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
46957         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46958         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46959         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
46960         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
46961         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
46962         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46963         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46964         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
46965         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46966         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46967         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
46968         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46969         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46970         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
46971         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46972         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
46973         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
46974         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46975         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46976         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
46977         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
46978         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
46979         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
46980         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46981         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46982         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46983         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46984         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
46985         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46986         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46987         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
46988         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
46989         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46990         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46991         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46992         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46993         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46994         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46995         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46996         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46997         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46998         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46999         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
47000         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47001         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
47002         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
47003         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
47004         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47005         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
47006         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47007         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47008         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47009         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47010         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47011         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47012         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47013         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
47014         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47015         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47016         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
47017         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
47018         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47019         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
47020         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
47021         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47022         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
47023         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
47024         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47025         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47026         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47027         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47028         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47029         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
47030         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47031         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47032         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47033         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47034         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
47035         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
47036         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47037         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47038         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47039         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
47040         * sysdeps/ieee754/s_lib_version.c: Likewise.
47041         * sysdeps/ieee754/s_matherr.c: Likewise.
47042         * sysdeps/ieee754/s_signgam.c: Likewise.
47043         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
47044         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
47045         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
47046         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
47047         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
47048         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47049         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
47050         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
47051         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
47052         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
47053         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
47054         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
47055         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47056         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47057         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
47058         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
47059         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
47060         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
47061         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
47062         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47063         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47065 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47067         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
47068         * sunrpc/rpc_main.c: Likewise.
47069         * sunrpc/rpc_svcout.c: Likewise.
47071 2012-03-09  David S. Miller  <davem@davemloft.net>
47073         * include/math_private.h: New file.
47075 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
47077         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
47078         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
47079         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
47080         from <bits/socket_type.h>.
47081         (enum __socket_type): Don't define here.
47082         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
47083         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47084         bits/socket_type.h.
47086         [BZ #13566]
47087         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
47088         checking __USE_GNU.
47090         * Makerules ($(inst_includedir)/%.h): New rule.
47091         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
47092         (install-others): Remove variable setting.
47093         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
47095 2012-03-08  Richard Henderson  <rth@twiddle.net>
47097         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
47098         from macro to inline function; merge with the
47099         !__LIBC_INTERNAL_MATH_INLINES version.
47100         (__ieee754_sqrtf): Likewise.
47102         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
47103         to inline function.
47104         (__rintf, __floor, __floorf): Likewise.
47106         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
47107         macro to inline function.
47108         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
47110         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
47111         not <math/math_private.h>.
47113 2012-03-08  David S. Miller  <davem@davemloft.net>
47115         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
47116         copyright year.
47117         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
47119 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
47121         * resolv/gai_misc.c (handle_requests): Fix struct timespec
47122         normalization.
47123         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
47124         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
47126 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
47128         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
47129         be defined individually, they must be defined as a block.  Define
47130         S for printing a string instead of hidint the different by using a
47131         macro for adding the 'l'.
47132         * stdio-common/tst-fphex-wide.c: Adjust.
47134 2012-03-07  Marek Polacek  <polacek@redhat.com>
47136         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
47138 2012-03-08  Marek Polacek  <polacek@redhat.com>
47140         [BZ #13806]
47141         * stdio-common/Makefile (tests): Add tst-fphex-wide.
47142         * stdio-common/tst-fphex.c: Define a few macros to make the
47143         test reusable.  Use them.
47144         * stdio-common/tst-fphex-wide.c: New file.
47146 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
47148         [BZ #6911]
47149         * manual/macros.texi (gnusystems): New macro.
47150         (nongnusystems): Likewise.
47151         (gnulinuxhurdsystems): Likewise.
47152         (gnuhurdsystems): Likewise..
47153         (gnulinuxsystems): Likewise.
47154         * manual/charset.texi: Use new macros or @theglibc{} to refer to
47155         variants of the GNU system, not "GNU system".
47156         * manual/conf.texi: Likewise.
47157         * manual/errno.texi: Likewise.  Update example of errno macro
47158         expansion.
47159         * manual/filesys.texi: Likewise.
47160         (getumask): Document as specific to GNU/Hurd.
47161         * manual/install.texi: Likewise.  Reword some references to
47162         GNU/Linux.
47163         * manual/intro.texi: Likewise.
47164         * manual/io.texi: Likewise.
47165         (File Name Portability): Detail which constraints are inapplicable
47166         to all GNU systems and which are only inapplicable to GNU/Hurd.
47167         * manual/job.texi: Likewise.
47168         * manual/llio.texi: Likewise.
47169         (O_NOCTTY): Document as present on GNU/Linux.
47170         * manual/maint.texi: Likewise.
47171         * manual/memory.texi: Likewise.
47172         * manual/pattern.texi: Likewise.
47173         * manual/pipe.texi: Likewise.
47174         * manual/process.texi: Likewise.
47175         * manual/resource.texi: Likewise.
47176         (RUSAGE_CHILDREN): Remove statement about specifying a particular
47177         child on GNU/Hurd.
47178         * manual/setjmp.texi: Likewise.
47179         * manual/signal.texi: Likewise.
47180         * manual/startup.texi: Likewise.
47181         * manual/stdio.texi: Likewise.
47182         * manual/terminal.texi: Likewise.
47183         (ONLCR): Document as POSIX.
47184         (OXTABS): Document availability on GNU/Linux as XTABS.
47185         (ONOEOT): Document availability separately from other bits.
47186         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
47187         * manual/time.texi: Likewise.
47188         * manual/users.texi: Likewise.
47189         * INSTALL: Regenerated.
47190         * sysdeps/gnu/errlist.c: Regenerated.
47192         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
47193         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
47194         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
47195         puts.
47196         * configure: Regenerated.
47198 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
47200         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
47201         default includes instead of AC_HEADER_CHECK.
47202         * sysdeps/i386/configure: Regenerated.
47204         [BZ #10716]
47205         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
47206         * math/s_cacoshf.c (__cacoshf): Likewise.
47207         * math/s_cacoshl.c (__cacoshl): Likewise.
47208         * math/s_casinh.c (__casinh): Set signs of result from argument.
47209         * math/s_casinhf.c (__casinhf): Likewise.
47210         * math/s_casinhl.c (__casinhl): Likewise.
47211         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
47212         (casinh_test): Add more tests.
47213         * sysdeps/i386/fpu/libm-test-ulps: Update.
47214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47216 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
47218         * po/zh_TW.po: Update from translation team.
47220         * login/Makefile (distribute): Remove variable.
47221         * catgets/Makefile: Likewise.
47222         * mach/Makefile: Likewise.
47223         * malloc/Makefile: Likewise.
47224         * misc/Makefile: Likewise.
47225         * iconv/Makefile: Likewise.
47226         * nscd/Makefile: Likewise.
47227         * hurd/Makefile: Likewise.
47228         * manual/Makefile: Likewise.
47229         * locale/Makefile: Likewise.
47230         * intl/Makefile: Likewise.
47231         * conform/Makefile: Likewise.
47232         * nss/Makefile: Likewise.
47233         * time/Makefile: Likewise.
47234         * soft-fp/Makefile: Likewise.
47235         * dirent/Makefile: Likewise.
47236         * gmon/Makefile: Likewise.
47237         * po/Makefile: Likewise.
47238         * rt/Makefile: Likewise.
47239         * socket/Makefile: Likewise.
47240         * math/Makefile: Likewise.
47241         * signal/Makefile: Likewise.
47242         * debug/Makefile: Likewise.
47243         * elf/Makefile: Likewise.
47244         * timezone/Makefile: Likewise.
47245         * stdlib/Makefile: Likewise.
47246         * iconvdata/Makefile: Likewise.
47247         * sunrpc/Makefile: Likewise.
47248         * io/Makefile: Likewise.
47249         * argp/Makefile: Likewise.
47250         * inet/Makefile: Likewise.
47251         * hesiod/Makefile: Likewise.
47252         * grp/Makefile: Likewise.
47253         * csu/Makefile: Likewise.
47254         * wctype/Makefile: Likewise.
47255         * crypt/Makefile: Likewise.
47256         * libio/Makefile: Likewise.
47257         * string/Makefile: Likewise.
47258         * nis/Makefile: Likewise.
47259         * resolv/Makefile: Likewise.
47260         * stdio-common/Makefile: Likewise.
47261         * wcsmbs/Makefile: Likewise.
47262         * dlfcn/Makefile: Likewise.
47263         * posix/Makefile: Likewise.
47265         [BZ #6959]
47266         * timezone/Makefile: Don't install timezone files, just the programs
47267         and scripts.
47269 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
47271         * nss/databases.def: Add missing gshadow entry.
47273         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
47275 2012-03-06  Marek Polacek  <polacek@redhat.com>
47277         [BZ #13726]
47278         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
47279         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
47280         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
47281         * stdio-common/tst-long-dbl-fphex.c: New file.
47283 2012-03-06  David S. Miller  <davem@davemloft.net>
47285         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47286         (set_obp_int): New function.
47287         (get_obp_int): New function.
47288         (__get_clockfreq_via_dev_openprom): Likewise.
47289         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
47290         Avoid unused variable warnings on 'val' and use builtin_expect.
47291         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
47292         __builtin_expect.
47293         (INLINE_CLONE_SYSCALL): Likewise.
47295 2012-03-05  David S. Miller  <davem@davemloft.net>
47297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47299 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
47301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47303         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
47304         only for |x| >= 40.
47305         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47307 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
47309         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
47310         Replace gettimeofday with __vdso_gettimeofday.
47312         * sysdeps/unix/sysv/linux/x86_64/init-first.c
47313         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
47314         __vdso_clock_gettime and __vdso_getcpu.
47316         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
47317         time with __vdso_time.
47319 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47321         * manual/lang.texi (size_t): Note types to which size_t may be
47322         equivalent with the GNU C Library, but do not describe when
47323         differences between them are significant.
47325 2012-03-05  Andreas Jaeger  <aj@suse.de>
47327         * sysdeps/i386/fpu/libm-test-ulps: Update.
47329 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
47331         [BZ #3976]
47332         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
47333         (__ieee754_pow): Save and restore rounding mode and use
47334         round-to-nearest for main computations.
47335         * math/libm-test.inc (pow_test_tonearest): New function.
47336         (pow_test_towardzero): Likewise.
47337         (pow_test_downward): Likewise.
47338         (pow_test_upward): Likewise.
47339         (main): Call the new functions.
47340         * sysdeps/i386/fpu/libm-test-ulps: Update.
47341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47343         [BZ #3976]
47344         * math/libm-test.inc (cosh_test_tonearest): New function.
47345         (cosh_test_towardzero): Likewise.
47346         (cosh_test_downward): Likewise.
47347         (cosh_test_upward): Likewise.
47348         (sinh_test_tonearest): Likewise.
47349         (sinh_test_towardzero): Likewise.
47350         (sinh_test_downward): Likewise.
47351         (sinh_test_upward): Likewise.
47352         (main): Call the new functions.
47353         * sysdeps/i386/fpu/libm-test-ulps: Update.
47354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47356 2012-03-05  Tom de Vries  <tom@codesourcery.com>
47358         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
47359         default stack guard is set in last bytes.
47360         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
47362 2012-03-05  Kees Cook  <keescook@chromium.org>
47364         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
47366         [BZ #13656]
47367         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
47368         possibly allocate from heap instead of stack.
47369         * stdio-common/bug-vfprintf-nargs.c: New file.
47370         * stdio-common/Makefile (tests): Add nargs overflow test.
47372 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
47374         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47376 2012-03-03  Marek Polacek  <polacek@redhat.com>
47378         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
47379         * math/math_private.h: Likewise.
47380         * stdlib/tst-strtod.c: Likewise.
47381         * sysdeps/i386/i486/bits/atomic.h: Likewise.
47382         * sysdeps/x86_64/bits/atomic.h: Likewise.
47384 2012-03-02  David S. Miller  <davem@davemloft.net>
47386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
47387         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
47388         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
47389         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
47390         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
47391         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
47392         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
47393         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
47395 2012-03-02  Roland McGrath  <roland@hack.frob.com>
47397         [BZ #13792]
47398         * manual/examples/README: New file, says the example source files
47399         can be used under GPL>=2.
47400         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
47401         line containing just "*/".
47402         * manual/examples/add.c: Add copyright header (GPL>=2).
47403         * manual/examples/argp-ex1.c: Likewise.
47404         * manual/examples/argp-ex2.c: Likewise.
47405         * manual/examples/argp-ex3.c: Likewise.
47406         * manual/examples/argp-ex4.c: Likewise.
47407         * manual/examples/atexit.c: Likewise.
47408         * manual/examples/db.c: Likewise.
47409         * manual/examples/dir.c: Likewise.
47410         * manual/examples/dir2.c: Likewise.
47411         * manual/examples/execinfo.c: Likewise.
47412         * manual/examples/filecli.c: Likewise.
47413         * manual/examples/filesrv.c: Likewise.
47414         * manual/examples/fmtmsgexpl.c: Likewise.
47415         * manual/examples/genpass.c: Likewise.
47416         * manual/examples/inetcli.c: Likewise.
47417         * manual/examples/inetsrv.c: Likewise.
47418         * manual/examples/isockad.c: Likewise.
47419         * manual/examples/longopt.c: Likewise.
47420         * manual/examples/memopen.c: Likewise.
47421         * manual/examples/memstrm.c: Likewise.
47422         * manual/examples/mkfsock.c: Likewise.
47423         * manual/examples/mkisock.c: Likewise.
47424         * manual/examples/mygetpass.c: Likewise.
47425         * manual/examples/pipe.c: Likewise.
47426         * manual/examples/popen.c: Likewise.
47427         * manual/examples/rprintf.c: Likewise.
47428         * manual/examples/search.c: Likewise.
47429         * manual/examples/select.c: Likewise.
47430         * manual/examples/setjmp.c: Likewise.
47431         * manual/examples/sigh1.c: Likewise.
47432         * manual/examples/sigusr.c: Likewise.
47433         * manual/examples/stpcpy.c: Likewise.
47434         * manual/examples/strdupa.c: Likewise.
47435         * manual/examples/strftim.c: Likewise.
47436         * manual/examples/strncat.c: Likewise.
47437         * manual/examples/subopt.c: Likewise.
47438         * manual/examples/swapcontext.c: Likewise.
47439         * manual/examples/termios.c: Likewise.
47440         * manual/examples/testopt.c: Likewise.
47441         * manual/examples/testpass.c: Likewise.
47442         * manual/examples/timeval_subtract.c: Likewise.
47444         [BZ #13792]
47445         * manual/time.texi (Elapsed Time): Move timeval_subtract example
47446         function to ...
47447         * manual/timeval_subtract.c.texi: ... here, new file.
47449 2012-03-02  David S. Miller  <davem@davemloft.net>
47451         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
47453 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
47455         [BZ #3976]
47456         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
47457         (__sin): Save and restore rounding mode and use round-to-nearest
47458         for all computations.
47459         (__cos): Save and restore rounding mode and use round-to-nearest
47460         for all computations.
47461         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
47462         <fenv.h>.
47463         (tan): Save and restore rounding mode and use round-to-nearest for
47464         all computations.
47465         * math/libm-test.inc (cos_test_tonearest): New function.
47466         (cos_test_towardzero): Likewise.
47467         (cos_test_downward): Likewise.
47468         (cos_test_upward): Likewise.
47469         (sin_test_tonearest): Likewise.
47470         (sin_test_towardzero): Likewise.
47471         (sin_test_downward): Likewise.
47472         (sin_test_upward): Likewise.
47473         (tan_test_tonearest): Likewise.
47474         (tan_test_towardzero): Likewise.
47475         (tan_test_downward): Likewise.
47476         (tan_test_upward): Likewise.
47477         (main): Call the new functions.
47478         * sysdeps/i386/fpu/libm-test-ulps: Update.
47479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47481         [BZ #10135]
47482         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
47483         small n, then large n, before computing and testing k+n.
47484         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
47485         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
47486         Likewise.
47487         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
47488         Likewise.
47489         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
47490         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
47491         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
47492         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
47493         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
47494         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
47495         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
47496         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
47497         * math/libm-test.inc (scalbn_test): Add more tests.
47498         (scalbln_test): Likewise.
47500         * manual/filesys.texi (mode_t): Describe constraints on size and
47501         signedness, not exact equivalence to a particular type.
47502         (ino_t): Likewise.
47503         (ino64_t): Likewise.
47504         (dev_t): Likewise.
47505         (nlink_t): Likewise.
47506         (blkcnt_t): Likewise.
47507         (blkcnt64_t): Likewise.
47508         * manual/llio.texi (off_t): Likewise.
47510         [BZ #3976]
47511         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
47512         (__ieee754_exp): Save and restore rounding mode and use
47513         round-to-nearest for all computations.
47514         * math/libm-test.inc (exp_test_tonearest): New function.
47515         (exp_test_towardzero): Likewise.
47516         (exp_test_downward): Likewise.
47517         (exp_test_upward): Likewise.
47518         (main): Call the new functions.
47519         * sysdeps/i386/fpu/libm-test-ulps: Update.
47520         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47522 2012-03-01  Chris Demetriou  <cgd@google.com>
47524         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
47525         have predictable order.
47527 2012-03-01  David S. Miller  <davem@davemloft.net>
47529         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
47531         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
47532         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
47533         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
47534         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
47536         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
47537         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
47538         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
47539         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
47540         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
47541         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
47542         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
47543         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
47544         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
47546         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47548         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
47549         * sysdeps/sparc/fpu/libm-test-ulps: to here.
47550         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
47552         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
47553         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47554         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
47555         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
47556         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
47557         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
47558         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
47559         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47560         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
47561         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
47562         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
47563         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
47564         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47565         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
47566         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
47567         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47568         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
47569         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
47570         * sysdeps/sparc/elf/configure: Regenerated.
47572 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
47574         * configure.in (AS, LD): Require binutils 2.20 or later.
47575         * configure: Regenerated.
47576         * manual/install.texi (Tools for Compilation): Give binutils 2.20
47577         as required minimum version.
47578         * INSTALL: Regenerated.
47580         [BZ #2541]
47581         [BZ #4108]
47582         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
47583         before squaring exponent.
47584         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
47585         bottom long double and 27 bits of top long double before squaring
47586         exponent.
47587         * math/libm-test.inc (erfc_test): Add more tests.
47588         * sysdeps/i386/fpu/libm-test-ulps: Update.
47589         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
47590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47592 2012-03-01  Kai Tietz  <ktietz@redhat.com>
47594         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
47595         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
47596         containing bit-fields.
47597         * soft-fp/extended.h (_FP_UNION_E): Likewise.
47598         * soft-fp/single.h (_FP_UNION_S): Likewise.
47599         * soft-fp/double.h (_FP_UNION_D): Likewise.
47601 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47603         [BZ #13786]
47604         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
47605         not include ../strcmp.S.
47606         [USE_AS_STRNCASECMP_L]: Likewise.
47607         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
47608         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
47609         * sysdeps/i386/i686/multiarch/strncase_l-c.c
47610         (__strncasecmp_l_ia32): Define as alias to
47611         __strncasecmp_l_nonascii.
47613         [BZ #5794]
47614         * math/libm-test.inc (expm1_test): Add test for bug 5794.
47615         * sysdeps/i386/fpu/libm-test-ulps: Update.
47616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47618         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
47619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47621 2012-02-29  Jeff Law  <law@redhat.com>
47623         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
47624         out of bounds read.
47626 2012-02-29  Marek Polacek  <polacek@redhat.com>
47628         [BZ #13706]
47629         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
47630         * elf/Makefile: Add rules to run tst-unused-dep.out.
47632 2012-02-28  David S. Miller  <davem@davemloft.net>
47634         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
47635         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
47636         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
47637         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
47638         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
47639         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
47641 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
47643         * math/libm-test.inc (llround_test): Move one test from
47644         lround_test.  Use TEST_f_L in moved test.
47645         (lround_test): Move misplaced test to llround_test.  Add testcase
47646         from bug 2561.
47648 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
47650         * sysdeps/x86_64/fpu/e_expf.S: New file.
47651         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
47653 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
47655         [BZ #13637]
47656         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
47657         of remain_len that may cause incomplete multi-byte character and
47658         false match.
47659         * posix/bug-regex33.c: New file.
47660         * posix/Makefile (tests): Add bug-regex33.
47662 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
47664         * manual/macros.texi: New file.
47665         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
47666         * manual/libc.texinfo: Include macros.texi.
47667         * manual/creatute.texi: Likewise.
47668         * manual/install.texi: Likewise.
47669         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
47670         @glibcadj{} in references to the GNU C Library.
47671         * manual/charset.texi: Likewise.
47672         * manual/conf.texi: Likewise.
47673         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
47674         when not using those macros.
47675         * manual/creature.texi: Likewise.
47676         * manual/crypt.texi: Likewise.
47677         * manual/errno.texi: Likewise.
47678         * manual/filesys.texi: Likewise.
47679         * manual/header.texi: Likewise.
47680         * manual/install.texi: Likewise.
47681         * manual/intro.texi: Likewise.
47682         * manual/io.texi: Likewise.
47683         * manual/job.texi: Likewise.
47684         * manual/lang.texi: Likewise.
47685         * manual/libc.texiinfo: Likewise.
47686         * manual/llio.texi: Likewise.
47687         * manual/locale.texi: Likewise.
47688         * manual/maint.texi: Likewise.
47689         * manual/math.texi: Likewise.
47690         * manual/memory.texi: Likewise.
47691         * manual/message.texi: Likewise.
47692         * manual/nss.texi: Likewise.
47693         * manual/pattern.texi: Likewise.
47694         * manual/process.texi: Likewise.
47695         * manual/resource.texi: Likewise.
47696         * manual/search.texi: Likewise.
47697         * manual/setjmp.texi: Likewise.
47698         * manual/signal.texi: Likewise.
47699         * manual/socket.texi: Likewise.
47700         * manual/startup.texi: Likewise.
47701         * manual/stdio.texi: Likewise.
47702         * manual/string.texi: Likewise.
47703         * manual/sysinfo.texi: Likewise.
47704         * manual/syslog.texi: Likewise.
47705         * manual/terminal.texi: Likewise.
47706         * manual/time.texi: Likewise.
47707         * manual/users.texi: Likewise.
47708         * INSTALL: Regenerated.
47709         * NOTES: Regenerated.
47710         * sysdeps/gnu/errlist.c: Regenerated.
47712 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
47714         * include/dirent.h: Include <dirstream.h> before
47715         <dirent/dirent.h>.
47717 2012-02-28  David S. Miller  <davem@davemloft.net>
47719         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
47720         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
47721         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
47722         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
47724 2012-02-27  David S. Miller  <davem@davemloft.net>
47726         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
47727         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
47728         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
47729         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
47731         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
47732         frame pointer instead of stack pointer relative arg slot.
47733         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47734         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47735         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47737 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
47739         [BZ #3992]
47740         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
47742 2012-02-27  David S. Miller  <davem@davemloft.net>
47744         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
47745         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
47746         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
47747         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
47748         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
47749         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
47750         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
47751         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
47753 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47755         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
47756         later.  Allow versions 5-9.
47757         * configure: Regenerated.
47758         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
47759         required minimum version and 4.6 as recommended version.  Do not
47760         mention bugs in GCC 2.7 and 2.8.
47761         * INSTALL: Regenerated.
47763 2012-02-27  David S. Miller  <davem@davemloft.net>
47765         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
47766         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
47767         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
47768         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
47769         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
47770         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
47771         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
47772         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
47774         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
47775         manipulate bits before adding and subtracting TWO112[sx].
47776         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
47778 2012-02-27  Roland McGrath  <roland@hack.frob.com>
47780         [BZ #13775]
47781         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
47782         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
47783         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
47784         being in POSIX, because they are in 1003.1-2008.
47786         * rt/tst-aio.c: Include <fcntl.h>.
47787         * rt/tst-aio7.c: Likewise.
47788         * rt/tst-aio64.c: Likewise.
47790         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
47792 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
47794         * manual/install.texi (--with-headers): Describe headers as
47795         interface headers, not private headers.
47796         (Specific advice for GNU/Linux systems): Describe use of headers
47797         from "make headers_install", not private headers from older
47798         kernels.
47799         * INSTALL: Regenerated.
47800         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
47801         Change to 2.6.19.
47802         * sysdeps/unix/sysv/linux/configure: Regenerated.
47804         * manual/llio.texi (fclean): Remove documentation.
47806         * manual/Makefile (libc-texi-generated): New variable.  Include
47807         version.texi.
47808         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
47809         $(libc-texi-generated), not duplicated list of files.
47810         (version.texi, stamp-version): New rules.
47811         (realclean): Remove $(libc-texi-generated), not individual files
47812         from that list.  Do not remove dir-add.texinfo.
47813         * manual/libc.texinfo: Comment out uses of edition numbers and
47814         references to printed manual.  Remove last-updated dates.
47815         (EDITION): Comment out.
47816         (ISBN): Likewise.
47817         (VERSION, UPDATED): Remove.
47818         (version.texi): Include.
47820 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
47822         * sysdeps/posix/spawni.c: Include <signal.h>.
47823         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
47824         * sysdeps/pthread/aio_fsync.c: Likewise.
47826 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
47828         * conform/Makefile (tests): Run only when not cross-compiling and
47829         when fast-check is not defined.
47831         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
47832         * conform/data/limits.h-data: Fixes for POSIX2008.
47833         * conform/run-conformtest.sh: Run all tests.
47834         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
47835         headers.
47836         * include/bits/dlfcn.h: Likewise.
47837         * include/langinfo.h: Likewise.
47838         * include/monetary.h: Likewise.
47839         * include/sys/poll.h: Likewise.
47841         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
47842         for __USE_GNU.
47843         * posix/spawn.h: Define __need_sigset_t.
47844         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
47845         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
47846         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
47847         to get sigevent_t only.
47848         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
47849         only for __USE_GNU.
47850         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47851         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47852         process_vm_writev only for __USE_GNU.
47853         * termios/termios.h: Declare tcgetsid also for POSIX2008.
47855         * conform/Makefile: For now ignore errors from run-conformtest.
47856         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
47857         POSIX to avoid namespace pollution.  Don't prepend headers.
47858         * conform/data/aio.h-data: Fixes for POSIX testing.
47859         * conform/data/fcntl.h-data: Likewise.
47860         * conform/data/glob.h-data: Likewise.
47861         * conform/data/grp.h-data: Likewise.
47862         * conform/data/pthread.h-data: Likewise.
47863         * conform/data/pwd.h-data: Likewise.
47864         * conform/data/signal.h-data: Likewise.
47865         * conform/data/spawn.h-data: Likewise.
47866         * conform/data/stdio.h-data: Likewise.
47867         * conform/data/stdlib.h-data: Likewise.
47868         * conform/data/stropts.h-data: Likewise.
47869         * conform/data/sys/mman.h-data: Likewise.
47870         * conform/data/sys/stat.h-data: Likewise.
47871         * conform/data/sys/types.h-data: Likewise.
47872         * conform/data/sys/wait.h-data: Likewise.
47873         * conform/data/time.h-data: Likewise.
47874         * conform/data/unistd.h-data: Likewise.
47875         * conform/data/utime.h-data: Likewise.
47877         * io/sys/stat.h: fchmod was always in POSIX.
47878         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
47879         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
47880         * rt/aio.h: Define __need_timespec before including <time.h>.
47881         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
47882         struct.  Add forward declaration of pthread_attr_t and use it in
47883         sigevent.
47884         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47885         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47886         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
47887         always remove CLK_TCK definition.
47889 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
47891         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
47893 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
47895         * conform/run-conformtest.sh: New file.
47896         * conform/Makefile: Run run-conformtest for tests.
47897         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
47898         support.
47900         * conform/data/uchar.h-data: New file.
47901         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
47902         * conform/data/arpa/inet.h-data: Likewise.
47903         * conform/data/assert.h-data: Likewise.
47904         * conform/data/complex.h-data: Likewise.
47905         * conform/data/cpio.h-data: Likewise.
47906         * conform/data/ctype.h-data: Likewise.
47907         * conform/data/dirent.h-data: Likewise.
47908         * conform/data/dlfcn.h-data: Likewise.
47909         * conform/data/errno.h-data: Likewise.
47910         * conform/data/fcntl.h-data: Likewise.
47911         * conform/data/float.h-data: Likewise.
47912         * conform/data/fmtmsg.h-data: Likewise.
47913         * conform/data/fnmatch.h-data: Likewise.
47914         * conform/data/ftw.h-data: Likewise.
47915         * conform/data/glob.h-data: Likewise.
47916         * conform/data/grp.h-data: Likewise.
47917         * conform/data/iconv.h-data: Likewise.
47918         * conform/data/inttypes.h-data: Likewise.
47919         * conform/data/langinfo.h-data: Likewise.
47920         * conform/data/libgen.h-data: Likewise.
47921         * conform/data/limits.h-data: Likewise.
47922         * conform/data/locale.h-data: Likewise.
47923         * conform/data/math.h-data: Likewise.
47924         * conform/data/monetary.h-data: Likewise.
47925         * conform/data/mqueue.h-data: Likewise.
47926         * conform/data/ndbm.h-data: Likewise.
47927         * conform/data/net/if.h-data: Likewise.
47928         * conform/data/netdb.h-data: Likewise.
47929         * conform/data/netinet/in.h-data: Likewise.
47930         * conform/data/nl_types.h-data: Likewise.
47931         * conform/data/poll.h-data: Likewise.
47932         * conform/data/pthread.h-data: Likewise.
47933         * conform/data/pwd.h-data: Likewise.
47934         * conform/data/regex.h-data: Likewise.
47935         * conform/data/sched.h-data: Likewise.
47936         * conform/data/search.h-data: Likewise.
47937         * conform/data/semaphore.h-data: Likewise.
47938         * conform/data/setjmp.h-data: Likewise.
47939         * conform/data/signal.h-data: Likewise.
47940         * conform/data/spawn.h-data: Likewise.
47941         * conform/data/stdarg.h-data: Likewise.
47942         * conform/data/stdio.h-data: Likewise.
47943         * conform/data/stdlib.h-data: Likewise.
47944         * conform/data/string.h-data: Likewise.
47945         * conform/data/strings.h-data: Likewise.
47946         * conform/data/stropts.h-data: Likewise.
47947         * conform/data/sys/ipc.h-data: Likewise.
47948         * conform/data/sys/mman.h-data: Likewise.
47949         * conform/data/sys/msg.h-data: Likewise.
47950         * conform/data/sys/resource.h-data: Likewise.
47951         * conform/data/sys/select.h-data: Likewise.
47952         * conform/data/sys/sem.h-data: Likewise.
47953         * conform/data/sys/shm.h-data: Likewise.
47954         * conform/data/sys/socket.h-data: Likewise.
47955         * conform/data/sys/stat.h-data: Likewise.
47956         * conform/data/sys/statvfs.h-data: Likewise.
47957         * conform/data/sys/time.h-data: Likewise.
47958         * conform/data/sys/timeb.h-data: Likewise.
47959         * conform/data/sys/times.h-data: Likewise.
47960         * conform/data/sys/types.h-data: Likewise.
47961         * conform/data/sys/uio.h-data: Likewise.
47962         * conform/data/sys/un.h-data: Likewise.
47963         * conform/data/sys/utsname.h-data: Likewise.
47964         * conform/data/sys/wait.h-data: Likewise.
47965         * conform/data/syslog.h-data: Likewise.
47966         * conform/data/tar.h-data: Likewise.
47967         * conform/data/termios.h-data: Likewise.
47968         * conform/data/utime.h-data: Likewise.
47969         * conform/data/utmpx.h-data: Likewise.
47970         * conform/data/varargs.h-data: Likewise.
47971         * conform/data/wchar.h-data: Likewise.
47972         * conform/data/wctype.h-data: Likewise.
47973         * conform/data/wordexp.h-data: Likewise.
47975         * include/stropts.h: New file.
47976         * include/uchar.h: New file.
47977         * include/aio.h: Changes to allow conformtest.pl to use the headers.
47978         * include/assert.h: Likewise.
47979         * include/ctype.h: Likewise.
47980         * include/dirent.h: Likewise.
47981         * include/dlfcn.h: Likewise.
47982         * include/fcntl.h: Likewise.
47983         * include/fnmatch.h: Likewise.
47984         * include/glob.h: Likewise.
47985         * include/grp.h: Likewise.
47986         * include/libio.h: Likewise.
47987         * include/locale.h: Likewise.
47988         * include/math.h: Likewise.
47989         * include/net/if.h: Likewise.
47990         * include/netdb.h: Likewise.
47991         * include/netinet/in.h: Likewise.
47992         * include/pthread.h: Likewise.
47993         * include/pwd.h: Likewise.
47994         * include/regex.h: Likewise.
47995         * include/sched.h: Likewise.
47996         * include/search.h: Likewise.
47997         * include/setjmp.h: Likewise.
47998         * include/signal.h: Likewise.
47999         * include/stdio.h: Likewise.
48000         * include/stdlib.h: Likewise.
48001         * include/string.h: Likewise.
48002         * include/sys/cdefs.h: Likewise.
48003         * include/sys/mman.h: Likewise.
48004         * include/sys/msg.h: Likewise.
48005         * include/sys/resource.h: Likewise.
48006         * include/sys/select.h: Likewise.
48007         * include/sys/socket.h: Likewise.
48008         * include/sys/stat.h: Likewise.
48009         * include/sys/statvfs.h: Likewise.
48010         * include/sys/time.h: Likewise.
48011         * include/sys/times.h: Likewise.
48012         * include/sys/uio.h: Likewise.
48013         * include/sys/utsname.h: Likewise.
48014         * include/sys/wait.h: Likewise.
48015         * include/termios.h: Likewise.
48016         * include/time.h: Likewise.
48017         * include/ulimit.h: Likewise.
48018         * include/unistd.h: Likewise.
48019         * include/utime.h: Likewise.
48020         * include/wchar.h: Likewise.
48021         * include/wctype.h: Likewise.
48022         * include/wordexp.h: Likewise.
48024         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
48026         * time/time.h: TIME_UTC must be a macro.
48027         Make timespec_get available for ISO C11 only as well.
48029 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
48031         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
48032         Reported by Peng Haitao <penght@cn.fujitsu.com>.
48034 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48036         * configure.in: Use -o not -a in test for unsupported multi-arch.
48038 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48040         * manual/texinfo.tex: Update to version 2012-01-19.16.
48042 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
48044         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
48046 2012-02-24  Roland McGrath  <roland@hack.frob.com>
48048         [BZ #13738]
48049         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
48050         * manual/fdl-1.3.texi: New file.
48051         * manual/fdl-1.1.texi: File removed.
48053         [BZ #13738]
48054         * manual/libc.texinfo (FDL_VERSION): New @set.
48055         Use it for mention of FDL in cover text.
48056         (Documentation License): Use it in @include file name.
48058 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48059             Roland McGrath  <roland@hack.frob.com>
48061         [BZ #5461]
48062         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
48063         (not LONG_LONG_MAX and LONG_LONG_MIN.
48064         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
48065         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
48066         name.
48067         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
48069 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48071         [BZ #2547]
48072         [BZ #11365]
48073         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
48074         manipulate bits before adding and subtracting TWO23[sx].
48075         * math/libm-test.inc (nearbyint_test): Add more tests.
48077 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48079         [BZ #2548]
48080         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
48081         bits before adding and subtracting TWO23[sx].
48082         * math/libm-test.inc (rint_test): Add more tests.
48083         (rint_test_tonearest): Likewise.
48084         (rint_test_towardzero): Likewise.
48085         (rint_test_downward): Likewise.
48086         (rint_test_upward: Likewise.
48088 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48090         [BZ #10110]
48091         * include/stdc-predef.h: New file.  Extracted from features.h.
48092         * include/features.h: Include stdc-predef.h.
48093         * Makefile (headers): Add stdc-predef.h.
48094         * CONFORMANCE (Compiler limitations): Update.
48096 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
48098         * manual/libc.texinfo (VERSION, UPDATED): Revert.
48100 2012-02-21  David S. Miller  <davem@davemloft.net>
48102         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
48103         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48105 2012-02-20  David S. Miller  <davem@davemloft.net>
48107         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
48108         using a normal save/restore sequence, rather than allocating a
48109         dummy stack frame just to store a frame pointer and restore.
48110         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48112 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48114         * manual/install.texi: Fix stray word in line-wrapped comment.
48116 2012-02-20  David S. Miller  <davem@davemloft.net>
48118         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
48119         both binutils and gcc support GOTDATA.
48121         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
48122         "rd %pc" in the PIC register setup sequences.
48124         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
48125         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
48126         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48127         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
48128         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48129         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
48130         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48131         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48132         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
48133         (SYSCALL_ERROR_HANDLER): Likewise.
48134         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48135         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48136         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
48137         (SYSCALL_ERROR_HANDLER): Likewise.
48139         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
48140         (HAVE_GCC_GOTDATA): New.
48141         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
48142         relocation support in both binutils and gcc.
48143         * sysdeps/sparc/elf/configure: Regenerate.
48145         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
48146         * sysdeps/sparc/sparc32/elf/configure: Delete.
48147         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
48148         * sysdeps/sparc/sparc64/elf/configure: Delete.
48149         * sysdeps/sparc/elf/configure.in: New file.
48150         * sysdeps/sparc/elf/configure: Generate.
48152         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
48153         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
48154         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
48155         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
48156         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
48158 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48160         * manual/install.texi: Do not mention specific glibc version
48161         numbers.
48162         * manual/libc.texinfo (VERSION, UPDATED): Update.
48163         (@copying): Use @copyright{} and range of years.
48165 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
48167         [BZ #13695]
48168         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
48169         [crti.S not in sysdirs] (generated): Do not append.
48170         [crti.S not in sysdirs] (omit-deps): Likewise.
48171         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
48172         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
48173         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
48174         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
48175         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
48176         Likewise.
48177         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
48178         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
48179         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
48180         * csu/defs.awk: Remove file.
48181         * sysdeps/generic/initfini.c: Likewise.
48182         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
48183         variable.
48184         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
48185         Likewise.
48187 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48189         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
48190         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
48191         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
48192         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
48193         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
48194         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
48195         <bits/epoll.h>.
48196         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
48197         (__EPOLL_PACKED): Define to empty if not defined by
48198         <bits/epoll.h>.
48199         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
48200         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48201         bits/epoll.h.
48203 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48205         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
48206         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
48207         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
48208         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
48209         <bits/timerfd.h>.
48210         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
48211         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48212         bits/timerfd.h.
48214 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
48216         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
48217         in C locale.
48218         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48219         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
48220         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
48221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48223 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
48225         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48226         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
48228 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
48230         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
48231         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
48232         defined.
48233         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
48234         Likewise.
48235         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
48236         entry for 2.16.
48238 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
48240         * math/w_acos.c: Use non-signaling floating-point comparisons.
48241         * math/w_acosf.c: Likewise.
48242         * math/w_acosh.c: Likewise.
48243         * math/w_acoshf.c: Likewise.
48244         * math/w_acoshl.c: Likewise.
48245         * math/w_acosl.c: Likewise.
48246         * math/w_asin.c: Likewise.
48247         * math/w_asinf.c: Likewise.
48248         * math/w_asinl.c: Likewise.
48249         * math/w_atanh.c: Likewise.
48250         * math/w_atanhf.c: Likewise.
48251         * math/w_atanhl.c: Likewise.
48252         * math/w_exp2.c: Likewise.
48253         * math/w_exp2f.c: Likewise.
48254         * math/w_exp2l.c: Likewise.
48255         * math/w_j0.c: Likewise.
48256         * math/w_j0f.c: Likewise.
48257         * math/w_j0l.c: Likewise.
48258         * math/w_j1.c: Likewise.
48259         * math/w_j1f.c: Likewise.
48260         * math/w_j1l.c: Likewise.
48261         * math/w_jn.c: Likewise.
48262         * math/w_jnf.c: Likewise.
48263         * math/w_log.c: Likewise.
48264         * math/w_log10.c: Likewise.
48265         * math/w_log10f.c: Likewise.
48266         * math/w_log10l.c: Likewise.
48267         * math/w_log2.c: Likewise.
48268         * math/w_log2f.c: Likewise.
48269         * math/w_log2l.c: Likewise.
48270         * math/w_logf.c: Likewise.
48271         * math/w_logl.c: Likewise.
48272         * math/w_sqrt.c: Likewise.
48273         * math/w_sqrtf.c: Likewise.
48274         * math/w_sqrtl.c: Likewise.
48275         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48276         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
48277         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48278         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48279         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48281 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48283         [BZ #9739]
48284         * manual/string.texi (strnlen): Use correct parameter name in
48285         equivalent expression.
48287 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48289         [BZ #11174]
48290         * manual/users.texi (seteuid): Consistently use neweuid for
48291         argument name.
48293 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
48295         [BZ #13704]
48296         * manual/nss.texi (Services in the NSS configuration): Correct
48297         list of services in example configuration file.
48299 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
48301         [BZ #11322]
48302         * manual/arith.texi: Remove statements about negative zero
48303         behaving identically to zero.
48305 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48307         [BZ #5993]
48308         * manual/install.texi: Do not document upgrading from libc5.
48310 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
48312         [BZ #4596]
48313         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
48315 2012-02-18  David S. Miller  <davem@davemloft.net>
48317         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
48318         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
48319         %o7 across the call.
48320         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
48321         instead.
48322         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
48323         SETUP_PIC_REG_LEAF.
48324         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48325         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
48326         * sysdeps/sparc/crtn.S: Likewise.
48328 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
48330         * aout/Makefile: Remove.
48332 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
48334         [BZ #13058]
48335         * manual/examples/argp-ex1.c (main): Format definition in GNU
48336         style.
48337         * manual/examples/argp-ex2.c (main): Likewise.
48338         * manual/examples/argp-ex3.c (main): Likewise.
48339         * manual/examples/argp-ex4.c (main): Likewise.
48340         * manual/examples/longopt.c (main): Use new-style prototype
48341         definition.
48342         * manual/examples/strncat.c (main): Specify return type and use
48343         (void) for arguments.
48344         * manual/examples/subopt.c (main): Use char **argv argument.
48346 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48348         [BZ #5077]
48349         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
48350         rounding modes.
48352 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
48354         [BZ #6907]
48355         * manual/string.texi (strchr): Change when strchrnul is
48356         recommended.
48358 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
48360         [BZ #174]
48361         * manual/locale.texi (setlocale): Document LOCPATH.
48363 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48365         [BZ #10210]
48366         * manual/process.texi (execle): Move @dots{} before last argument.
48368 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
48370         [BZ #12047]
48371         * manual/charset.texi (Generic Charset Conversion): Fix typo
48372         (LC_TYPE -> LC_CTYPE).
48374 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
48376         [BZ #5805]
48377         * manual/arith.texi (scalbn): Use @var{} on parameter names.
48378         (scalbnf): Likewise.
48379         (scalbnl): Likewise.
48380         (scalbln): Likewise.
48381         (scalblnf): Likewise.
48382         (scalblnl): Likewise.
48383         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
48384         (vwarnx): Likewise.
48385         (verr): Likewise.
48386         (verrx): Likewise.
48387         * manual/filesys.texi (telldir): Use braces around return type.
48388         * manual/llio.texi (mmap): Add space after comma.
48389         (mmap64): Likewise.
48390         * manual/math.texi (jn): Use @var{} on parameter names.
48391         (jnf): Likewise.
48392         (jnl): Likewise.
48393         (yn): Likewise.
48394         (ynf): Likewise.
48395         (ynl): Likewise.
48396         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
48397         line.
48398         * manual/resource.texi (ulimit): Use @dots{} instead of literal
48399         "...".
48400         (sched_get_priority_min): Remove semicolon on @deftypefun line.
48401         (sched_get_priority_max): Likewise.
48402         * manual/signal.texi (sigvec): Add space after comma.
48403         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
48404         names.
48405         (if_indextoname): Likewise.
48406         (if_freenameindex): Likewise.
48407         (sendto): Use ',' instead of '.' in prototype.
48408         * manual/startup.texi (syscall): Use @dots{} instead of literal
48409         "...".
48410         * manual/stdio.texi (__fpending): Separate initial words of
48411         paragraph from @deftypefun line.
48412         * manual/syslog.texi (syslog): Use @dots{} instead of literal
48413         "...".
48414         (vsyslog): Use @var{} on parameter names.
48415         * manual/terminal.texi (stty): Use @var{} on parameter names.
48416         * manual/users.texi (getutmp): Use @var{} on parameter names.
48417         (getutmpx): Likewise.
48419 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48421         [BZ #6884]
48422         * manual/stdio.texi (fopen): Fix typos in description of
48423         ",ccs=STRING".
48425 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
48427         [BZ #4026]
48428         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
48429         get clock_id definition.
48431 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
48433         [BZ #4822]
48434         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
48435         (madvise): Cast every argument to void on its own.
48437 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48439         [BZ #9902]
48440         * manual/startup.texi (Exit Status): Fix typo.
48442 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
48444         [BZ #10140]
48445         * manual/examples/argp-ex1.c: Include <stdlib.h>.
48446         * manual/examples/argp-ex2.c: Likewise.
48447         * manual/examples/argp-ex3.c: Likewise.
48449 2012-02-16  Richard Henderson  <rth@redhat.com>
48451         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
48452         * sysdeps/s390/s390-32/initfini.c: Remove.
48453         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
48454         * sysdeps/s390/s390-64/initfini.c: Remove.
48456 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
48458         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
48459         compiler output for sysdeps/generic/initfini.c.
48460         * sysdeps/sh/elf/initfini.c: Remove file.
48462 2012-02-16  David S. Miller  <davem@davemloft.net>
48464         [BZ #11494]
48465         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
48467         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
48468         * sysdeps/sparc/crti.S: New file.
48469         * sysdeps/sparc/crtn.S: New file.
48470         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
48471         * sysdeps/sparc/sparc64/Makefile: Likewise.
48473 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
48475         [BZ #3335]
48476         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
48478 2012-02-15  Roland McGrath  <roland@hack.frob.com>
48480         [BZ #4822]
48481         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
48483         * mach/devstream.c (cookie_io_functions_t): Macro removed.
48484         (write, read, close): Likewise.
48485         Patch by Aurelien Jarno <aurelien@aurel32.net>.
48487 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
48489         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
48490         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
48491         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
48492         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
48493         <bits/signalfd.h>.
48494         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
48495         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48496         bits/signalfd.h.
48498 2012-02-14  Marek Polacek  <polacek@redhat.com>
48500         * sysdeps/x86_64/crti.S: New file.
48501         * sysdeps/x86_64/crtn.S: New file.
48502         * sysdeps/x86_64/elf/initfini.c: Remove file.
48504 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48506         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
48507         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
48508         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
48509         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
48510         <bits/inotify.h>.
48511         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
48512         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48513         bits/inotify.h.
48515 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
48517         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
48518         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
48519         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
48520         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
48521         <bits/eventfd.h>.
48522         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
48523         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48524         bits/eventfd.h.
48526 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
48528         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
48529         __feraiseexcept instead of feraiseexcept.
48531         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
48532         nanosleep invocations.
48533         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
48534         strings, and add error checking for a nanosleep invocations.
48536 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
48538         Replace FSF snail mail address with URLs, as per GNU coding standards.
48539         Most of the snail mail addresses were wrong anyway, and omitting
48540         them makes the source code easier to maintain.  Almost all of the
48541         changes are to license notices and to locale LC_IDENTIFICATION
48542         addresses, except for this one:
48543         * manual/libc.texinfo: In "Published by", give the FSF's URL,
48544         not its snail mail address.
48546 2012-02-09  Richard Henderson  <rth@twiddle.net>
48548         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
48549         of kernel-features.h.
48551         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
48553 2012-02-08  Marek Polacek  <polacek@redhat.com>
48555         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
48556         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
48557         * sysdeps/gnu/_G_config.h: Likewise.
48558         * sysdeps/generic/_G_config.h: Likewise.
48560 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
48562         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
48563         tests.
48564         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48566         * sysdeps/powerpc/powerpc32/crti.S: New file.
48567         * sysdeps/powerpc/powerpc32/crtn.S: New file.
48568         * sysdeps/powerpc/powerpc64/crti.S: New file.
48569         * sysdeps/powerpc/powerpc64/crtn.S: New file.
48571         * Makeconfig (have-initfini): Don't set.
48572         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
48573         * configure.in (nopic_initfini): Don't substitute.
48574         * config.h.in (HAVE_INITFINI): Don't #undef.
48575         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
48576         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
48578 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
48580         Support crti.S and crtn.S provided directly by architectures.
48581         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
48582         [crti.S in sysdirs] (omit-deps): Likewise.
48583         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
48584         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
48585         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
48586         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
48587         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
48588         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
48589         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
48590         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
48591         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
48592         compiler output for sysdeps/generic/initfini.c.
48593         * sysdeps/i386/elf/Makefile: Remove file.
48594         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
48596 2012-02-07  Marek Polacek  <polacek@redhat.com>
48598         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
48599         * sysdeps/gnu/_G_config.h: Likewise.
48600         * sysdeps/mach/hurd/_G_config.h: Likewise.
48602 2012-02-07  Marek Polacek  <polacek@redhat.com>
48604         * math/Makefile (tests): Add tst-CMPLX2.
48605         * math/tst-CMPLX2.c: New file.
48607 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
48609         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48611         * math/libm-test.inc (jn_test): Add missing L suffix.
48613 2012-02-06  Marek Polacek  <polacek@redhat.com>
48615         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
48616         * sysdeps/i386/fpu/e_powf.S: Likewise.
48617         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48618         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
48619         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48620         * sysdeps/i386/fpu/e_pow.S: Likewise.
48621         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
48622         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48623         * sysdeps/i386/fpu/s_expm1.S: Likewise.
48624         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
48625         * sysdeps/i386/fpu/e_log2.S: Likewise.
48626         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48627         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48628         * sysdeps/i386/fpu/e_powl.S: Likewise.
48629         * sysdeps/i386/fpu/s_log1p.S: Likewise.
48630         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48631         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
48632         * sysdeps/i386/fpu/e_logl.S: Likewise.
48633         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
48634         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
48635         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
48636         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
48637         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48638         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48639         * sysdeps/i386/fpu/e_log.S: Likewise.
48640         * sysdeps/i386/fpu/s_cexp.S: Likewise.
48641         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48642         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
48643         * sysdeps/i386/fpu/e_logf.S: Likewise.
48644         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48645         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48646         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
48647         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
48648         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
48649         * sysdeps/i386/fpu/e_log10.S: Likewise.
48650         * sysdeps/i386/fpu/s_frexp.S: Likewise.
48651         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48652         * sysdeps/i386/fpu/s_asinh.S: Likewise.
48653         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
48654         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48655         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
48656         * sysdeps/i386/asm-syntax.h: Likewise.
48657         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48658         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48659         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48660         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
48661         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
48662         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48663         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
48664         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
48665         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48666         * sysdeps/powerpc/sysdep.h: Likewise.
48667         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
48668         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
48670 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48672         [BZ #411]
48673         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
48675 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
48677         * sysdeps/i386/sysdep.h: Include <features.h>.
48678         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
48679         version.
48681 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
48683         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
48684         Define.
48685         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
48686         LOAD_PIC_REG_STR.
48688 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48690         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
48691         (SETUP_PIC_REG): Use GET_PC_THUNK.
48692         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
48693         macro.
48695 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48697         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
48698         for non-PIC compilation.
48699         (SETUP_PIC_REG): Add .p2align directive.
48700         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
48701         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
48702         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
48703         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
48704         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
48705         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
48706         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
48707         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48708         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
48709         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
48710         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
48711         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
48712         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
48713         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
48714         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
48715         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
48716         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
48717         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
48718         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
48719         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
48720         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
48721         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
48722         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
48723         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
48724         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
48725         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
48726         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48727         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
48728         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
48729         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
48730         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
48731         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48732         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
48733         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
48734         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
48735         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
48736         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
48737         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
48738         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
48739         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
48740         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
48742 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
48744         * math/tst-CMPLX.c: Include <stdio.h>.
48746 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
48748         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
48749         float.
48750         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
48751         * sysdeps/sparc/bits/mathdef.h: Likewise.
48753 2012-01-31  Marek Polacek  <polacek@redhat.com>
48755         * libio/libio.h: Don't define _PARAMS.
48756         * locale/programs/config.h: Don't define PARAMS.
48757         * stdlib/strtol_l.c: Likewise.
48758         (__strtol_l): Remove PARAMS from the prototype.
48760 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
48762         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
48763         names.  Just use the correct names.  Remove unnecessary wrapper
48764         functions.
48765         * malloc/arena.c: Likewise.
48766         * malloc/hooks.c: Likewise.
48768         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
48769         ARENA_TEST says not to.  Simplify test for creation of a new arena.
48770         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
48772 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
48774         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
48775         into tail calls.
48776         (update_get_addr): New function.
48777         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
48778         GET_ADDR_MODULE parameter.
48780 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48782         * crypt/cert.c: Remove __STDC__ conditionals.
48783         * crypt/crypt-entry.c: Likewise.
48784         * crypt/crypt_util.c: Likewise.
48785         * libio/filedoalloc.c: Likewise.
48786         * libio/fileops.c: Likewise.
48787         * libio/genops.c: Likewise.
48788         * libio/iofclose.c: Likewise.
48789         * libio/iofdopen.c: Likewise.
48790         * libio/iofopen.c: Likewise.
48791         * libio/iofopen64.c: Likewise.
48792         * libio/iogetdelim.c: Likewise.
48793         * libio/iopopen.c: Likewise.
48794         * libio/obprintf.c: Likewise.
48795         * libio/oldfileops.c: Likewise.
48796         * libio/oldiofclose.c: Likewise.
48797         * libio/oldiofdopen.c: Likewise.
48798         * libio/oldiofopen.c: Likewise.
48799         * libio/oldiopopen.c: Likewise.
48800         * libio/wfiledoalloc.c: Likewise.
48801         * libio/wgenops.c: Likewise.
48802         * locale/programs/xmalloc.c: Likewise.
48803         * misc/syslog.c: Likewise.
48804         * stdio-common/xbug.c: Likewise.
48805         * string/memchr.c: Likewise.
48806         * string/memcmp.c: Likewise.
48807         * string/memrchr.c: Likewise.
48808         * string/rawmemchr.c: Likewise.
48809         * sysdeps/posix/getcwd.c: Likewise.
48810         * time/strftime_l.c: Likewise.
48812 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
48814         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
48815         * config.make.in (config-cflags-sse2avx): Define.
48816         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
48817         Fix typo.
48819 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
48821         * scripts/config.guess: Update from upstream config git repository.
48822         * scripts/config.sub: Likewise.
48824 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
48826         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
48827         (EM_NUM): Update.
48828         (R_TILEPRO_*, R_TILEGX_*): New macros.
48830         * scripts/firstversions.awk: Fix bug in version range handling.
48832         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
48834         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
48836         * include/sys/epoll.h: New file.
48837         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
48838         libc_hidden_def.
48840 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
48842         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
48843         Avoid unnecessary __WORDSIZE == 64 test.
48844         (fmaxf): Use VEX format if possible.
48845         (fmax): Likewise.
48846         (fminf): Likewise.
48847         (fmin): Likewise.
48849         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
48850         * math/math_private.h: Remove libc_fegetround* and
48851         libc_fesetround*.
48852         * sysdeps/i386/configure.in: Check for -msse2avx.
48853         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
48854         also if SSE2AVX is defined.
48855         Remove libc_fegetround* and libc_fesetround*.
48856         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
48857         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
48858         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
48859         of HAS_YMM_USABLE.
48860         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48861         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48862         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48863         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48864         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48866         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
48868 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48870         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
48871         size is not set.
48872         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48874 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
48876         [BZ #13618]
48877         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
48878         relocation.
48879         * Makeconfig (libm): Define.
48880         * elf/Makefile: Add rules to build and run tst-relsort1.
48881         * elf/tst-relsort1.c: New file.
48882         * elf/tst-relsort1mod1.c: New file.
48883         * elf/tst-relsort1mod2.c: New file.
48885 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
48887         * math/s_ldexp.c: Remove __STDC__ conditionals.
48888         * math/s_ldexpf.c: Likewise.
48889         * math/s_ldexpl.c: Likewise.
48890         * math/s_nextafter.c: Likewise.
48891         * math/s_nexttowardf.c: Likewise.
48892         * math/s_significand.c: Likewise.
48893         * math/s_significandf.c: Likewise.
48894         * math/s_significandl.c: Likewise.
48895         * math/w_jnl.c: Likewise.
48896         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48897         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48898         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48899         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48900         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48902         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
48903         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48904         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48905         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48906         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48907         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48908         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48909         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48910         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48911         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48912         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48913         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48914         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48915         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48916         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48917         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48918         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48919         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48920         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48921         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48922         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48923         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48924         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48925         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48926         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48927         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48928         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48929         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48930         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48931         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48932         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48933         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48934         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48935         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48936         * sysdeps/ieee754/k_standard.c: Likewise.
48937         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48938         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48939         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48940         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48941         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48942         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48943         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48944         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48947         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48948         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48949         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48950         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48951         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48952         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48953         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48954         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48955         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48956         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48957         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48958         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48959         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48960         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48961         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48962         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48963         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48964         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48965         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48966         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48967         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48968         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
48969         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48970         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48971         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48972         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48973         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
48974         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48975         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48976         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
48977         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
48978         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48979         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
48980         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
48981         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48982         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
48983         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
48984         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48985         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48986         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
48987         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
48988         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48989         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48990         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48991         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48992         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48993         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
48994         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48995         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48996         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48997         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48998         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48999         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49000         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49001         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49002         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49003         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49007         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49008         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49010         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49011         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49012         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49013         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49014         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49015         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49016         * sysdeps/ieee754/s_matherr.c: Likewise.
49017         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49018         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49019         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49020         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49022 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49024         * crypt/md5.h: Remove __STDC__ conditionals.
49025         * libio/libioP.h: Likewise.
49026         * locale/programs/config.h: Likewise.
49027         * sysdeps/generic/sysdep.h: Likewise.
49028         * sysdeps/i386/asm-syntax.h: Likewise.
49029         * sysdeps/s390/asm-syntax.h: Likewise.
49030         * sysdeps/unix/sysdep.h: Likewise.
49031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
49032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
49034 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
49036         * libio/libio.h: Remove __STDC__ conditionals.
49037         * malloc/obstack.h: Likewise.
49038         * math/complex.h: Likewise.
49039         * math/math.h: Likewise.
49040         * sysdeps/generic/_G_config.h: Likewise.
49041         * sysdeps/gnu/_G_config.h: Likewise.
49042         * sysdeps/mach/hurd/_G_config.h: Likewise.
49043         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49044         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49045         * sysdeps/sparc/bits/mathdef.h: Likewise.
49047 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
49049         [BZ #13583]
49050         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
49051         Clean up HAS_* macros.
49052         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
49053         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
49054         possible.
49055         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
49056         HAS_AVX.
49057         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49058         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49059         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49060         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49061         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49063 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
49065         * elf/tst-unique3.cc (gets): Remove declaration.
49066         * elf/tst-unique3lib.cc (gets): Likewise.
49067         * elf/tst-unique3lib2.cc (gets): Likewise.
49068         * elf/tst-unique4.cc (gets): Likewise.
49070 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
49072         * include/stdio.h: Add C++ protection.  Add gets declarations and
49073         definitions.
49074         * debug/tst-chk1.c: Don't declare gets here.
49075         * stdio-common/tst-gets.c: Likewise.
49077 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49079         * posix/glob: Remove directory.
49081 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
49083         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
49085 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
49087         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
49088         of the non-standard EPFNOSUPPORT.
49090 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49092         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
49093         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
49094         ANYWHERE set to 1 only on KERN_NO_SPACE error.
49096 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
49098         * wcsmbs/uchar.h: Test __STDC_VERSION__.
49100 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
49102         * nscd/aicache.c (addhstaiX): Do not cache negative results of
49103         transient errors.
49104         * nscd/grpcache.c (cache_addgr): Likewise.
49105         * nscd/hstcache.c (cache_addhst): Likewise.
49106         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49107         * nscd/pwdcache.c (cache_addpw): Likewise.
49108         * nscd/servicescache.c (cache_addserv): Likewise.
49110 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
49112         * malloc/malloc.c: Various cleanups.
49113         * malloc/hooks.c: Likewise.
49115         * stdlib/Makefile (tests): Add bug-fmtmsg1.
49116         * stdlib/bug-fmtmsg1.c: New file.
49118         * stdlib/fmtmsg.c (init): Add missing unlock.
49119         Patch by Peng Haitao <penght@cn.fujitsu.com>.
49121 2012-01-12  Marek Polacek  <polacek@redhat.com>
49123         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
49124         and _GNU_SOURCE.
49126 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49128         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
49129         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
49130         macro to ensure uniqueness of label name.
49131         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49132         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49134 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
49136         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
49138         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
49139         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49140         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49141         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
49143 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
49145         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
49147         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
49148         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49149         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49151         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
49153         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
49154         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49155         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49156         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
49158         * math/bits/math-finite.h: Add ldexp support.
49160 2012-01-10  Marek Polacek  <polacek@redhat.com>
49162         * locale/programs/localedef.h (show_archive_content): Add noreturn
49163         attribute.
49165 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
49167         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
49169 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49171         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
49173         * io/Makefile (headers): Add bits/poll2.h.
49175 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
49177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
49178         typo #include statement.
49180 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49182         * include/sys/cdefs.h: Define __attribute_alloc_size.
49183         * catgets/gencat.c: Add alloc_size attribute and apply consistently
49184         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
49185         * elf/pldd.c: Likewise.
49186         * iconv/iconv_charmap.c: Likewise.
49187         * iconv/iconvconfig.c: Likewise.
49188         * iconv/strtab.c: Likewise.
49189         * locale/programs/locale.c: Likewise.
49190         * locale/programs/localedef.h: Likewise.
49191         * locale/programs/simple-hash.c: Likewise.
49192         * nscd/nscd.h: Likewise.
49193         * nss/makedb.c: Likewise.
49194         * sysdeps/generic/ldconfig.h: Likewise.
49195         * locale/programs/localedef.c: Remove xmalloc prototype.
49196         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
49198 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
49200         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
49201         appropriate.
49203 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
49205         * math/Makefile (tests): Add tst-CMPLX.
49206         * math/tst-CMPLX.c: New file.
49208         * math/complex.h (CMPLXL): Fix typo.
49210         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
49211         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
49212         GLIBC_2.16.
49213         * debug/tst-chk1.c: Add poll and ppoll tests.
49214         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
49215         * include/sys/poll.h: Add hidden proto for ppoll.
49216         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
49217         * sysdeps/mach/hurd/ppoll.c: Likewise.
49218         * io/ppoll.c: Likewise.
49219         * debug/poll_chk.c: New file.
49220         * debug/ppoll_chk.c: New file.
49221         * include/bits/poll2.h: New file.
49222         * io/bits/poll2.h: New file.
49224         [BZ #1350]
49225         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
49227         * configure.in: static is always set to yes.  Remove.
49228         * config.make.in: Don't set build-static.
49229         * Makeconfig: Remove use of build-static.
49230         * dlfcn/Makefile: Likewise.
49231         * elf/Makefile: Likewise.
49232         * math/Makefile: Likewise.
49233         * misc/Makefile: Likewise.
49234         * nptl/Makefile: Likewise.
49235         * sysdeps/mach/hurd/Makefile: Likewise.
49237         * configure.in: PWD_P is not used anymore.
49238         * config.make.in: Remove PWD_P entry.
49240         * configure.in: Remove last remnants of RANLIB.
49241         No need to check for signed size_t anymore.
49242         Don't set libc_commonpagesize and libc_relro_required here for Alpha
49243         and IA-64.
49244         Remove __builtin_expect test because we require at least gcc 3.4.
49245         * aclocal.m4: Likewise.
49247         * wcsmbs/mbrtoc16.c: Implement using towc function.
49248         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
49249         * wcsmbs/wcsmbsload.c: Likewise.
49250         * iconv/gconv_simple.c: Likewise.
49251         * iconv/gconv_int.h: Likewise.
49252         * iconv/gconv_builtin.h: Likewise.
49253         * iconv/iconv_prog.c: Remove CHAR16 handling.
49255         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
49257         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
49259         * configure.in: Remove --with-elf and --enable-bounded options.
49260         Dont set base_machine for ia64.  More non-ELF conditions removed.
49261         Remove testing and setting of leading underscore information.
49262         * config.make.in (build-bounded): Set to no.
49263         * config.h.in: Remove NO_UNDERSCORES entry.
49264         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
49265         them.
49266         * csu/start.c: Remove !NO_UNDERSCORE code.
49267         * locale/localeinfo.h: Likewise.
49268         * sysdeps/generic/machine-gmon.h: Likewise.
49269         * sysdeps/generic/sysdep.h: Likewise.
49270         * sysdeps/i386/sysdep.h: Likewise.
49271         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49272         * sysdeps/mach/sysdep.h: Likewise.
49273         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49274         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49275         * sysdeps/sh/sysdep.h: Likewise.
49276         * sysdeps/sparc/sparc32/alloca.S: Likewise.
49277         * sysdeps/unix/i386/sysdep.S: Likewise.
49278         * sysdeps/unix/sparc/start.c: Likewise.
49279         * sysdeps/unix/sparc/sysdep.S: Likewise.
49280         * sysdeps/unix/sparc/sysdep.h: Likewise.
49281         * sysdeps/unix/start.c: Likewise.
49282         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49283         * sysdeps/x86_64/sysdep.h: Likewise.
49285 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
49287         [BZ #13553]
49288         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
49289         for non-gcc.
49290         * argp/argp-fmtstream.h: Use const instead __const.
49291         * argp/argp.h: Likewise.
49292         * assert/assert.h: Likewise.
49293         * bits/fenv.h: Likewise.
49294         * bits/sched.h: Likewise.
49295         * bits/sigset.h: Likewise.
49296         * bits/sigthread.h: Likewise.
49297         * catgets/nl_types.h: Likewise.
49298         * conform/data/pthread.h-data: Likewise.
49299         * crypt/crypt-private.h: Likewise.
49300         * crypt/crypt.h: Likewise.
49301         * crypt/crypt_util.c: Likewise.
49302         * ctype/ctype.h: Likewise.
49303         * debug/execinfo.h: Likewise.
49304         * debug/mbsnrtowcs_chk.c: Likewise.
49305         * debug/mbsrtowcs_chk.c: Likewise.
49306         * debug/wcsnrtombs_chk.c: Likewise.
49307         * debug/wcsrtombs_chk.c: Likewise.
49308         * debug/wcstombs_chk.c: Likewise.
49309         * dirent/dirent.h: Likewise.
49310         * dlfcn/dlfcn.h: Likewise.
49311         * elf/neededtest4.c: Likewise.
49312         * grp/grp.h: Likewise.
49313         * gshadow/gshadow.h: Likewise.
49314         * iconv/gconv.h: Likewise.
49315         * iconv/gconv_int.h: Likewise.
49316         * iconv/gconv_simple.c: Likewise.
49317         * iconv/iconv.h: Likewise.
49318         * iconv/loop.c: Likewise.
49319         * iconv/skeleton.c: Likewise.
49320         * include/aio.h: Likewise.
49321         * include/aliases.h: Likewise.
49322         * include/argz.h: Likewise.
49323         * include/arpa/inet.h: Likewise.
49324         * include/assert.h: Likewise.
49325         * include/dirent.h: Likewise.
49326         * include/dlfcn.h: Likewise.
49327         * include/execinfo.h: Likewise.
49328         * include/fcntl.h: Likewise.
49329         * include/fenv.h: Likewise.
49330         * include/glob.h: Likewise.
49331         * include/grp.h: Likewise.
49332         * include/libintl.h: Likewise.
49333         * include/mntent.h: Likewise.
49334         * include/netdb.h: Likewise.
49335         * include/pwd.h: Likewise.
49336         * include/rpc/netdb.h: Likewise.
49337         * include/sched.h: Likewise.
49338         * include/search.h: Likewise.
49339         * include/shadow.h: Likewise.
49340         * include/signal.h: Likewise.
49341         * include/stdio.h: Likewise.
49342         * include/stdlib.h: Likewise.
49343         * include/string.h: Likewise.
49344         * include/sys/socket.h: Likewise.
49345         * include/sys/stat.h: Likewise.
49346         * include/sys/statfs.h: Likewise.
49347         * include/sys/statvfs.h: Likewise.
49348         * include/sys/syslog.h: Likewise.
49349         * include/sys/time.h: Likewise.
49350         * include/sys/uio.h: Likewise.
49351         * include/time.h: Likewise.
49352         * include/unistd.h: Likewise.
49353         * include/utmp.h: Likewise.
49354         * include/wchar.h: Likewise.
49355         * include/wctype.h: Likewise.
49356         * inet/aliases.h: Likewise.
49357         * inet/arpa/inet.h: Likewise.
49358         * inet/netinet/ether.h: Likewise.
49359         * inet/netinet/in.h: Likewise.
49360         * intl/libintl.h: Likewise.
49361         * io/bits/fcntl2.h: Likewise.
49362         * io/fcntl.h: Likewise.
49363         * io/ftw.h: Likewise.
49364         * io/sys/poll.h: Likewise.
49365         * io/sys/stat.h: Likewise.
49366         * io/sys/statfs.h: Likewise.
49367         * io/sys/statvfs.h: Likewise.
49368         * io/utime.h: Likewise.
49369         * libio/bits/stdio.h: Likewise.
49370         * libio/bits/stdio2.h: Likewise.
49371         * libio/libio.h: Likewise.
49372         * libio/libioP.h: Likewise.
49373         * libio/stdio.h: Likewise.
49374         * locale/lc-ctype.c: Likewise.
49375         * locale/locale.h: Likewise.
49376         * login/utmp.h: Likewise.
49377         * malloc/arena.c: Likewise.
49378         * malloc/malloc.c: Likewise.
49379         * malloc/malloc.h: Likewise.
49380         * malloc/mcheck.c: Likewise.
49381         * malloc/mtrace.c: Likewise.
49382         * math/bits/mathcalls.h: Likewise.
49383         * math/fenv.h: Likewise.
49384         * math/math_private.h: Likewise.
49385         * misc/bits/error.h: Likewise.
49386         * misc/bits/syslog.h: Likewise.
49387         * misc/err.h: Likewise.
49388         * misc/error.h: Likewise.
49389         * misc/fstab.h: Likewise.
49390         * misc/mntent.h: Likewise.
49391         * misc/regexp.h: Likewise.
49392         * misc/search.h: Likewise.
49393         * misc/sgtty.h: Likewise.
49394         * misc/sys/mman.h: Likewise.
49395         * misc/sys/syslog.h: Likewise.
49396         * misc/sys/uio.h: Likewise.
49397         * misc/sys/xattr.h: Likewise.
49398         * misc/ttyent.h: Likewise.
49399         * nis/rpcsvc/ypclnt.h: Likewise.
49400         * nss/nss.h: Likewise.
49401         * posix/bits/unistd.h: Likewise.
49402         * posix/fnmatch.h: Likewise.
49403         * posix/glob.h: Likewise.
49404         * posix/sched.h: Likewise.
49405         * posix/spawn.h: Likewise.
49406         * posix/sys/wait.h: Likewise.
49407         * posix/unistd.h: Likewise.
49408         * posix/wordexp.h: Likewise.
49409         * pwd/pwd.h: Likewise.
49410         * resolv/netdb.h: Likewise.
49411         * resource/sys/resource.h: Likewise.
49412         * rt/aio.h: Likewise.
49413         * rt/bits/mqueue2.h: Likewise.
49414         * rt/mqueue.h: Likewise.
49415         * shadow/shadow.h: Likewise.
49416         * signal/signal.h: Likewise.
49417         * socket/send.c: Likewise.
49418         * socket/sendto.c: Likewise.
49419         * socket/sys/socket.h: Likewise.
49420         * stdio-common/printf.h: Likewise.
49421         * stdlib/bits/stdlib.h: Likewise.
49422         * stdlib/fmtmsg.h: Likewise.
49423         * stdlib/monetary.h: Likewise.
49424         * stdlib/stdlib.h: Likewise.
49425         * stdlib/ucontext.h: Likewise.
49426         * streams/stropts.h: Likewise.
49427         * string/argz.h: Likewise.
49428         * string/bits/string2.h: Likewise.
49429         * string/string.h: Likewise.
49430         * string/strings.h: Likewise.
49431         * sunrpc/rpc/auth.h: Likewise.
49432         * sunrpc/rpc/auth_des.h: Likewise.
49433         * sunrpc/rpc/clnt.h: Likewise.
49434         * sunrpc/rpc/netdb.h: Likewise.
49435         * sunrpc/rpc/pmap_clnt.h: Likewise.
49436         * sunrpc/rpc/xdr.h: Likewise.
49437         * sysdeps/generic/inttypes.h: Likewise.
49438         * sysdeps/generic/net/if.h: Likewise.
49439         * sysdeps/generic/sys/swap.h: Likewise.
49440         * sysdeps/gnu/net/if.h: Likewise.
49441         * sysdeps/gnu/utmpx.h: Likewise.
49442         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
49443         * sysdeps/i386/i486/bits/string.h: Likewise.
49444         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
49445         * sysdeps/s390/bits/string.h: Likewise.
49446         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
49447         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
49448         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
49449         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
49450         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
49451         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
49452         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
49453         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
49454         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
49455         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
49456         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
49457         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
49458         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
49459         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
49460         * sysdeps/unix/sysv/linux/readv.c: Likewise.
49461         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
49462         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
49463         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49464         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
49465         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
49466         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49467         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
49468         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
49469         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
49470         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
49471         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
49472         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
49473         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49474         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
49475         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
49476         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
49477         * sysvipc/sys/ipc.h: Likewise.
49478         * sysvipc/sys/msg.h: Likewise.
49479         * sysvipc/sys/sem.h: Likewise.
49480         * sysvipc/sys/shm.h: Likewise.
49481         * termios/termios.h: Likewise.
49482         * time/sys/time.h: Likewise.
49483         * time/time.h: Likewise.
49484         * wcsmbs/bits/wchar2.h: Likewise.
49485         * wcsmbs/uchar.h: Likewise.
49486         * wcsmbs/wchar.h: Likewise.
49487         * wctype/wctype.h: Likewise.
49489         [BZ #13551]
49490         * Makeconfig: Remove all but ELF support including AIX support.
49491         * Makerules: Likewise.
49492         * config.h.in: Likewise.
49493         * config.make.in: Likewise.
49494         * configure: Likewise.
49495         * configure.in: Likewise.
49496         * csu/Makefile: Likewise.
49497         * csu/version.c: Likewise.
49498         * debug/Makefile: Likewise.
49499         * dlfcn/Makefile: Likewise.
49500         * elf/Makefile: Likewise.
49501         * extra-lib.mk: Likewise.
49502         * iconv/Makefile: Likewise.
49503         * include/libc-symbols.h: Likewise.
49504         * include/shlib-compat.h: Likewise.
49505         * resolv/Makefile: Likewise.
49506         * resolv/res_libc.c: Likewise.
49507         * rt/Makefile: Likewise.
49508         * sysdeps/i386/asm-syntax.h: Likewise.
49509         * sysdeps/i386/sysdep.h: Likewise.
49510         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
49511         * sysdeps/mach/sysdep.h: Likewise.
49512         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
49513         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
49514         * sysdeps/s390/asm-syntax.h: Likewise.
49515         * sysdeps/s390/s390-32/sysdep.h: Likewise.
49516         * sysdeps/s390/s390-64/sysdep.h: Likewise.
49517         * sysdeps/sh/sysdep.h: Likewise.
49518         * sysdeps/unix/sparc/sysdep.h: Likewise.
49519         * sysdeps/wordsize-32/divdi3.c: Likewise.
49520         * sysdeps/x86_64/sysdep.h: Likewise.
49522         * argp/Versions: Remove _argp_unlock_xxx.
49524         [BZ #13559]
49525         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
49526         * abilist/libBrokenLocale.abilist: Likewise.
49527         * abilist/libanl.abilist: Likewise.
49528         * abilist/libc.abilist: Likewise.
49529         * abilist/libcrypt.abilist: Likewise.
49530         * abilist/libdl.abilist: Likewise.
49531         * abilist/libm.abilist: Likewise.
49532         * abilist/libnsl.abilist: Likewise.
49533         * abilist/libpthread.abilist: Likewise.
49534         * abilist/libresolv.abilist: Likewise.
49535         * abilist/librt.abilist: Likewise.
49536         * abilist/libthread_db.abilist: Likewise.
49537         * abilist/libutil.abilist: Likewise.
49538         * abilist/libnss_db.abilist: New file.
49540         * scripts/abilist.awk: Add support for indirect functions.
49542         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
49544         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
49546         * shlib-versions: Remove entries for ports architectures.
49548         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
49549         files in ports.
49550         * elf/stackguard-macros.h: Remove support for IA-64.
49551         * elf/tst-auditmod1.c: Likewise.
49552         * sysdeps/generic/ldsodefs.h: Likewise.
49554         * sysdeps/unix/sysv/linux/configure.in: Ports should define
49555         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
49556         configure files.
49558         [BZ #13552]
49559         * configure.in: Remove --enable-omitfp support.
49560         * FAQ.in: Adjust.
49561         * config.make.in: Likewise.
49562         * Makeconfig: Likewise.
49563         * manual/install.texi: Likewise.
49565         In case anyone cares, the IA-64 architecture could move to ports.
49566         * sysdeps/ia64/*: Removed.
49567         * sysdeps/unix/sysv/linux/ia64/*: Removed.
49568         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
49570         [BZ #13555]
49571         * configure.in: Remove entries for unsupported architectures.
49573         [BZ #13533]
49574         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
49575         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
49576         routines.
49577         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
49578         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
49579         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
49580         fall back to using wcrtomb.
49581         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
49582         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
49583         renaming.
49584         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
49585         * wcsmbs/tst-c16c32-1.c: New file.
49587         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
49588         local variable.
49590         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
49592         * elf/tst-unique3.cc: Add explicit declaration of gets.
49593         * elf/tst-unique3lib.cc: Likewise.
49594         * elf/tst-unique3lib2.cc: Likewise.
49595         * elf/tst-unique4.cc: Likewise.
49597         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
49599 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
49601         [BZ #13566]
49602         * assert/assert.h (static_assert): Don't define for C++.
49603         * libio/stdio.h (gets): Do declare for C++ <= C++11.
49604         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
49606 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
49608         * iconv/loop.c (single loop): Fix assertion in storing of
49609         remaining bytes.
49611         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
49613 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
49615         * posix/getconf.c: Update copyright year.
49616         * nss/getent.c: Likewise.
49617         * nss/makedb.c: Likewise.
49618         * iconv/iconvconfig.c: Likewise.
49619         * iconv/iconv_prog.c: Likewise.
49620         * elf/ldconfig.c: Likewise.
49621         * elf/pldd.c: Likewise.
49622         * elf/sotruss.ksh: Likewise.
49623         * catgets/gencat.c: Likewise.
49624         * csu/version.c: Likewise.
49625         * elf/ldd.bash.in: Likewise.
49626         * elf/sprof.c (print_version): Likewise.
49627         * locale/programs/locale.c: Likewise.
49628         * locale/programs/localedef.c: Likewise.
49629         * login/programs/pt_chown.c: Likewise.
49630         * nscd/nscd.c (print_version): Likewise.
49631         * debug/xtrace.sh: Likewise.
49632         * malloc/memusage.sh: Likewise.
49633         * malloc/mtrace.pl: Likewise.
49634         * debug/catchsegv.sh: Likewise.
49636 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
49638         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
49639         pure attribute.
49641 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
49643         [BZ #13533]
49644         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
49645         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
49646         transformations.
49647         * iconv/gconv_int.h: Likewise.
49648         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
49649         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
49650         from libc for GLIBC_2.16.
49651         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
49652         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
49653         * wcsmbs/uchar.h: Really define mbstate_t.
49654         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
49655         * wcsmbs/c16rtomb.c: New file.
49656         * wcsmbs/mbrtoc16.c: New file.
49657         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
49658         for C/POSIX locale.
49659         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
49660         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
49662         * wcsmbs/wchar.h: Add missing __restrict.
49664 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49666         [BZ #13532]
49667         * time/Makefile (routines): Add timespec_get.
49668         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
49669         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
49670         timespec for ISO C11.
49671         * time/timespec_get.c: New file.
49672         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
49673         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
49675         [BZ #13531]
49676         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
49677         * stdlib/stdlib.h: Declare aligned_alloc.
49678         * Versions.def: Add GLIBC_2.16 for libc.
49679         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
49681         [BZ 13527]
49682         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
49683         ISO C11.
49685         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
49686         code.
49688         [BZ #13528]
49689         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
49691         [BZ #13529]
49692         * assert/assert.h (static_assert): Define.
49694         * version.h: Update for 2.16 development version.
49696         [BZ #13526]
49697         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
49698         _ISOC11_SOURCE.
49700         * version.h (RELEASE): Bump for 2.15 release.
49701         * include/features.h (__GLIBC_MINOR__): Bump to 15.
49703         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
49704         Patch by Marek Polacek <mpolacek@redhat.com>.
49706         * bits/byteswap.h: Protect long long constants with __extension__.
49707         * sysdeps/i386/bits/byteswap.h: Likewise.
49708         * sysdeps/ia64/bits/byteswap.h: Likewise.
49709         * sysdeps/s390/bits/byteswap.h: Likewise.
49710         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49712 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49714         [BZ #13540]
49715         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
49716         destination buffer.
49717         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
49719 2011-12-23  Marek Polacek  <polacek@redhat.com>
49721         * elf/dl-addr.c (determine_info): Add inline keyword.
49722         * elf/tst-auditmod4b.c (check_avx): Likewise.
49723         * elf/tst-auditmod6b.c (check_avx): Likewise.
49724         * elf/tst-auditmod6c.c (check_avx): Likewise.
49725         * elf/tst-auditmod7b.c (check_avx): Likewise.
49727 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
49729         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
49730         !__SSE_MATH__.
49732 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49734         [BZ #13540]
49735         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
49736         processing for last bytes.
49738 2011-08-06  Bruno Haible  <bruno@clisp.org>
49740         [BZ #13061]
49741         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
49742         U+0385, not to U+1FEE.
49744         [BZ #13062]
49745         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
49746         entry for U+00A5 U+0301.
49748 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49750         [BZ #13166]
49751         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
49752         buffer for the output is too small.
49754         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
49755         optimization.
49757         [BZ #13185]
49758         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
49759         SSE flags if possible.
49761 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49763         [BZ #13540]
49764         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
49765         processing for last bytes.
49767 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
49769         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
49770         (syscall-list-default-options, syscall-list-default-condition)
49771         (syscall-list-includes): Define.
49772         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
49773         list of ABIs and options and #if conditions for each ABI.  Do not
49774         handle common syscalls between ABIs specially.
49775         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
49776         Remove.
49777         (syscall-list-variants, syscall-list-32bit-options)
49778         (syscall-list-32bit-condition, syscall-list-64bit-options)
49779         (syscall-list-64bit-condition): Define.
49780         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
49781         (syscall-list-variants, syscall-list-32bit-options)
49782         (syscall-list-32bit-condition, syscall-list-64bit-options)
49783         (syscall-list-64bit-condition): Define.
49784         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
49785         Remove.
49786         (syscall-list-variants, syscall-list-32bit-options)
49787         (syscall-list-32bit-condition, syscall-list-64bit-options)
49788         (syscall-list-64bit-condition): Define.
49789         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
49790         Remove.
49791         (syscall-list-variants, syscall-list-32bit-options)
49792         (syscall-list-32bit-condition, syscall-list-64bit-options)
49793         (syscall-list-64bit-condition): Define.
49795 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
49797         * locale/iso-639.def: Add brx entry.
49799         [BZ #13328]
49800         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
49801         Proposed by Mariusz_Cukr <marcukr@op.pl>.
49803         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
49804         __feraiseexcept_renamed.
49806 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49808         [BZ #13538]
49809         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
49810         EPOLLET with unsigned values.
49811         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49812         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
49814         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
49815         to large cancellation.
49816         * math/s_cacoshf.c: Likewise.
49817         * math/s_cacoshl.c: Likewise.
49819 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
49821         [BZ #13305]
49822         [BZ #12786]
49823         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
49824         * math/s_cacoshf.c: Likewise.
49825         * math/s_cacoshl.c: Likewise.
49827 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
49829         [BZ #13439]
49830         * iconv/gconv.h: Define __GCONV_SWAP.
49831         * iconvdata/unicode.c: The swap bit must be stored in __flags.
49832         * iconvdata/utf-16.c: Likewise.
49833         * iconvdata/utf-32.c: Likewise.
49835 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
49837         [BZ #13524]
49838         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
49839         numerator after shifting it by one limb.
49841 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
49843         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
49844         under [__USE_EXTERN_INLINES].
49846 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49848         [BZ #13446]
49849         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
49851 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49853         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
49854         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
49855         optimized code.
49856         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
49857         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
49858         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
49859         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
49860         for strncasecmp/strncasecmp_l compilation.
49861         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
49862         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
49864 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
49866         [BZ #13484]
49867         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
49868         of __asm__.
49870 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
49872         [BZ #13506]
49873         * time/tzfile.c (__tzfile_read): Check values from file header.
49875 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
49877         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
49878         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
49879         * powerpc/powerpc32/dl-start.S: Likewise.
49880         * powerpc/powerpc32/elf/start.S: Likewise.
49881         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
49882         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
49883         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
49884         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
49885         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
49886         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
49887         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
49888         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
49889         * powerpc/powerpc32/fpu/s_round.S: Likewise.
49890         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
49891         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
49892         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
49893         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
49894         * powerpc/powerpc32/memset.S: Likewise.
49895         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
49896         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
49897         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
49898         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
49899         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
49900         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
49901         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
49902         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
49903         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
49904         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
49905         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
49906         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
49907         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
49909 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49911         * math/libm-test.inc: Added more nearbyint tests.
49912         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
49913         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
49914         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
49915         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
49917 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
49919         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
49920         FD_CLOEXEC.
49922 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49924         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
49925         Add wcscpy-ssse3 wcscpy-c.
49926         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
49927         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
49928         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
49929         * sysdeps/x86_64/wcschr.S: New file.
49930         * sysdeps/x86_64/wcsrchr.S: New file.
49931         * string/test-strcmp.c: Remove checking of wcscmp function for
49932         wrong alignments.
49933         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
49934         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
49935         wcsrchr-sse2 wcsrchr-c.
49936         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
49937         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
49938         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
49939         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
49940         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
49941         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
49942         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
49943         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
49944         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
49945         * wcsmbc/wcschr.c (WCSCHR): New macro.
49947 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49949         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
49950         * wcsmbs/test-wcsrchr.c: New file.
49951         * string/test-strrchr.c: Add wcsrchr support.
49952         (WIDE): New macro.
49953         * wcsmbs/test-wcscpy.c: New file.
49954         * string/test-strcpy.c: Add wcscpy support.
49955         (WIDE): New macro.
49957 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
49959         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
49960         the inner loop.
49962 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
49964         [BZ #13472]
49965         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
49967 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
49969         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
49970         Minor optimizations.
49972         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
49973         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
49974         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
49976 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
49978         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
49979         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
49980         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
49981         for gcc to avoid warnings.
49982         * inet/Makefile (tests): Add tst-checks.
49983         * inet/tst-checks.c: New file.
49985         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
49986         warning.
49988         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
49989         __wmemcmp_sse2.
49991         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
49992         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
49994         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
49996 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
49998         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
49999         problem.
50001         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
50003 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
50005         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
50006         conditional on GCC version.
50007         (__arch_compare_and_exchange_val_8_acq)
50008         (__arch_compare_and_exchange_val_16_acq)
50009         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
50010         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
50011         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
50013 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
50015         * sysdeps/sh/backtrace.c: New file.
50017 2011-12-02  Andreas Schwab  <schwab@redhat.com>
50019         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
50020         parenthesis.
50022 2011-12-01  Andreas Schwab  <schwab@redhat.com>
50024         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
50025         falling back to utime.
50027 2011-11-30  Andreas Schwab  <schwab@redhat.com>
50029         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
50030         expectations for float.
50032 2011-11-29  Andreas Schwab  <schwab@redhat.com>
50034         * locale/weight.h (findidx): Add parameter len.
50035         * locale/weightwc.h (findidx): Likewise.
50036         * posix/fnmatch_loop.c (FCT): Adjust caller.
50037         * posix/regcomp.c (build_equiv_class): Likewise.
50038         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
50039         * posix/regexec.c (check_node_accept_bytes): Likewise.
50040         * string/strcoll_l.c (STRCOLL): Likewise.
50041         * string/strxfrm_l.c (STRXFRM): Likewise.
50043 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
50045         * Makefile.in: Remove CVSOPT handling.
50046         * configure.in: Remove use of AC_REVISION.
50047         * iconvdata/Makefile (distribute): No need to filter out CVS.
50048         * scripts/list-sources.sh: Remove CVS, subversion and monotone
50049         handling.
50051 2011-11-16  Andreas Schwab  <schwab@redhat.com>
50053         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
50054         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
50055         [USE_AS_STRNCASECMP_L]: Likewise.
50056         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
50057         NO_TLS_DIRECT_SEG_REFS.
50058         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
50059         Fix argument offsets for non-PIC.
50060         [USE_AS_STRNCASECMP_L]: Likewise.
50061         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
50062         NO_TLS_DIRECT_SEG_REFS.
50064 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50066         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
50067         O_CLOEXEC.
50068         * locale/loadlocale.c (_nl_load_locale): Likewise.
50070 2011-11-15  Andreas Schwab  <schwab@redhat.com>
50072         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
50073         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
50074         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
50075         (SYSCALL_GETTIME): Set errno on error.
50077         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
50078         count references to noai6ai_cached.
50080 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
50082         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
50084         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
50085         FD_CLOEXEC for /proc/self/maps.
50087         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
50088         FD_CLOEXEC for /proc/meminfo.
50090         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
50091         gai.conf.
50093         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
50094         FD_CLOEXEC for given file.
50096         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
50098         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
50099         FD_CLOEXEC for /etc/hosts.
50100         (_gethtent): Likewise.
50102         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
50104         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
50105         cancellation and set FD_CLOEXEC for /etc/netgroup.
50107         * nss/nss_files/files-key.c (search): Don't allow cancellation when
50108         reading /etc/publickey.
50110         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
50111         allow cancellation when reading /etc/group.
50113         * nss/nss_files/files-alias.c (internal_setent): Don't allow
50114         cancellation.
50115         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
50117         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
50118         when using data file.
50120         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
50122         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
50123         (write_nis_obj): Use "c" and "e" in fopen.
50125         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
50127         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
50129         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
50131         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
50133         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
50134         locale.alias.
50136         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
50138         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
50140         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
50142         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
50143         file parsing and set FD_CLOEXEC.
50145 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50147         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
50149 2011-11-14  Andreas Schwab  <schwab@redhat.com>
50151         * malloc/arena.c (arena_get2): Don't call reused_arena when
50152         _int_new_arena failed.
50154 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
50156         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
50157         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
50158         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
50159         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50160         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50161         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
50162         to compile strcasecmp and strncasecmp.
50163         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
50164         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
50166         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
50168 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
50170         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
50171         locale-defines.sym to gen-as-const-headers.
50172         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
50173         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
50174         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
50175         to compile strcasecmp and strncasecmp.
50176         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
50177         strcasecmp_l and strncasecmp_l.
50178         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
50179         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
50180         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
50181         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
50182         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
50183         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
50184         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
50185         * sysdeps/i386/i686/multiarch/strncase.S: New file.
50186         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
50187         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
50188         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
50190 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
50192         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
50193         result of SYSDEP_GETTIME_CPU to retval.
50194         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
50195         parameter list to macro.  Remove trailing semicolon.  Adjust users.
50197         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
50198         variable.
50200         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
50201         mantissa words.
50202         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
50204         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
50205         from unused variable.
50207         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
50208         DWARF definitions.
50209         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
50210         for assembling.
50212         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
50213         over namespaces.
50215         * sunrpc/rpc_prot.c (rejected): Fix case value.
50217         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
50218         unsigned long long int to avoid warnings in shift.
50220         * posix/regex_internal.c (re_string_reconstruct): Actually use result
50221         of use of trans.
50222         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
50223         variable tmp.
50225         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
50226         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
50227         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
50229         * nis/nis_table.c (nis_list): Use variable of correct type for
50230         result of __follow_path call.
50232 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50234         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
50235         of math functions ceil, trunc, floor, round, and sqrt, when
50236         avaliable on the platform.
50237         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
50238         name clash.
50239         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
50240         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
50241         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
50243 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
50245         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
50246         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
50248 2011-11-11  Roland McGrath  <roland@hack.frob.com>
50250         * include/unistd.h: Fix __readlink return type.
50251         Reported by Chris Metcalf <cmetcalf@tilera.com>.
50253 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
50255         * stdlib/ucontext.h: Undo last change for makecontext.
50257 2011-11-11  Andreas Schwab  <schwab@redhat.com>
50259         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
50261         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
50262         * setjmp/setjmp.h: Mark functions as non-leaf.
50263         * setjmp/bits/setjmp2.h: Likewise.
50264         * stdlib/ucontext.h: Likewise.
50266 2011-11-10  Andreas Schwab  <schwab@redhat.com>
50268         * malloc/arena.c (_int_new_arena): Don't increment narenas.
50269         (reused_arena): Don't check arena limit.
50270         (arena_get2): Atomically check arena limit.
50272 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
50274         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
50275         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
50277         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
50278         instructions.
50280 2011-11-07  Andreas Schwab  <schwab@redhat.com>
50282         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
50283         handler when locking.
50285         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
50286         Fix size of allocated buffer.
50288 2011-11-04  Andreas Schwab  <schwab@redhat.com>
50290         [BZ #10103]
50291         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
50292         declarations for long double functions.
50293         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
50295         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
50297 2011-11-03  Andreas Schwab  <schwab@redhat.com>
50299         * nscd/nscd.c (main): Don't start AVC thread until credentials are
50300         installed.
50302         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
50303         is disabled.
50305 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50307         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
50309 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
50311         * include/alloca.h (stackinfo_alloca_round): Define.
50312         (extend_alloca): Use it.
50313         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
50314         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
50315         here.
50317         * scripts/check-local-headers.sh: Ignore libaudit.h.
50319         * nscd/Makefile (extra-objs): Make recursively expanded.
50321 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
50323         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
50324         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
50326         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
50327         * posix/tst-rfc3484-2.c: Likewise.
50328         * posix/tst-rfc3484-3.c: Likewise.
50330         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50331         process_vm_writev.
50332         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
50333         process_vm_writev.
50334         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
50335         process_vm_writev from libc using GLIBC_2.15 version.
50337         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
50339 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
50341         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
50342         stack usage.
50344 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
50346         [BZ #13367]
50347         * nss/getent.c (initgroups_keys): Show error message in case no group
50348         names are given.
50350         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
50351         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
50352         __bump_nl_timestamp.
50353         * nscd/connections (nscd_init): When host database is served open
50354         netlink socket and request notification about configuration changes.
50355         (main_loop_poll): Track netlink file descriptor and bump timestamp
50356         in case data becomes available.
50357         (main_loop_epoll): Likewise.
50358         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
50359         (database_pers_head): Add extra_data fileds.
50360         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
50361         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
50362         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
50363         Adjust caller.
50364         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
50365         in6ai data, call __free_in6ai.
50366         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
50367         Add -DHAVE_NETLINK.
50368         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
50369         interface information.  Reuse previous data if netlink timestamp
50370         is not changed.
50371         (__bump_nl_timestamp): New function.
50372         (__free_in6ai): New function.
50374 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
50376         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
50377         close_not_cancel_no_status here.
50378         (__check_pf): Reorganize code a bit to not call close twice if OOM.
50380 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50382         [BZ #13276]
50383         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
50384         return value.
50386         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
50387         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
50388         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
50390 2011-07-03  Andreas Jaeger  <aj@suse.de>
50392         [BZ #10709]
50393         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
50394         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
50395         * math/libm-test.inc (sin_test): Add test case.
50397 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
50399         [BZ #13337]
50400         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
50401         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50403         * elf/chroot_canon.c (chroot_canon): Cleanups.
50405         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
50407         [BZ #13335]
50408         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
50409         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
50411         * string/test-strchr.c: Make usable for strchrnul testing.
50412         * string/test-strchrnul.c: New file.
50413         * string/Makefile (strop-tests): Add strchrnul.
50415         * po/it.po: Update from translation team.
50416         * po/es.po: Likewise.
50418 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
50420         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
50421         the three constants needed as parameters.  Drop the others.
50422         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
50423         __m128i_strloadu_tolower.
50424         Create and initialize variable zero and use it in all the places
50425         where _mm_setzero_si128 was used.
50427         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
50428         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
50429         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
50430         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
50431         anymore.
50432         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
50433         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
50434         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
50435         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
50436         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
50437         __mpranred, __mptan.
50438         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
50439         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
50440         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
50441         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
50442         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
50443         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
50444         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
50445         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
50446         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
50448 2011-10-28  Andreas Schwab  <schwab@redhat.com>
50450         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
50451         redefine if SHARED.
50452         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
50454         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
50455         wide char related routines to wcsmbs subdir.
50457 2011-10-27  Andreas Schwab  <schwab@redhat.com>
50459         [BZ #13344]
50460         * misc/sys/cdefs.h (__THROWNL): Define.
50461         * posix/unistd.h: Use __THREADNL instead of __THREAD
50462         for memory synchronization functions.
50464 2011-10-26  Roland McGrath  <roland@hack.frob.com>
50466         [BZ #13349]
50467         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
50468         doesn't exist.
50469         * manual/stdio.texi (Obstack Streams): Node removed.
50471 2011-10-26  Andreas Schwab  <schwab@redhat.com>
50473         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
50474         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50475         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50477         * math/math_private.h (math_force_eval): Allow non-addressable
50478         arguments.
50479         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
50481 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50483         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
50484         file is not needed.
50486         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
50487         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
50488         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50489         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50490         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50491         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50492         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50493         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
50494         Add AVX variants.
50495         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
50496         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
50497         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
50498         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
50499         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
50500         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
50501         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
50502         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
50503         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
50504         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
50505         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
50506         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
50507         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
50508         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
50509         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
50510         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
50511         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
50512         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
50513         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
50515         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
50516         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
50518         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
50519         place.  Use VEX encoding when compiling for AVX.
50521 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50523         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
50524         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
50526         * string/test-strchr.c (do_test): Don't generate NUL bytes.
50528 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50530         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
50531         useless if() expression.
50532         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
50533         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
50534         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
50535         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50536         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
50537         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
50538         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50539         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50540         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
50541         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50542         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
50543         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50544         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
50545         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
50546         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
50547         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
50548         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
50549         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
50550         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
50552         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
50554 2011-10-25  Andreas Schwab  <schwab@redhat.com>
50556         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
50557         condition.
50558         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50560 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
50562         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
50563         .text section.  Avoid duplicate constants.
50564         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
50565         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50566         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
50567         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50568         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50569         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50570         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50571         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50572         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
50573         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
50574         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
50575         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
50576         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
50577         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
50578         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
50579         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
50580         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
50581         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
50582         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
50583         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50584         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
50585         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
50586         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
50587         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
50588         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
50589         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
50590         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
50591         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
50592         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
50593         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
50594         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
50595         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
50596         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
50597         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
50598         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
50599         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
50600         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
50601         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
50602         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
50603         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
50604         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
50605         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
50606         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
50607         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
50608         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
50610 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
50612         * sysdeps/x86_64/dla.h: Move to ...
50613         * sysdeps/x86_64/fpu/dla.h: ...here.
50614         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
50615         situations.  Use __builtin_fma only for gcc 4.6 and up.
50617         * config.make.in: Add have-mfma4 entry.
50618         * configure.in: Substitute libc_cv_cc_fma4.
50619         * math/Makefile (dbl-only-routines): Add sincostab.
50620         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
50621         Use __sincostab not sincos.
50622         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
50623         name is a macro.
50624         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
50625         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50626         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50627         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
50628         using __copysign.
50629         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
50630         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
50631         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
50632         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
50633         and __inv.
50634         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
50635         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
50636         __copysign.
50637         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
50638         define aliases when function name is a macro.
50639         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
50640         sysdeps/ieee754/dbl-64/sincos.tbl.
50641         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
50642         fma4-enabled routines.
50643         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
50644         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
50645         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
50646         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
50647         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
50648         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
50649         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
50650         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
50651         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
50652         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
50653         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
50654         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
50655         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
50656         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
50657         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
50658         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
50659         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
50660         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
50661         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
50662         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
50663         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
50664         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
50665         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
50666         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
50667         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
50668         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
50669         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
50670         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
50671         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
50672         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
50674         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
50675         rename.
50676         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50677         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50678         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50679         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50680         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50681         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50682         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50683         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50685 2011-10-24  Andreas Schwab  <schwab@redhat.com>
50687         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
50689 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50691         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
50693         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
50694         prediction.
50695         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
50697         * string/strnlen.c: Don't define STRNLEN, reverse logic.
50698         Remove unused variable magic_bits.
50699         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
50701         * string/strnlen.c: Define and use STRNLEN macro.
50702         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
50703         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
50704         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
50705         * wcsmbs/wcslen.c: Define and use WCSLEN.
50706         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
50707         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
50708         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
50709         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
50710         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
50711         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
50712         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
50714 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50716         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50717         strnlen-sse2-no-bsf.
50718         Rename strlen-no-bsf to strlen-sse2-no-bsf.
50719         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
50720         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
50721         Add strnlen support.
50722         (USE_AS_STRNLEN): New macro.
50723         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
50724         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
50725         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
50726         * sysdeps/x86_64/wcslen.S: New file.
50728 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
50730         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
50731         XMM-moves are used for copying on small sizes.
50733 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50735         * wcsmbs/Makefile (strop-tests): Add wcschr.
50736         * wcsmbs/test-wcschr.c: New file.
50737         * string/test-strchr.c: Update.
50738         Add wcschr support.
50739         (WIDE): New macro.
50741 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50743         * wcsmbs/Makefile (strop-tests): Add wcslen.
50744         * wcsmbs/test-wcslen.c: New file.
50745         * string/test-strlen.c: Update.
50746         Add wcslen support.
50747         (WIDE): New macro.
50749 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50751         * po/it.po: Update from translation team.
50753 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50755         * sysdeps/x86_64/wcscmp.S: Update.
50756         Fix wrong comparison semantics.
50757         wcscmp shall use signed comparison not unsigned.
50758         Don't use substraction to avoid overflow bug.
50759         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
50760         * wcsmbc/wcscmp.c: Likewise.
50761         * string/test-strcmp.c: Likewise.
50762         Add new tests to check cases with negative values.
50764 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
50766         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
50767         * sysdeps/x86_64/dla.h: ...here.  New file.
50768         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
50769         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50770         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50771         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50772         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50773         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
50774         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50775         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50776         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50778 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
50780         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
50781         __ynl_finite aliases.
50783 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50785         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50787         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
50788         define DLA_FMA.
50789         [DLA_FMA] (EMULV): Use DLA_FMA.
50790         [DLA_FMA] (MUL12): Use EMULV.
50791         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
50792         that are not needed.
50793         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
50794         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
50795         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
50796         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
50797         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
50798         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
50799         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
50801 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
50803         * math/s_nan.c: Undef __nan.
50804         * math/s_nanf.c: Undef __nanf.
50805         * math/s_nanl.c: Undef __nanl.
50806         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
50807         "math_private.h".
50809 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
50811         * math/s_catan.c: Add branch predictions.
50812         * math/s_catanf.c: Likewise.
50813         * math/s_catanh.c: Likewise.
50814         * math/s_catanhf.c: Likewise.
50815         * math/s_catanhl.c: Likewise.
50816         * math/s_catanl.c: Likewise.
50817         * math/s_cexp.c: Likewise.
50818         * math/s_cexpf.c: Likewise.
50819         * math/s_cexpl.c: Likewise.
50820         * math/s_clog.c: Likewise.
50821         * math/s_clog10.c: Likewise.
50822         * math/s_clog10f.c: Likewise.
50823         * math/s_clog10l.c: Likewise.
50824         * math/s_clogf.c: Likewise.
50825         * math/s_clogl.c: Likewise.
50826         * math/s_csqrt.c: Likewise.
50827         * math/s_csqrtf.c: Likewise.
50828         * math/s_csqrtl.c: Likewise.
50829         * math/s_ctanf.c: Likewise.
50830         * math/s_ctanh.c: Likewise.
50831         * math/s_ctanhf.c: Likewise.
50832         * math/s_ctanhl.c: Likewise.
50833         * math/s_ctanl.c: Likewise.
50835         * math/math_private.h: Define __nan, __nanf, __nanl.
50836         * math/s_cacosh.c: Include <math_private.h>.
50837         * math/s_cacoshl.c: Likewise.
50838         * math/s_casinh.c: Likewise.
50839         * math/s_casinhf.c: Likewise.
50840         * math/s_casinhl.c: Likewise.
50841         * math/s_ccos.c: Rely entire on ccosh.
50842         * math/s_ccosf.c: Rely entire on ccoshf.
50843         * math/s_ccosl.c: Rely entirely on ccoshl.
50844         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
50845         Remove tests for FE_INVALID.
50846         * math/s_ccoshf.c: Likewise.
50847         * math/s_ccoshl.c: Likewise.
50848         * math/s_csin.c: Likewise.
50849         * math/s_csinf.c: Likewise.
50850         * math/s_csinh.c Likewise.
50851         * math/s_csinhf.c: Likewise.
50852         * math/s_csinhl.c: Likewise.
50853         * math/s_csinl.c: Likewise.
50854         * math/s_ctan.c: Likewise.
50855         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
50856         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
50857         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
50859 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
50861         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
50862         compilation problems.
50864         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
50865         __builtin_expect.
50867 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
50869         * sysdeps/i386/configure.in: Test for -mfma4 option.
50870         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
50871         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
50872         COMMON_CPUID_INDEX_80000001.
50873         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
50874         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
50875         use it if FMA3 is not supported.
50876         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
50878         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
50879         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50881 2011-10-20  Andreas Schwab  <schwab@redhat.com>
50883         [BZ #12892]
50884         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
50885         it would create a cycle with a link time dependency.
50887 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
50889         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
50890         instruction.
50891         * string/Makefile (strop-tests): Add rawmemchr.
50892         * string/test-rawmemchr.c: New file.
50894         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
50895         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
50896         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
50897         when compiling str{,n}casecmp and when AVX is available.  Hook up
50898         new optimized code in initializers.
50900 2011-10-19  Andreas Schwab  <schwab@redhat.com>
50902         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
50903         __feraiseexcept instead of feraiseexcept.
50905 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
50907         * math/math_private.h: Define defaults for libc_fetestexcept and
50908         libc_feupdateenv.
50909         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
50910         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
50911         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
50912         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
50913         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
50914         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50915         libc_fetestexcept and libc_feupdateenv.
50917         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
50918         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
50919         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
50920         * sysdeps/x86_64/fpu/math_private.h: Define special version of
50921         libc_feholdexcept_setround.
50923         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
50924         Add s_nearbyint-c and s_nearbyintf-c.
50925         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
50926         nearbyintf inlines.
50927         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
50928         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
50929         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
50930         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
50932         * math/math_private.h: Define defaults for libc_fegetround,
50933         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
50934         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
50935         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
50936         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
50937         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
50938         standard functions.
50939         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
50940         Remove comments and hacks for old compiler versions.
50941         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
50942         libc_fegetround, libc_fesetround, libc_feholdexcept, and
50943         libc_feholdexceptl.
50945 2011-10-18  Andreas Schwab  <schwab@redhat.com>
50947         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
50948         (__feraiseexcept_renamed): Add __NTH.
50949         (feraiseexcept): Add __NTH.  Rename local variables to fix
50950         namespace violations.
50952 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
50954         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
50956         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
50958         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
50959         recently added interfaces.
50960         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
50962         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
50963         about macro parameter expansion.
50965         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
50966         __NO_MATH_INLINES is defined.  Cleanups.
50968         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
50969         and __floorf is target has SSE4.1.
50970         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
50971         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
50972         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
50973         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
50975         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
50976         name.
50977         (floorf): Likewise.
50979         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
50981 2011-10-17  Andreas Schwab  <schwab@redhat.com>
50983         * misc/sys/cdefs.h: Fix last change.
50985         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
50986         database lookup.
50988 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
50990         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
50992         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
50993         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50994         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
50995         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
50996         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
50997         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
50998         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
50999         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51000         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
51001         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
51002         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
51003         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
51004         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
51005         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
51006         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
51007         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
51008         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
51009         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
51010         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
51011         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
51012         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
51013         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
51015         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
51016         ceil, ceilf, floor, floorf.
51018         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
51019         Perform IRELATIVE relocations last.
51021         * elf/do-rel.h: Add another parameter nrelative, replacing the
51022         local variable with the same name.  Change name of the function
51023         to end in Rel or Rela (uppercase).
51024         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
51025         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
51026         elf_dynamic_do_##reloc function.
51028 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51030         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
51031         is sufficient, at least on modern CPUs.
51033         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
51035         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
51036         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
51038         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
51039         __expl_finite.
51040         * math/bits/math-finite.h: Add entries for exp.
51041         * math/e_expl.c: Add __*_finite alias.
51042         * sysdeps/i386/fpu/e_exp.S: Likewise.
51043         * sysdeps/i386/fpu/e_expf.S: Likewise.
51044         * sysdeps/i386/fpu/e_expl.c: Likewise.
51045         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51046         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51047         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
51048         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
51049         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
51050         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
51051         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
51053         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
51054         is sufficient, at least on modern CPUs.
51056         * ctype/ctype-info.c (__ctype_init): Define.
51057         * include/ctype.h (__ctype_init): Declare.
51058         (__ctype_b_loc): The variable is always initialized.
51059         (__ctype_toupper_loc): Likewise.
51060         (__ctype_tolower_loc): Likewise.
51061         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
51062         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
51064 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
51066         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
51068         * configure.in: Also look in $cxxmachine/include for C++ system
51069         headers.
51071 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51073         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
51074         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
51075         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
51076         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
51077         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
51078         (USE_AS_WMEMCMP): New macro.
51079         Fixing indents.
51080         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
51081         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
51082         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
51083         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
51084         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51085         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
51086         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
51087         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
51088         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
51089         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
51090         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
51091         (USE_AS_WMEMCMP): New macro.
51092         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
51093         * sysdeps/string/test-memcmp.c: Update.
51094         Fix simple_wmemcmp.
51095         Add new tests.
51096         * wcsmbs/wmemcmp.c: Update.
51097         (WMEMCMP): New macro.
51098         Fix overflow bug.
51100 2011-10-12  Andreas Jaeger  <aj@suse.de>
51102         [BZ #13268]
51103         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
51105 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
51107         * libio/iofwide.c (do_length): Avoid warning.
51109         * ctype/ctype.h (__isctype_f): Add missing __THROW.
51111 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
51113         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
51115         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
51116         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
51117         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
51118         * sysdeps/i386/i686/fpu/e_log.S: New file.
51119         * sysdeps/i386/i686/fpu/e_logf.S: New file.
51120         * sysdeps/i386/i686/fpu/e_logl.S: New file.
51122         * ctype/ctype.h: Add support for inlined isXXX functions when
51123         compiling C++ code.
51125 2011-10-14  Andreas Schwab  <schwab@redhat.com>
51127         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51129         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
51131 2011-10-13  Roland McGrath  <roland@hack.frob.com>
51133         [BZ #13291]
51134         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
51136 2011-10-13  Andreas Schwab  <schwab@redhat.com>
51138         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
51139         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
51140         feraiseexcept.
51142         * sysdeps/x86_64/memrchr.S: Check for zero size.
51144         * string/stratcliff.c: Add memrchr tests.
51146 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51148         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51149         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
51150         rawmemchr-sse2 rawmemchr-sse2-bsf.
51151         * sysdeps/i386/i686/multiarch/memchr.S: New file.
51152         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
51153         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
51154         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
51155         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
51156         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
51157         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
51158         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
51159         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
51160         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
51161         * string/memrchr.c (MEMRCHR): New macro.
51163 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
51165         Add integration with gcc's -ffinite-math-only and optimize wrapper
51166         functions in libm.
51167         * Versions.def: Define GLIBC_2.15 version for libm.
51168         * math/Makefile (headers): Add bits/math-finite.h.
51169         * math/bits/math-finite.h: New file.
51170         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
51171         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
51172         * math/e_acoshl.c: Add __*_finite alias.
51173         * math/e_acosl.c: Likewise.
51174         * math/e_asinl.c: Likewise.
51175         * math/e_atan2l.c: Likewise.
51176         * math/e_atanhl.c: Likewise.
51177         * math/e_coshl.c: Likewise.
51178         * math/e_exp10.c: Likewise.
51179         * math/e_exp10f.c: Likewise.
51180         * math/e_exp10l.c: Likewise.
51181         * math/e_exp2l.c: Likewise.
51182         * math/e_fmodl.c: Likewise.
51183         * math/e_gammal_r.c: Likewise.
51184         * math/e_hypotl.c: Likewise.
51185         * math/e_j0l.c: Likewise.
51186         * math/e_j1l.c: Likewise.
51187         * math/e_jnl.c: Likewise.
51188         * math/e_lgammal_r.c: Likewise.
51189         * math/e_log10l.c: Likewise.
51190         * math/e_log2l.c: Likewise.
51191         * math/e_logl.c: Likewise.
51192         * math/e_powl.c: Likewise.
51193         * math/e_sinhl.c: Likewise.
51194         * math/e_sqrtl.c: Likewise.
51195         * math/e_scalb.c: Completely rewritten and optimized.
51196         * math/e_scalbf.c: Likewise.
51197         * math/e_scalbl.c: Likewise.
51198         * math/w_acos.c: Likewise.
51199         * math/w_acosf.c: Likewise.
51200         * math/w_acosl.c: Likewise.
51201         * math/w_acosh.c: Likewise.
51202         * math/w_acoshf.c: Likewise.
51203         * math/w_acoshl.c: Likewise.
51204         * math/w_asin.c: Likewise.
51205         * math/w_asinf.c: Likewise.
51206         * math/w_asinl.c: Likewise.
51207         * math/w_atan2.c: Likewise.
51208         * math/w_atan2f.c: Likewise.
51209         * math/w_atan2l.c: Likewise.
51210         * math/w_atanh.c: Likewise.
51211         * math/w_atanhf.c: Likewise.
51212         * math/w_atanhl.c: Likewise.
51213         * math/w_exp10.c: Likewise.
51214         * math/w_exp10f.c: Likewise.
51215         * math/w_exp10l.c: Likewise.
51216         * math/w_fmod.c: Likewise.
51217         * math/w_fmodf.c: Likewise.
51218         * math/w_fmodl.c: Likewise.
51219         * math/w_j0.c: Likewise.
51220         * math/w_j0f.c: Likewise.
51221         * math/w_j0l.c: Likewise.
51222         * math/w_j1.c: Likewise.
51223         * math/w_j1f.c: Likewise.
51224         * math/w_j1l.c: Likewise.
51225         * math/w_jn.c: Likewise.
51226         * math/w_jnf.c: Likewise.
51227         * math/w_log.c: Likewise.
51228         * math/w_logf.c: Likewise.
51229         * math/w_logl.c: Likewise.
51230         * math/w_log10.c: Likewise.
51231         * math/w_log10f.c: Likewise.
51232         * math/w_log10l.c: Likewise.
51233         * math/w_log2.c: Likewise.
51234         * math/w_log2f.c: Likewise.
51235         * math/w_log2l.c: Likewise.
51236         * math/w_pow.c: Likewise.
51237         * math/w_powf.c: Likewise.
51238         * math/w_powl.c: Likewise.
51239         * math/w_remainder.c: Likewise.
51240         * math/w_remainderf.c: Likewise.
51241         * math/w_remainderl.c: Likewise.
51242         * math/w_scalb.c: Likewise.
51243         * math/w_scalbf.c: Likewise.
51244         * math/w_scalbl.c: Likewise.
51245         * math/w_sqrt.c: Likewise.
51246         * math/w_sqrtf.c: Likewise.
51247         * math/w_sqrtl.c: Likewise.
51248         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
51249         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
51250         used.
51251         * math/math_private.h: Declare __kernel_standard_f.
51252         * math/w_cosh.c: Remove cruft and optimize a bit.
51253         * math/w_coshf.c: Likewise.
51254         * math/w_coshl.c: Likewise.
51255         * math/w_exp2.c: Likewise.
51256         * math/w_exp2f.c: Likewise.
51257         * math/w_exp2l.c: Likewise.
51258         * math/w_hypot.c: Likewise.
51259         * math/w_hypotf.c: Likewise.
51260         * math/w_hypotl.c: Likewise.
51261         * math/w_lgamma.c: Likewise.
51262         * math/w_lgamma_r.c: Likewise.
51263         * math/w_lgammaf.c: Likewise.
51264         * math/w_lgammaf_r.c: Likewise.
51265         * math/w_lgammal.c: Likewise.
51266         * math/w_lgammal_r.c: Likewise.
51267         * math/w_sinh.c: Likewise.
51268         * math/w_sinhf.c: Likewise.
51269         * math/w_sinhl.c: Likewise.
51270         * math/w_tgamma.c: Likewise.
51271         * math/w_tgammaf.c: Likewise.
51272         * math/w_tgammal.c: Likewise.
51273         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
51274         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51275         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
51276         Minor optimizations.  Pretty printing.  Remove cruft.
51277         * sysdeps/i386/fpu/e_acosf.S: Likewise.
51278         * sysdeps/i386/fpu/e_acosh.S: Likewise.
51279         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
51280         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
51281         * sysdeps/i386/fpu/e_acosl.c: Likewise.
51282         * sysdeps/i386/fpu/e_asin.S: Likewise.
51283         * sysdeps/i386/fpu/e_asinf.S: Likewise.
51284         * sysdeps/i386/fpu/e_atan2.S: Likewise.
51285         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
51286         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
51287         * sysdeps/i386/fpu/e_atanh.S: Likewise.
51288         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
51289         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
51290         * sysdeps/i386/fpu/e_exp10.S: Likewise.
51291         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
51292         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
51293         * sysdeps/i386/fpu/e_exp2.S: Likewise.
51294         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
51295         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
51296         * sysdeps/i386/fpu/e_fmod.S: Likewise.
51297         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
51298         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
51299         * sysdeps/i386/fpu/e_hypot.S: Likewise.
51300         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
51301         * sysdeps/i386/fpu/e_log.S: Likewise.
51302         * sysdeps/i386/fpu/e_log10.S: Likewise.
51303         * sysdeps/i386/fpu/e_log10f.S: Likewise.
51304         * sysdeps/i386/fpu/e_log10l.S: Likewise.
51305         * sysdeps/i386/fpu/e_log2.S: Likewise.
51306         * sysdeps/i386/fpu/e_log2f.S: Likewise.
51307         * sysdeps/i386/fpu/e_log2l.S: Likewise.
51308         * sysdeps/i386/fpu/e_logf.S: Likewise.
51309         * sysdeps/i386/fpu/e_logl.S: Likewise.
51310         * sysdeps/i386/fpu/e_pow.S: Likewise.
51311         * sysdeps/i386/fpu/e_powf.S: Likewise.
51312         * sysdeps/i386/fpu/e_powl.S: Likewise.
51313         * sysdeps/i386/fpu/e_remainder.S: Likewise.
51314         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
51315         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
51316         * sysdeps/i386/fpu/e_scalb.S: Likewise.
51317         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
51318         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
51319         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
51320         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
51321         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
51322         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
51323         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51324         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51325         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
51326         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51327         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
51328         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
51329         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
51330         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51331         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
51332         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
51333         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
51334         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51335         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
51336         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
51337         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51338         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
51339         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
51340         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51341         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51342         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
51343         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
51344         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51345         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51346         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
51347         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
51348         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51349         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
51350         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
51351         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
51352         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51353         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
51354         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
51355         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
51356         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
51357         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
51358         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
51359         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
51360         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
51361         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
51362         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
51363         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
51364         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
51365         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
51366         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51367         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
51368         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
51369         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
51370         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
51371         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
51372         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
51373         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
51374         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
51375         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
51376         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
51377         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
51378         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
51379         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
51380         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
51381         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
51382         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
51383         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
51384         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51385         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51386         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
51387         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
51388         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
51389         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
51390         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
51391         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
51392         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
51393         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
51394         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
51395         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
51396         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
51397         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
51398         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
51399         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
51400         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51401         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
51402         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51403         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
51404         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
51405         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51406         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51407         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
51408         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
51409         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
51410         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
51411         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
51412         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51413         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
51414         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
51415         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
51416         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51417         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51418         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51419         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
51420         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
51421         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
51422         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
51423         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
51424         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
51425         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
51426         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
51427         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
51428         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
51429         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
51430         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
51431         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
51432         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
51433         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
51434         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
51435         (__isnanf): Likewise.
51436         (__isinf_ns): Likewise.
51437         (__isinf_nsf): Likewise.
51438         (__finite): Likewise.
51439         (__finitef): Likewise.
51440         (__ieee754_sqrt): Define as macro.
51441         (__ieee754_sqrtf): Define as macro.
51442         (__ieee754_sqrtl): Define as macro.
51443         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
51444         inlined copy.
51445         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
51446         __FINITE_MATH_ONLY__ consistent.
51447         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
51449 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
51451         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
51452         of rawmemchr.
51454         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
51456 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
51458         * po/ja.po: Update from translation team.
51460 2011-10-08  Roland McGrath  <roland@hack.frob.com>
51462         * locale/programs/locarchive.c (prepare_address_space): New function.
51463         (create_archive, enlarge_archive, open_archive): Use it.
51465         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
51466         inside [SHARED], where it is used.
51468         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
51470         * nss/getent.c (netgroup_keys): Remove unused variable.
51471         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
51473 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
51475         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
51476         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
51477         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
51478         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
51479         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
51480         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
51481         * math/Makefile (libm-calls): Add s_isinf_ns.
51482         * math/divtc3.c: Use __isinf_nsl instead of isinf.
51483         * math/multc3.c: Likewise.
51484         * math/s_casin.c: Likewise.
51485         * math/s_casinf.c: Likewise.
51486         * math/s_casinl.c: Likewise.
51487         * math/s_ccos.c: Likewise.
51488         * math/s_ccosf.c: Likewise.
51489         * math/s_ccosl.c: Likewise.
51490         * math/s_ctan.c: Likewise.
51491         * math/s_ctanf.c: Likewise.
51492         * math/s_ctanh.c: Likewise.
51493         * math/s_ctanhf.c: Likewise.
51494         * math/s_ctanhl.c: Likewise.
51495         * math/s_ctanl.c: Likewise.
51496         * math/w_fmod.c: Likewise.
51497         * math/w_fmodf.c: Likewise.
51498         * math/w_fmodl.c: Likewise.
51499         * math/w_remainder.c: Likewise.
51500         * math/w_remainderf.c: Likewise.
51501         * math/w_remainderl.c: Likewise.
51502         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
51503         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
51504         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
51505         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
51506         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
51507         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
51508         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
51509         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
51511         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
51512         of the number.
51513         * stdio-common/printf_fphex.c: Likewise.
51514         * stdio-common/printf_size.c: Likewise.
51516         * math/e_exp10.c: Include math_private.h using <...> not "...".
51517         * math/e_exp10f.c: Likewise.
51518         * math/e_exp10l.c: Likewise.
51519         * math/e_exp2l.c: Likewise.
51520         * math/e_j0l.c: Likewise.
51521         * math/e_j1l.c: Likewise.
51522         * math/e_jnl.c: Likewise.
51523         * math/e_lgammal_r.c: Likewise.
51524         * math/e_rem_pio2l.c: Likewise.
51525         * math/e_scalb.c: Likewise.
51526         * math/e_scalbf.c: Likewise.
51527         * math/e_scalbl.c: Likewise.
51528         * math/k_cosl.c: Likewise.
51529         * math/k_sinl.c: Likewise.
51530         * math/k_tanl.c: Likewise.
51531         * math/s_cacoshf.c: Likewise.
51532         * math/s_catan.c: Likewise.
51533         * math/s_catanf.c: Likewise.
51534         * math/s_catanh.c: Likewise.
51535         * math/s_catanhf.c: Likewise.
51536         * math/s_catanhl.c: Likewise.
51537         * math/s_catanl.c: Likewise.
51538         * math/s_ccosh.c: Likewise.
51539         * math/s_ccoshf.c: Likewise.
51540         * math/s_ccoshl.c: Likewise.
51541         * math/s_cexp.c: Likewise.
51542         * math/s_cexpf.c: Likewise.
51543         * math/s_cexpl.c: Likewise.
51544         * math/s_clog.c: Likewise.
51545         * math/s_clog10.c: Likewise.
51546         * math/s_clog10f.c: Likewise.
51547         * math/s_clog10l.c: Likewise.
51548         * math/s_clogf.c: Likewise.
51549         * math/s_clogl.c: Likewise.
51550         * math/s_csin.c: Likewise.
51551         * math/s_csinf.c: Likewise.
51552         * math/s_csinh.c: Likewise.
51553         * math/s_csinhf.c: Likewise.
51554         * math/s_csinhl.c: Likewise.
51555         * math/s_csinl.c: Likewise.
51556         * math/s_csqrt.c: Likewise.
51557         * math/s_csqrtf.c: Likewise.
51558         * math/s_csqrtl.c: Likewise.
51559         * math/s_ctan.c: Likewise.
51560         * math/s_ctanf.c: Likewise.
51561         * math/s_ctanh.c: Likewise.
51562         * math/s_ctanhf.c: Likewise.
51563         * math/s_ctanhl.c: Likewise.
51564         * math/s_ctanl.c: Likewise.
51565         * math/s_ldexp.c: Likewise.
51566         * math/s_ldexpf.c: Likewise.
51567         * math/s_ldexpl.c: Likewise.
51568         * math/s_significand.c: Likewise.
51569         * math/s_significandf.c: Likewise.
51570         * math/s_significandl.c: Likewise.
51571         * math/w_acos.c: Likewise.
51572         * math/w_acosf.c: Likewise.
51573         * math/w_acosh.c: Likewise.
51574         * math/w_acoshf.c: Likewise.
51575         * math/w_acoshl.c: Likewise.
51576         * math/w_acosl.c: Likewise.
51577         * math/w_asin.c: Likewise.
51578         * math/w_asinf.c: Likewise.
51579         * math/w_asinl.c: Likewise.
51580         * math/w_atan2.c: Likewise.
51581         * math/w_atan2f.c: Likewise.
51582         * math/w_atan2l.c: Likewise.
51583         * math/w_atanh.c: Likewise.
51584         * math/w_atanhf.c: Likewise.
51585         * math/w_atanhl.c: Likewise.
51586         * math/w_cosh.c: Likewise.
51587         * math/w_coshf.c: Likewise.
51588         * math/w_coshl.c: Likewise.
51589         * math/w_dremf.c: Likewise.
51590         * math/w_exp10.c: Likewise.
51591         * math/w_exp10f.c: Likewise.
51592         * math/w_exp10l.c: Likewise.
51593         * math/w_exp2.c: Likewise.
51594         * math/w_exp2f.c: Likewise.
51595         * math/w_fmod.c: Likewise.
51596         * math/w_fmodf.c: Likewise.
51597         * math/w_fmodl.c: Likewise.
51598         * math/w_hypot.c: Likewise.
51599         * math/w_hypotf.c: Likewise.
51600         * math/w_hypotl.c: Likewise.
51601         * math/w_j0.c: Likewise.
51602         * math/w_j0f.c: Likewise.
51603         * math/w_j0l.c: Likewise.
51604         * math/w_j1.c: Likewise.
51605         * math/w_j1f.c: Likewise.
51606         * math/w_j1l.c: Likewise.
51607         * math/w_jn.c: Likewise.
51608         * math/w_jnf.c: Likewise.
51609         * math/w_jnl.c: Likewise.
51610         * math/w_lgamma.c: Likewise.
51611         * math/w_lgamma_r.c: Likewise.
51612         * math/w_lgammaf.c: Likewise.
51613         * math/w_lgammaf_r.c: Likewise.
51614         * math/w_lgammal.c: Likewise.
51615         * math/w_lgammal_r.c: Likewise.
51616         * math/w_log.c: Likewise.
51617         * math/w_log10.c: Likewise.
51618         * math/w_log10f.c: Likewise.
51619         * math/w_log10l.c: Likewise.
51620         * math/w_log2.c: Likewise.
51621         * math/w_log2f.c: Likewise.
51622         * math/w_log2l.c: Likewise.
51623         * math/w_logf.c: Likewise.
51624         * math/w_logl.c: Likewise.
51625         * math/w_pow.c: Likewise.
51626         * math/w_powf.c: Likewise.
51627         * math/w_powl.c: Likewise.
51628         * math/w_remainder.c: Likewise.
51629         * math/w_remainderf.c: Likewise.
51630         * math/w_remainderl.c: Likewise.
51631         * math/w_scalb.c: Likewise.
51632         * math/w_scalbf.c: Likewise.
51633         * math/w_scalbl.c: Likewise.
51634         * math/w_sinh.c: Likewise.
51635         * math/w_sinhf.c: Likewise.
51636         * math/w_sinhl.c: Likewise.
51637         * math/w_sqrt.c: Likewise.
51638         * math/w_sqrtf.c: Likewise.
51639         * math/w_sqrtl.c: Likewise.
51640         * math/w_tgamma.c: Likewise.
51641         * math/w_tgammaf.c: Likewise.
51642         * math/w_tgammal.c: Likewise.
51644         * po/ja.po: Update from translation team.
51646 2011-09-29  Andreas Jaeger  <aj@suse.de>
51648         [BZ #13179]
51649         * sunrpc/netname.c (netname2host): Fix logic.
51651         [BZ #6779]
51652         [BZ #6783]
51653         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
51654         correctly.
51655         * math/w_remainder.c (__remainder): Likewise.
51656         * math/w_remainderf.c (__remainderf): Likewise.
51657         * math/libm-test.inc (remainder_test): Add test cases.
51659 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51661         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
51662         sdiv_qrnnd.
51664 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51666         * string/test-memcmp.c: Avoid unncessary #defines.
51667         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51669 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51671         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
51672         Use new sse2 version for core i3 - i7 as it's faster
51673         than sse42 version.
51674         (bit_Prefer_PMINUB_for_stringop): New.
51675         * sysdeps/x86_64/rawmemchr.S: Update.
51676         Replace with faster SSE2 version.
51677         * sysdeps/x86_64/memrchr.S: New file.
51678         * sysdeps/x86_64/memchr.S: Update.
51679         Replace with faster SSE2 version.
51681 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
51683         * elf/dl-load.c (lose): Add cast to avoid warning.
51685 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
51687         * po/ca.po: Update from translation team.
51689         * inet/getnetgrent_r.c: Hook up nscd.
51690         * nscd/Makefile (routines): Add nscd_netgroup.
51691         (nscd-modules): Add netgroupcache.
51692         (CFLAGS-netgroupcache.c): Define.
51693         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
51694         (cache_search): Add const to second parameter.
51695         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
51696         INNETGR.
51697         (dbs): Add netgrdb entry.
51698         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
51699         (verify_persistent_db): Handle netgrdb.
51700         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
51701         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
51702         GETFDNETGR.
51703         (netgroup_response_header): Define.
51704         (innetgroup_response_header): Define.
51705         (datahead): Add netgroup_response_header and innetgroup_response_header
51706         elements.
51707         * nscd/nscd.conf: Add entries for netgroup cache.
51708         * nscd/nscd.h (dbtype): Add netgrdb.
51709         (_PATH_NSCD_NETGROUP_DB): Define.
51710         (netgroup_iov_disabled): Declare.
51711         (xmalloc, xcalloc, xrealloc): Move declarations here.
51712         (cache_search): Adjust prototype.
51713         Add netgroup-related prototypes.
51714         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
51715         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
51716         (__nscd_innetgr): Declare.
51717         * nscd/selinux.c (perms): Use access_vector_t as element type and
51718         add netgroup-related initializers.
51719         * nscd/netgroupcache.c: New file.
51720         * nscd/nscd_netgroup.c: New file.
51721         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
51722         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
51723         For four parameters use innetgr.
51724         * nss/nss_files/files-init.c: Add definition and callback for netgr.
51725         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
51726         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
51727         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
51729         * nscd/connections.c (register_traced_file): Don't register file
51730         for disabled databases.
51732 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
51734         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
51736         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
51737         from tree and freeing node.
51739 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
51741         * nss/nsswitch.c (__nss_database_lookup): Handle
51742         nss_parse_service_list out of memory case.
51744 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
51746         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
51747         out of memory case.
51749 2011-10-04  Andreas Schwab  <schwab@redhat.com>
51751         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
51752         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
51753         pass it down.
51754         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
51755         elf_machine_rela, elf_machine_lazy_rel.
51756         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
51757         (ELF_DYNAMIC_DO_REL): Likewise.
51758         (ELF_DYNAMIC_DO_RELA): Likewise.
51759         (ELF_DYNAMIC_RELOCATE): Likewise.
51760         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
51761         to ELF_DYNAMIC_DO_REL.
51762         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
51763         (dl_main): In trace mode always set __RTLD_NOIFUNC.
51764         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
51765         elf_machine_rela.
51766         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
51767         skip_ifunc, don't call ifunc function if non-zero.
51768         (elf_machine_rela): Likewise.
51769         (elf_machine_lazy_rel): Likewise.
51770         (elf_machine_lazy_rela): Likewise.
51771         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
51772         (elf_machine_lazy_rel): Likewise.
51773         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
51774         Likewise.
51775         (elf_machine_lazy_rel): Likewise.
51776         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51777         Likewise.
51778         (elf_machine_lazy_rel): Likewise.
51779         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
51780         (elf_machine_lazy_rel): Likewise.
51781         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
51782         (elf_machine_lazy_rel): Likewise.
51783         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
51784         (elf_machine_lazy_rel): Likewise.
51785         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
51786         (elf_machine_lazy_rel): Likewise.
51787         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
51788         (elf_machine_lazy_rel): Likewise.
51789         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
51790         (elf_machine_lazy_rel): Likewise.
51792 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
51794         * nss/nss_files/files-init.c (_nss_files_init): Use static
51795         initialization for all the *_traced_file variables.
51797 2011-09-28  Andreas Schwab  <schwab@redhat.com>
51799         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
51801 2011-09-27  Roland McGrath  <roland@hack.frob.com>
51803         [BZ #13226]
51804         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
51806 2011-09-27  Andreas Schwab  <schwab@redhat.com>
51808         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51809         Reread the line before reparsing it.
51811 2011-09-26  Andreas Schwab  <schwab@redhat.com>
51813         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
51815 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
51816             Maxim Kuvyrkov  <maxim@codesourcery.com>
51817             Joseph Myers  <joseph@codesourcery.com>
51819         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
51820         if needed for __stack_chk_guard.
51822 2011-09-19  Roland McGrath  <roland@hack.frob.com>
51824         * sysdeps/posix/spawni.c (script_execute): Always define it.
51825         It will be optimized away if unused.
51826         (maybe_script_execute): New function.
51827         (__spawni): Call it.
51829         * Makerules: Don't include tls.make.
51830         (config-tls): Always set to thread.
51831         * tls.make.c: File removed.
51833 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
51835         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
51836         * config.make.in (CPPFLAGS-config): New substituted variable.
51838 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51840         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
51842         [BZ #13192]
51843         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
51844         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
51846 2011-09-15  Roland McGrath  <roland@hack.frob.com>
51848         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
51849         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
51850         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
51851         (CALL_FAIL): Likewise.
51852         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
51853         (CALL_FAIL): Macro removed.
51854         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
51856 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
51858         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
51859         for __FINITE_MATH_ONLY__ == 1.
51861 2011-09-15  Andreas Schwab  <schwab@redhat.com>
51863         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
51864         __ieee754_sqrt instead of sqrt.
51865         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
51866         __ieee754_sqrtf instead of sqrtf.
51867         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
51868         __floorf instead of floorf.
51869         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
51870         __floorf, __truncf instead of floorf, truncf.
51872 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
51874         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
51876         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
51877         __extern_always_inline.
51878         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
51879         32-bit.
51881 2011-09-14  Andreas Schwab  <schwab@redhat.com>
51883         * elf/rtld.c (dl_main): Also relocate in dependency order when
51884         doing symbol dependency testing.
51886 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
51888         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
51889         Always define `refsym'.
51891 2011-09-13  Andreas Schwab  <schwab@redhat.com>
51893         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
51894         (__FD_ELT): Renamed from __FDELT.
51895         * misc/bits/select2.h (__FD_ELT): Likewise.
51896         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
51897         __FD_MASK instead of __FDELT, __FDMASK.
51898         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51899         Likewise.
51900         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
51901         Likewise.
51903         * elf/Makefile (gen-ldd): Fix pattern.
51905         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
51906         (init_tls): Likewise.
51908 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
51910         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
51912 2011-09-12  Andreas Schwab  <schwab@redhat.com>
51914         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
51915         `struct cmsghdr *' instead of `void *'.
51916         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
51917         Likewise.
51919 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
51921         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
51922         if non-absolute.
51923         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
51924         ldd_rewrite_script.
51926 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
51928         * configure.in: Remove --with-tls option.
51929         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
51930         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
51931         out in case it is missing.
51932         * sysdeps/ia64/elf/configure.in: Likewise.
51933         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
51934         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
51935         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
51936         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
51937         * sysdeps/sh/elf/configure.in: Likewise.
51938         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
51939         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
51940         * sysdeps/x86_64/elf/configure.in: Likewise.
51941         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
51942         * sysdeps/mach/hurd/tls.h: Likewise.
51944         [BZ #13067]
51945         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
51947         [BZ #13090]
51948         * configure.in: Fix use of AC_INIT.
51950         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
51952 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
51954         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
51955         __set_errno.
51956         * malloc/hooks.c: Likewise.
51958         [BZ #11929]
51959         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
51960         variables statically.
51961         (narenas): Initialize.
51962         (list_lock): Initialize.
51963         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
51964         initializtion of main_arena and list_lock.  Small cleanups.
51965         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
51966         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
51967         Add initializers to main_arena and mp_.
51968         (malloc_state): Remove pagesize member.  Change all users to use
51969         GLRO(dl_pagesize).
51971         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
51972         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
51973         is always initialized.
51975         * malloc/malloc.c: Removed unused configurations and dead code.
51976         * malloc/arena.c: Likewise.
51977         * malloc/hooks.c: Likewise.
51978         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
51980         * include/tls.h: Removed.  USE___THREAD must always be defined.
51981         * bits/libc-tsd.h: Don't handle !USE___THREAD.
51982         * elf/dl-libc.c: Likewise.
51983         * elf/dl-tsd.c: Likewise.
51984         * include/errno.h: Likewise.
51985         * include/netdb.h: Likewise.
51986         * include/resolv.h: Likewise.
51987         * inet/herrno-loc.c: Likewise.
51988         * inet/herrno.c: Likewise.
51989         * malloc/arena.c: Likewise.
51990         * malloc/hooks.c: Likewise.
51991         * malloc/malloc.c: Likewise.
51992         * resolv/res-state.c: Likewise.
51993         * resolv/res_libc.c: Likewise.
51994         * sysdeps/i386/dl-machine.h: Likewise.
51995         * sysdeps/ia64/dl-machine.h: Likewise.
51996         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
51997         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
51998         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
51999         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
52000         * sysdeps/sh/dl-machine.h: Likewise.
52001         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
52002         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
52003         * sysdeps/unix/i386/sysdep.S: Likewise.
52004         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
52005         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
52006         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
52007         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
52008         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
52009         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
52010         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
52011         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
52012         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
52013         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
52014         * sysdeps/unix/x86_64/sysdep.S: Likewise.
52015         * sysdeps/x86_64/dl-machine.h: Likewise.
52016         * tls.make.c: Likewise.
52018         * configure.in: Remove --with-__thread option.  Make tests for
52019         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
52020         tls_model attribute fail if no support is available.  Remove
52021         USE_IN_LIBIO.
52022         * Makeconfig: Adjust for dropped configure option.  All features are
52023         now mandatory.
52024         * Makerules: Likewise.
52025         * Versions.def: Likewise.
52026         * argp/argp-fmtstream.c: Likewise.
52027         * argp/argp-fmtstream.h: Likewise.
52028         * argp/argp-help.c: Likewise.
52029         * assert/assert.c: Likewise.
52030         * config.h.in: Likewise.
52031         * config.make.in: Likewise.
52032         * configure: Likewise.
52033         * configure.in: Likewise.
52034         * csu/Versions: Likewise.
52035         * csu/init.c: Likewise.
52036         * elf/tst-audit2.c: Likewise.
52037         * elf/tst-tls10.c: Likewise.
52038         * elf/tst-tls10.h: Likewise.
52039         * elf/tst-tls11.c: Likewise.
52040         * elf/tst-tls12.c: Likewise.
52041         * elf/tst-tls14.c: Likewise.
52042         * elf/tst-tlsmod11.c: Likewise.
52043         * elf/tst-tlsmod12.c: Likewise.
52044         * elf/tst-tlsmod13.c: Likewise.
52045         * elf/tst-tlsmod13a.c: Likewise.
52046         * elf/tst-tlsmod14a.c: Likewise.
52047         * elf/tst-tlsmod15b.c: Likewise.
52048         * elf/tst-tlsmod16a.c: Likewise.
52049         * elf/tst-tlsmod16b.c: Likewise.
52050         * elf/tst-tlsmod7.c: Likewise.
52051         * elf/tst-tlsmod8.c: Likewise.
52052         * elf/tst-tlsmod9.c: Likewise.
52053         * gmon/gmon.c: Likewise.
52054         * grp/fgetgrent_r.c: Likewise.
52055         * grp/putgrent.c: Likewise.
52056         * hurd/fopenport.c: Likewise.
52057         * include/libc-symbols.h: Likewise.
52058         * include/tls.h: Likewise.
52059         * intl/gettextP.h: Likewise.
52060         * intl/loadinfo.h: Likewise.
52061         * locale/global-locale.c: Likewise.
52062         * locale/localeinfo.h: Likewise.
52063         * mach/devstream.c: Likewise.
52064         * malloc/arena.c: Likewise.
52065         * malloc/set-freeres.c: Likewise.
52066         * misc/err.c: Likewise.
52067         * misc/getttyent.c: Likewise.
52068         * misc/mntent_r.c: Likewise.
52069         * posix/getopt.c: Likewise.
52070         * posix/wordexp.c: Likewise.
52071         * pwd/fgetpwent_r.c: Likewise.
52072         * resolv/Versions: Likewise.
52073         * resolv/res_hconf.c: Likewise.
52074         * shadow/fgetspent_r.c: Likewise.
52075         * shadow/putspent.c: Likewise.
52076         * stdio-common/printf_fphex.c: Likewise.
52077         * stdio-common/tmpfile.c: Likewise.
52078         * stdlib/abort.c: Likewise.
52079         * stdlib/fmtmsg.c: Likewise.
52080         * sunrpc/auth_unix.c: Likewise.
52081         * sunrpc/clnt_perr.c: Likewise.
52082         * sunrpc/clnt_tcp.c: Likewise.
52083         * sunrpc/clnt_udp.c: Likewise.
52084         * sunrpc/clnt_unix.c: Likewise.
52085         * sunrpc/openchild.c: Likewise.
52086         * sunrpc/svc_simple.c: Likewise.
52087         * sunrpc/svc_tcp.c: Likewise.
52088         * sunrpc/svc_udp.c: Likewise.
52089         * sunrpc/svc_unix.c: Likewise.
52090         * sunrpc/xdr.c: Likewise.
52091         * sunrpc/xdr_array.c: Likewise.
52092         * sunrpc/xdr_rec.c: Likewise.
52093         * sunrpc/xdr_ref.c: Likewise.
52094         * sunrpc/xdr_stdio.c: Likewise.
52096 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52098         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52100 2011-07-03  Andreas Jaeger  <aj@suse.de>
52102         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
52103         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
52104         regenerate with gen-libm-tests.pl.
52106 2010-05-12  Petr Baudis  <pasky@suse.cz>
52108         [BZ #11589]
52109         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
52110         around j0() zero points by switching to j1().
52111         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52112         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52113         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
52114         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52116 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52118         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
52119         instead of 0.
52120         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
52121         instead of 0.
52122         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52123         Patch in part by Pavel Roskin <proski@gnu.org>.
52125         [BZ #13138]
52126         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
52127         realloc.
52128         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
52129         Free memory block if necessary.
52131         [BZ #12847]
52132         * libio/genops.c (INTDEF): For string streams the _lock pointer can
52133         be NULL.  Don't lock in this case.
52135 2011-09-09  Roland McGrath  <roland@hack.frob.com>
52137         * elf/elf.h (ELFOSABI_GNU): New macro.
52138         (ELFOSABI_LINUX): Define to that.
52140 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
52142         * string/strncat.c (strncat): Undef the symbol in case it has been
52143         defined in bits/string.h.
52145 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
52147         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
52149         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
52150         link map.
52152 2011-08-17  Andreas Jaeger  <aj@suse.de>
52154         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
52156 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
52157             Ian Lance Taylor  <iant@google.com>
52159         * math/libm-test.inc (lround_test): New testcase.
52160         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
52162 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
52164         * Makefile: Remove support for automatic cvs check-ins.
52165         * Makerules: Likewise.
52166         * config.make.in: Likewise.
52167         * configure.in: Likewise.
52168         * intl/Makefile: Likewise.
52169         * locale/Makefile: Likewise.
52170         * po/Makefile: Likewise.
52171         * posix/Makefile: Likewise.
52172         * sysdeps/gnu/Makefile: Likewise.
52173         * sysdeps/mach/hurd/Makefile: Likewise.
52174         * sysdeps/sparc/sparc32/Makefile: Likewise.
52176         [BZ #13118]
52177         * posix/Makefile (bug-regex32-ENV): Define.
52178         Patch by John Stanley <jpsinthemix@verizon.net>.
52180         * misc/Makefile (headers): Add bits/select2.h.
52181         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
52182         * misc/bits/select2.h: New file.
52183         * include/bits/select2.h: New file.
52184         * debug/Makefile (routines): Add fdelt_chk.
52185         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
52186         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
52187         FD_ISSET.
52188         * debug/fdelt_chk.c: New file.
52190         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
52191         * wcsmbs/test-wmemcmp.c: Likewise.
52192         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
52193         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
52195 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52197         * string/Makefile (strop-tests): Add memcmp.
52198         * string/test-wmemcmp.c: New file.
52199         * string/test-memcmp.c: Add wmemcmp support.
52201 2011-09-08  Roland McGrath  <roland@hack.frob.com>
52203         [BZ #13153]
52204         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
52205         2011-07-19 change.
52207         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
52208         garbage value in a __mach_port_mod_refs call in the cases of the
52209         task-self and thread-self ports.
52211 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52213         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
52215 2011-09-08  Andreas Schwab  <schwab@redhat.com>
52217         * elf/dl-load.c (lose): Check for non-null L.
52219 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52221         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
52223         * elf/dl-libc.c (dlerror_run): Pass back error code from
52224         dl_catch_error.
52226         [BZ #13123]
52227         * elf/dl-load.c (lose): Free l_origin if it is valid.
52229         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
52230         names.
52231         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
52232         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52233         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52234         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52235         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
52236         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
52238 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52240         * sysdeps/powerpc/fpu/e_hypot.c: New file.
52241         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
52242         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
52243         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
52244         * sysdeps/powerpc/fpu/k_cosf.c: New file.
52245         * sysdeps/powerpc/fpu/k_sinf.c: New file.
52246         * sysdeps/powerpc/fpu/s_cosf.c: New file.
52247         * sysdeps/powerpc/fpu/s_sinf.c: New file.
52248         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
52249         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
52251 2011-08-15  Alan Modra  <amodra@gmail.com>
52253         [BZ #13092]
52254         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
52255         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
52256         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
52257         ppc_mcount to static-only-routines.
52258         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
52259         __mcount_internal.
52260         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
52261         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
52263 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
52265         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
52266         for finite and infinity parameters.
52268 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
52270         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
52271         and add nop instructions for throughput optimization.
52272         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52274 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
52276         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
52277         aligned copy for power7 with vector-scalar instructions.
52278         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
52280 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
52282         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
52283         AVX check.
52285 2011-09-07  Andreas Schwab  <schwab@redhat.com>
52287         [BZ #13144]
52288         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
52289         last change.
52291 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
52293         * sysdeps/unix/sysv/linux/x86_64/init-first.c
52294         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
52295         syscall wrapper around clock_gettime in __vdso_clock_gettime.
52296         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
52297         clock_gettime.
52299 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52301         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
52302         Forgot to demangle the pointer.
52304         * sysdeps/i386/sysdep.h: Define atom_text_section.
52305         * sysdeps/x86_64/sysdep.h: Likewise.
52306         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
52307         section with atom_text_section.
52308         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
52309         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
52310         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
52311         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52312         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
52314         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
52315         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
52316         already be defined.  Change to take two parameters and don't assign
52317         result to variable.  Adjust all users.
52318         Define INTERNAL_GETTIME if not already defined.
52319         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
52320         call.
52321         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
52322         HAVE_CLOCK_GETTIME_VSYSCALL.
52323         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
52325         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
52326         gettimeofday vsyscall, just use time.
52328 2011-09-06  Andreas Schwab  <schwab@redhat.com>
52330         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
52331         <errno.h>.
52333 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
52335         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
52336         syscall on x86-64.
52337         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
52338         syscall.
52339         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
52340         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
52341         syscall if possible.
52343 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52345         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
52346         e_ident.  Don't pass to find_mapsXX.
52347         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
52349 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52351         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52352         strchr-sse2-no-bsf strrchr-sse2-no-bsf
52353         * sysdeps/x86_64/multiarch/strchr.S: Update.
52354         Check bit_slow_BSF bit.
52355         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
52356         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
52357         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
52359 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52361         [BZ #13134]
52362         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
52363         before glibc 2.15.
52364         (tryshell): Define.
52365         (__spawni): Change last parameter to be flag.  Test
52366         SPAWN_XFLAGS_USE_PATH flag to use path or not.
52367         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
52368         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
52369         * posix/spawni.c: Likewise.
52370         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
52371         * posix/spawnp.c: Likewise.  Change normal version to use
52372         SPAWN_XFLAGS_USE_PATH.
52373         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
52374         SPAWN_XFLAGS_TRY_SHELL.
52376         [BZ #13150]
52377         * posix/glob.h: Remove gcc 1.x support.
52379         [BZ #13068]
52380         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
52382 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52384         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52385         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
52386         strrchr-sse2-bsf
52387         * sysdeps/i386/i686/multiarch/strchr.S: New file.
52388         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
52389         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
52390         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
52391         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
52392         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
52394 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52396         * sysdeps/x86_64/wcscmp.S: New file.
52398         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
52399         wcscmp-c wcscmp-sse2
52400         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
52401         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
52402         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
52403         * wcsmbs/wcscmp.c: Allow renaming.
52405 2011-09-05  David S. Miller  <davem@davemloft.net>
52407         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
52408         stack slot, rather than the struct return pointer slot.
52409         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
52410         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
52411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
52412         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
52414 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
52416         * po/ja.po: Update from translation team.
52418         [BZ #13144]
52419         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
52420         kernel in 64-bit binaries.
52422 2011-09-01  David S. Miller  <davem@davemloft.net>
52424         * elf/elf.h (HWCAP_SPARC_*): Move to..
52425         * sysdeps/sparc/sysdep.h: this new file and add new values.
52426         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
52427         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
52428         _DL_HWCAP_COUNT to 24.
52429         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
52430         entries.
52431         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
52432         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
52433         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
52434         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
52435         instead of magic constants.
52436         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
52438 2011-08-31  David S. Miller  <davem@davemloft.net>
52440         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
52441         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
52442         Reimplement to do errno handling inline.
52443         (SYSCALL_ERROR_HANDLER): New macro.
52444         (__SYSCALL_STRING): Do not do errno handling in asm.
52445         (__CLONE_SYSCALL_STRING): Delete.
52446         (__INTERNAL_SYSCALL_STRING): Delete.
52447         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
52448         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
52449         (PSEUDO): Reimplement to do errno handling inline.
52450         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
52451         (SYSCALL_ERROR_HANDLER): New macro.
52452         (__SYSCALL_STRING): Do not do errno handling in asm.
52453         (__CLONE_SYSCALL_STRING): Delete.
52454         (__INTERNAL_SYSCALL_STRING): Delete.
52455         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
52456         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
52457         i386.
52458         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
52459         (inline_syscall*): Add 'err' argument.
52460         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
52461         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
52462         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
52463         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
52465         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
52466         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
52468 2011-08-30  Andreas Schwab  <schwab@redhat.com>
52470         * elf/rtld.c (dl_main): Relocate objects in dependency order.
52472 2011-08-29  Jiri Olsa <jolsa@redhat.com>
52474         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
52475         directive.
52477 2011-08-24  David S. Miller  <davem@davemloft.net>
52479         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
52481 2011-08-24  Andreas Schwab  <schwab@redhat.com>
52483         * elf/Makefile: Add rules to build and run unload8 test.
52484         * elf/unload8.c: New file.
52485         * elf/unload8mod1.c: New file.
52486         * elf/unload8mod1x.c: New file.
52487         * elf/unload8mod2.c: New file.
52488         * elf/unload8mod3.c: New file.
52490         * elf/dl-close.c (_dl_close_worker): Reset private search list if
52491         it wasn't used.
52493 2011-08-23  David S. Miller  <davem@davemloft.net>
52495         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
52496         subtract stack bias.
52497         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
52498         %sp not %fp in calculations.
52499         (_JMPBUF_UNWINDS_ADJ): Likewise.
52501         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
52502         (aio_suspend): Call it to force an exception region around the
52503         AIO_MISC_WAIT() invocation.
52505 2011-08-23  Andreas Schwab  <schwab@redhat.com>
52507         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
52508         backslash.
52510 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
52512         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
52513         protection macro.
52514         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
52515         and <dl-machine.h>.
52516         (Elf64_FuncDesc): Remove.
52518 2011-08-22  David S. Miller  <davem@davemloft.net>
52520         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
52521         sigaltstack check, add missing cfi directives.
52522         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
52523         missing cfi directives, and sigaltstack handling.
52525 2011-08-16  Andreas Schwab  <schwab@redhat.com>
52527         [BZ #11724]
52528         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
52529         object is seen twice.
52530         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52532         * elf/Makefile (distribute): Add tst-initorder2.c.
52533         (tests): Add tst-initorder2.
52534         (modules-names): Add tst-initorder2a tst-initorder2b
52535         tst-initorder2c tst-initorder2d.  Add rules to build them.
52536         ($(objpfx)tst-initorder2.out): New rule.
52537         * elf/tst-initorder2.c: New file.
52538         * elf/tst-initorder2.exp: New file.
52540 2011-08-22  Andreas Schwab  <schwab@redhat.com>
52542         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
52544         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
52545         dependencies back to end of function.
52547         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
52548         $(elfobjdir)/ld.so.
52550 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
52552         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
52553         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
52554         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
52555         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
52556         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
52557         of __vdso_gettimeofday.
52558         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
52559         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
52560         attribute_hidden.
52561         (_libc_vdso_platform_setup): Remove initialization of
52562         __vdso_gettimeofday and __vdso_time.
52564 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52566         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
52567         and fgetc_unlocked.
52568         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
52569         getc_unlocked.
52571         * elf/dl-open.c (add_to_global): Report additions to the global scope
52572         for LD_DEBUG=scopes.
52573         (dl_open_worker): Also print scope of newly loaded dependencies.
52574         (_dl_show_scope): Indicate if there is no scope.
52576         [BZ #13114]
52577         * stdio-common/Makefile (tests): Add bug24.
52578         * stdio-common/bug24.c: New file.
52580 2011-08-19  Andreas Jaeger  <aj@suse.de>
52582         [BZ #13114]
52583         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
52584         non-existant file when using close-on-exec mode.
52586 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
52588         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
52589         the very first instruction.
52591         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
52592         the CFI state in the end.
52593         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
52594         inclusion of dl-trampoline.h.
52595         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
52597 2011-08-19  Andreas Schwab  <schwab@redhat.com>
52599         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
52600         expectations for long double.
52602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
52603         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
52605 2011-08-14  David S. Miller  <davem@davemloft.net>
52607         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
52608         artificual limit depends upon the system page size.
52610 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52612         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
52613         * resolv/Makefile: Define CFLAGS-libresolv.
52615 2011-08-17  Andreas Schwab  <schwab@redhat.com>
52617         * nss/makedb.c (compute_tables): Make variables used in nested
52618         function static.
52620 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
52622         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
52623         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
52624         if buffer was too small.
52626         * elf/pldd.c (main): Attach to all threads in the process.
52627         Rewrite /proc handling to use *at functions.
52629 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
52631         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
52632         specifies first scope to show.
52633         (dl_open_worker): Update callers.  Move printing scope of new
52634         object to before the relocation.
52635         * elf/rtld.c (dl_main): Update _dl_show_scope call.
52636         * sysdeps/generic/ldsodefs.h: Update declaration.
52638         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
52639         string for the scope number.
52641 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
52643         * nscd/servicescache.c (cache_addserv): Make sure written is always
52644         initialized.
52646 2011-08-14  Roland McGrath  <roland@hack.frob.com>
52648         * sysdeps/i386/i486/bits/atomic.h
52649         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
52650         statement expression, so as to suppress "set but not used" warning.
52651         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
52653         * string/strncat.c (STRNCAT): Use prototype definition.
52655         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
52656         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
52657         -Iprograms here.
52658         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
52659         (localedef-modules): Add localedef.
52660         (locale-modules): Add locale.
52662         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
52663         * elf/rtld.c (dl_main): Invert order of assignment in last change,
52664         to avoid a warning.
52666 2011-08-14  David S. Miller  <davem@davemloft.net>
52668         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
52669         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
52671 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
52673         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
52674         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
52675         * elf/rtld.c (dl_main): Set l_name of vDSO.
52676         Call _dl_show_scope when DL_DEBUG_SCOPES.
52677         (process_dl_debug): Recognize scopes flag and also set it for all.
52678         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
52679         Declare _dl_show_scope.
52681         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
52682         (do_dlopen): Pass caller_dlopen to dl_open.
52683         (__libc_dlopen_mode): Initialize caller_dlopen.
52685         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
52686         of libc.  Make tolower call locale-independent.  Optimize a bit by
52687         using isdigit instead of isalnum.
52688         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
52690 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
52692         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
52693         was a dependency or dynamically loaded.
52695 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
52697         * intl/l10nflist.c: Allow architecture-specific pop function.
52698         * sysdeps/x86_64/l10nflist.c: New file.
52700         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
52701         classification.
52703 2011-08-10  Andreas Schwab  <schwab@redhat.com>
52705         * include/dirent.h: Add libc_hidden_proto for scandirat and
52706         scandirat64.  Don't declare __scandirat64.
52707         * dirent/scandirat.c: Add libc_hidden_def.
52708         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
52709         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
52711 2011-08-10  David S. Miller  <davem@davemloft.net>
52713         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
52714         enum.
52715         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52716         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52717         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52719 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
52721         * Versions.def [libc]: Add GLIBC_2.15.
52722         * dirent/Makefile (routines): Add scandirat and scandirat64.
52723         * dirent/Versions [libc]: Export scandirat and scandirat64 for
52724         GLIBC_2.15.
52725         * dirent/dirent.h: Declare scandirat and scandirat64.
52726         * dirent/scandirat.c: New file.
52727         * dirent/scandirat64.c: New file.
52728         * sysdeps/wordsize-64/scandirat.c: New file.
52729         * sysdeps/wordsize-64/scandirat64.c: New file.
52730         * dirent/opendir.c: Define opendirat.
52731         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
52732         using scandirat.
52733         * dirent/scandir64.c: Adjust for scandir.c change.
52734         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
52735         __scandirat64, and __scandir_cancel_handler.
52736         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
52737         additional parameter and use openat instead of open (outside of ld.so).
52738         Add new __opendir as wrapper around __opendirat.
52739         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
52740         here without requiring old scandirat implementation.
52742 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
52744         * dirent/scandir.c (cancel_handler): Renamed to
52745         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
52746         defined.  Adjust users.
52747         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
52748         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
52750 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
52752         * string/test-string.h (IMPL): Use __STRING to expand name and then
52753         stringify it.
52755         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
52756         of cleanups.
52758 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52760         * string/Makefile: Update.
52761         (strop-tests): Append strncat.
52762         * string/test-wcscmp.c: New file.
52763         New comprehensive test for wcscmp.
52764         * string/test-strcmp.c: Update.
52765         (WIDE): New define.
52767 2011-07-22  Andreas Schwab  <schwab@redhat.com>
52769         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
52770         line.
52772 2011-07-26  Andreas Schwab  <schwab@redhat.com>
52774         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52775         encoding to ACE if AI_IDN.
52777 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
52779         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
52780         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
52782 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52784         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
52785         Fix overflow bug in strncat.
52786         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
52788         * string/test-strncat.c: Update.
52789         Add new tests for checking overflow bugs.
52791 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52793         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52794         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
52795         * sysdeps/i386/i686/multiarch/strcat.S: New file.
52796         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
52797         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
52798         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
52799         * sysdeps/i386/i686/multiarch/strncat.S: New file.
52800         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
52801         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
52803         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
52804         (USE_AS_STRCAT): Define.
52805         Add strcat and strncat support.
52806         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
52808 2011-07-25  Andreas Schwab  <schwab@redhat.com>
52810         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
52811         __n bigger than INT_MAX+1.
52812         (__strncmp_g): Likewise.
52814 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
52816         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
52817         * libio/stido.h: Likewise.
52819         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
52820         (AF_NFC): Define.
52821         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
52822         (AF_NFC): Define.
52824         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
52825         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
52826         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
52827         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
52828         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
52830         [BZ #13021]
52831         * scripts/test-installation.pl: Don't expect libnss_test1 to be
52832         installed.
52834         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
52835         typo.
52836         (_dl_x86_64_save_sse): Likewise.
52838 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
52840         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
52841         OSXSAVE.
52842         (_dl_x86_64_save_sse): Likewise.
52844         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
52846         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
52848 2011-07-21  Andreas Schwab  <schwab@redhat.com>
52850         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
52851         change.
52852         (_dl_x86_64_save_sse): Use correct AVX check.
52854 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52856         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
52857         bug in strncpy/strncat.
52858         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
52860 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
52862         * string/tester.c (test_strcat): Add tests for different alignments
52863         of source and destination.
52864         (test_strncat): Likewise.
52866 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52868         [BZ #12852]
52869         * posix/glob.c (glob): Check passed in values before using them in
52870         expressions to avoid some overflows.
52871         (glob_in_dir): Likewise.
52873         [BZ #13007]
52874         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
52875         check for AVX enablement so that we don't crash with old kernels and
52876         new hardware.
52877         * elf/tst-audit4.c: Add same checks here.
52878         * elf/tst-audit6.c: Likewise.
52880         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
52882 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
52884         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
52886 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
52888         * po/cs.po: Update from translation team.
52889         * po/bg.po: Likewise.
52891 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
52893         * misc/sys/cdefs.h: Add support for const attribute.
52894         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
52895         to gnu_dev_{major,minor,makedev} functions.
52897 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
52899         * intl/dcigettext.c (get_output_charset): Add missing bracket.
52901 2011-07-20  Andreas Schwab  <schwab@redhat.com>
52903         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
52904         strlen results.
52906 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52908         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
52909         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
52910         register in order to avoid conflicts with the soft frame pointer
52911         being held in r11 when necessary.
52912         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
52913         (INTERNAL_VSYSCALL_NCS): Likewise.
52915 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
52917         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
52918         * elf/dl-fini.c (_dl_fini): Adjust caller.
52919         * elf/dl-close.c (_dl_close_worker): Likewise.
52920         * sysdeps/generic/ldsodefs.h: Adjust declaration.
52922 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52924         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
52925         "aux_cache->nlibs < 0".
52927         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
52928         in the reload-count case.
52930 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
52932         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52933         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
52934         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
52935         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
52936         * sysdeps/x86_64/multiarch/strcat.S: New file.
52937         * sysdeps/x86_64/multiarch/strncat.S: New file.
52938         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
52939         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
52940         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
52941         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
52942         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
52943         (USE_AS_STRCAT): Define.
52944         Add strcat and strncat support.
52945         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
52946         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
52947         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
52948         * string/strncat.c: Update.
52949         (USE_AS_STRNCAT): Define.
52950         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52951         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
52952         and i7.
52953         * sysdeps/x86_64/multiarch/init-arch.h
52954         (bit_Prefer_PMINUB_for_stringop): New.
52955         (index_Prefer_PMINUB_for_stringop): Likewise.
52956         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
52957         bit_Prefer_PMINUB_for_stringop.
52959 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52961         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
52962         buffer64.
52963         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
52964         of casting of buffer.
52965         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
52966         buffer32 and buffer64.
52967         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
52968         writes instead of casting of buffer.
52969         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
52970         buffer32.
52971         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
52972         casting of buffer.
52974 2011-07-19  Andreas Schwab  <schwab@redhat.com>
52976         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
52978 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
52980         * nscd/nscd.c (termination_handler): Don't do anything for a database
52981         if it has not yet been initialized.
52983 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52985         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52987 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
52989         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
52991 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
52993         * po/nl.po: Update from translation team.
52994         * po/sv.po: Likewise.
52996 2011-07-16  Roland McGrath  <roland@hack.frob.com>
52998         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
52999         now disallowed by GCC.
53001         * configure.in (use-default-link): Default to yes if a test -shared
53002         link meets our qualifications.
53003         * configure: Regenerated.
53005         * config.make.in (output-format): New variable.
53006         * configure.in: Check for ld --print-output-format support.
53007         * configure: Regenerated.
53008         * Makerules ($(common-objpfx)format.lds)
53009         [$(output-format) != unknown]: Just use $(output-format),
53010         instead of the linker-script munging.
53012 2011-07-14  Roland McGrath  <roland@hack.frob.com>
53014         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
53015         of $(common-objpfx)shlib.lds.
53016         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
53018         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
53019         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
53021         * configure.in (-z relro check): Adjust test code to add a large
53022         writable data section after it.
53023         * configure: Regenerated.
53025 2011-07-11  Roland McGrath  <roland@hack.frob.com>
53027         * configure.in (-z relro check): Fix test code to make the variable
53028         truly const.
53029         * configure: Regenerated.
53031 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
53033         * nscd/nscd.h (struct traced_file): Define.
53034         (struct database_dyn): Remove inotify_descr, reset_res, and filename
53035         elements.  Add traced_files.
53036         (inotify_fd): Declare.
53037         (register_traced_file): Declare.
53038         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
53039         (inotify_fd): Export.
53040         (resolv_conf_descr): Remove.
53041         (nscd_init): Move inotify descriptor creation to main.
53042         Don't register files for notification here.
53043         (register_traced_file): New function.
53044         (invalidate_cache): Don't use reset_res to determine whether to call
53045         res_init, go through the list of registered files.
53046         (main_loop_poll): The inotify descriptors are now stored in the
53047         structures for the traced files.
53048         (main_loop_epoll): Likewise
53049         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
53050         to __nss_disable_nscd.
53051         * nscd/cache.c (prune_cache): There is no single inotify descriptor
53052         for a database anymore.  Check the records for all the registered
53053         files instead.
53054         * nss/Makefile (libnss_files-routines): Add files-init.
53055         (libnss_db-routines): Add db-init.
53056         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
53057         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
53058         * nss/nss_db/db-init.c: New file.
53059         * nss/nss_files/files-init.c: New file.
53060         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
53061         __nss_lookup_function.
53062         (__nss_lookup_function): Call nss_load_library.
53063         (nss_load_all_libraries): New function.
53064         (__nss_disable_nscd): Take parameter with callback function for files
53065         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
53066         used for the cached services.
53067         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
53068         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
53069         options for features to all the files in nscd.
53071         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
53073 2011-07-10  Roland McGrath  <roland@hack.frob.com>
53075         * csu/elf-init.c (__libc_csu_init): Comment typo.
53077 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
53079         * po/pl.po: Update from translation team.
53080         * po/ja.po: Likewise.
53081         * po/ru.po: Likewise.
53082         * po/ko.po: Likewise.
53083         * po/fr.po: Likewise.
53085 2011-07-09  Roland McGrath  <roland@hack.frob.com>
53087         * configure.in (.ctors/.dtors header and trailer check):
53088         Use an empirical test on a built program.
53089         * configure: Regenerated.
53091         * configure.in (-z relro check): Use an empirical test on a built DSO.
53092         Detect, but do not require, on ia64.
53093         * configure: Regenerated.
53095         * configure.in (READELF): Find it with AC_CHECK_TOOL.
53096         Update tests that use readelf to use $READELF instead.
53097         * configure: Regenerated.
53099 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
53101         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
53102         if the result is not used.
53104 2011-07-05  Andreas Jaeger  <aj@suse.de>
53106         [BZ#9696]
53107         * stdlib/tst-strtod.c: Add testcase.
53109 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
53111         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
53112         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
53113         The latter has a higher limit.  Take additional parameter to pass to
53114         the new function.
53115         (__pathconf): Pass file to __statfs_link_max.
53116         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
53117         __statfs_link_max.
53118         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
53119         __statfs_link_max.
53121         [BZ #12868]
53122         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
53123         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53124         Handle Lustre.
53125         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
53126         (__statfs_filesize_max): Likewise.
53127         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
53129 2011-07-05  Andreas Jaeger  <aj@suse.de>
53131         * resolv/res_comp.c (dn_skipname): Remove unused variable.
53133 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
53135         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
53136         `status' variable.
53137         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
53138         Likewise.
53140 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
53142         * Makefile (strop-tests): Add strncat.
53143         * string/test-strncat.c: New file.
53145 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
53147         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
53149 2011-06-21  Andreas Jaeger  <aj@suse.de>
53151         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
53152         Copy rule from iconvdata/Makefile.
53154 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53156         [BZ #12922]
53157         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
53158         but no long options are defined, just return 'W'.
53160 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
53162         [BZ #9696]
53163         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
53165 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
53167         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
53168         netgroups to read.
53169         (innetgr): Likewise.
53171 2011-07-05  Roland McGrath  <roland@hack.frob.com>
53173         * config.make.in (install_root): Default to $(DESTDIR).
53175 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
53177         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
53179 2011-07-02  Roland McGrath  <roland@hack.frob.com>
53181         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
53183         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
53184         containing directory rather than embedding absolute directory names.
53186         * scripts/check-local-headers.sh: Rewritten using awk.
53187         Match by word, not by line.  Print error messages for matches.
53188         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
53190         * Makerules [shlib-lds-flags empty]:
53191         ($(common-objpfx)libc_pic.opts): New target.
53192         ($(common-objpfx)libc_pic.os.clean): New target.
53193         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
53195         * config.make.in (OBJCOPY): New variable.
53196         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
53197         * configure: Regenerated.
53199         * config.make.in (use-default-link): New variable.
53200         * configure.in (use_default_link): Grok --with-default-link to set it.
53201         * configure: Regenerated.
53202         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
53203         (shlib-lds, shlib-lds-flags): Define to empty.
53205         * Makerules (shlib-lds): New variable.
53206         (shlib-lds-flags): New variable.
53207         (build-shlib, build-moduile, build-module-asneeded): Use it.
53208         ($(common-objpfx)libc.so): Use $(shlib-lds).
53209         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
53210         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
53212         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
53213         DT_FLAGS/DT_FLAGS_1 with zero flags.
53215         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
53216         linker script munging.
53218 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
53220         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
53221         as 128-bit value.
53222         * crypt/sha512.c (sha512_process_block): Perform total addition using
53223         128-bit if possible.
53224         (__sha512_finish_ctx): Likewise.
53225         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
53226         as 64-bit value.
53227         * crypt/sha256.c (SWAP64): Define.
53228         (sha256_process_block): Perform total addition using 64-bit if
53229         possible.
53230         (__sha256_finish_ctx): Likewise.
53232 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
53234         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
53235         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53236         * nscd/hstcache.c (cache_addhst): Likewise.
53237         * nscd/grpcache.c (cache_addgr): Likewise.
53238         * nscd/aicache.c (addhstaiX): Likewise
53239         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
53241 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
53243         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
53244         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53245         * nscd/hstcache.c (cache_addhst): Likewise.
53246         * nscd/grpcache.c (cache_addgr): Likewise.
53247         * nscd/aicache.c (addhstaiX): Likewise
53249 2011-07-01  Andreas Schwab  <schwab@redhat.com>
53251         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
53252         domain only when needed.
53254 2011-06-30  Andreas Schwab  <schwab@redhat.com>
53256         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
53257         is always restored.
53259 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
53261         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
53262         are re-adding the entry.
53263         * nscd/servicescache.c (cache_addserv): Likewise.
53265 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
53267         * sysdeps/generic/dl-irel.h: fix protection against multiple
53268         inclusions.
53269         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
53271 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
53273         [BZ #12935]
53274         * malloc/memusage.sh: Fix quoting in message.
53275         * debug/xtrace.sh: Likewise.
53277         * configure.in: Remove support for --experimental-malloc option, make
53278         it the default.
53279         * config.make.in: Likewise.
53280         * malloc/Makefile: Likewise.
53282 2011-06-27  Andreas Schwab  <schwab@redhat.com>
53284         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
53285         two-byte characters.
53287 2011-06-27  Roland McGrath  <roland@hack.frob.com>
53289         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
53290         AC_CACHE_CHECK invocation.
53291         * configure: Regenerated.
53293         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
53295 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
53297         [BZ #12350]
53298         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
53299         bit from old_res_options.
53301         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
53303         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
53304         value type for setfct.
53306 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
53308         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53309         __gettimeofday instead of gettimeofday.
53311 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
53313         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
53315 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
53317         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
53319         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
53320         info.
53322 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53324         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53325         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53326         strcpy-sse2-unaligned strncpy-sse2-unaligned
53327         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
53328         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
53329         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
53330         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
53331         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
53332         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
53333         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
53334         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
53335         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
53336         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
53337         (STRCPY): Support SSE2 and SSSE3 versions.
53339 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
53341         [BZ #12874]
53342         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
53343         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
53344         kernels which artificially limit size of requests.
53346 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
53348         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53349         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
53350         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
53351         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
53352         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
53353         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
53354         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
53355         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
53356         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
53357         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
53358         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
53359         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
53360         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
53361         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
53362         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
53363         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53364         Enable unaligned load optimization for Intel Core i3, i5 and i7
53365         processors.
53366         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
53367         Define.
53368         (index_Fast_Unaligned_Load): Define.
53369         (HAS_FAST_UNALIGNED_LOAD): Define.
53371 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
53373         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
53375 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53377         [BZ #12907]
53378         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
53379         until it is clear that the information is realy needed.
53380         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
53382 2011-06-22  Andreas Schwab  <schwab@redhat.com>
53384         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
53386 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
53388         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
53389         /sys/devices/system/cpu/online if it is usable.
53391         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
53392         reading the information from the /proc filesystem to once a second.
53394 2011-06-21  Andreas Jaeger  <aj@suse.de>
53396         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
53397         NULL after inclusion of kernel headers.
53399 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
53401         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
53402         calls to internal_setent.
53404         [BZ #12885]
53405         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
53406         addresses using gethostbyname4_r ignore IPv4 addresses.
53408         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
53409         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
53411         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
53413 2011-06-20  David S. Miller  <davem@davemloft.net>
53415         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
53416         inclusions.
53417         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
53419         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
53420         (elf_irel): Use it.
53421         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
53422         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
53423         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
53424         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
53425         * sysdeps/x86_64/dl-irel.h: Likewise.
53427         * elf/dl-runtime.c: Use elf_ifunc_invoke.
53428         * elf/dl-sym.c: Likewise.
53430 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53432         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
53433         need to dereference resplen2.
53435 2011-06-14  Andreas Schwab  <schwab@redhat.com>
53437         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
53439 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
53441         * Makeconfig: Define vardbdir and inst_vardbdir.
53442         * nss/Makefile: Add rules to install db-Makefile.
53444         * nss/nss_db/db-XXX.c: Cleanup.
53446         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
53447         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
53448         GLIBC_PRIVATE.
53449         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
53450         * nss/makedb.c: Implement -g option to specify that value strings
53451         are generated and should not be added to table iterated over for
53452         get*ent calls.
53453         * nss/nss_db/db-initgroups.c: New file.
53455         * nss/getent.c: Add support for initgroups lookups through getgrouplist
53456         interface.
53458         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
53459         (internal_getgrouplist): Adjust to name change.
53460         Update use_initgroups_entry if this is not the first call.
53461         * nss/databases.def: Add initgroups entry.
53463         * nss/makedb.c (compute_tables): Check result of multiple hash table
53464         sizes to minimize maximum chain length.
53466 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
53468         * Versions.def: Add entry for libnss_db.
53469         * shlib-versions: Likewise.
53470         * nss/Makefile: Add rules to build libnss_db.
53471         * nss/Versions: Add libnss_db information.  Organize libnss_files
53472         entries better.
53473         * nss/db-Makefile: Add gshadow support.  Change rules for the new
53474         makedb progra.  Some minor improvements to generate smaller files.
53475         * nss/nss_db/nss_db.h: Move NSS database header data structures to
53476         here from...
53477         * nss/makedb.c: ...here.
53478         Improve database format to be smaller and require less memory at
53479         runtime.
53480         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
53481         db anymore.
53482         * nss/nss_db/db-netgrp.c: Likewise.
53483         * nss/nss_db/db-open.c: Likewise.
53484         * nss/nss_files/flies-XXX.x: Adjust comments.
53485         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
53486         * nss/nss_files/files-grp.c: Likewise.
53487         * nss/nss_files/files-hosts.c: Likewise.
53488         * nss/nss_files/files-network.c: Likewise.
53489         * nss/nss_files/files-proto.c: Likewise.
53490         * nss/nss_files/files-pwd.c: Likewise.
53491         * nss/nss_files/files-rpc.c: Likewise.
53492         * nss/nss_files/files-service.c: Likewise.
53493         * nss/nss_files/files-sgrp.c: Likewise.
53494         * nss/nss_files/files-spwd.c: Likewise.
53495         * nss/nss_db/db-alias.c: Removed.
53496         * nss/nss_db/dummy-db.h: Removed.
53498 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
53500         * nss/makedb.c: Rewritten to not use database library.
53501         * nss/Makefile: Update to build new makedb program.
53503 2011-06-14  Andreas Jaeger  <aj@suse.de>
53505         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
53506         memset declaration.
53508 2011-06-10  Andreas Schwab  <schwab@redhat.com>
53510         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
53511         tmpbuf.
53513 2011-06-10  Roland McGrath  <roland@hack.frob.com>
53515         * Makerules (shlib.lds): Fail if the linker script comes out empty.
53516         * elf/Makefile ($(objpfx)ld.so): Likewise.
53518         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
53519         Don't list ld.so twice in dependencies.
53521         * posix/bug-regex31.c: Include <stdlib.h>.
53523         * nscd/hstcache.c (cache_addhst): Remove unused variable.
53525         * nis/nss_compat/compat-spwd.c
53526         (getspent_next_nss_netgr): Remove unused variable.
53527         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
53529         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
53530         nonmembers" output to use the right array.
53532         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
53534         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
53536         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
53537         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
53538         * catgets/gencat.c (read_input_file): Likewise.
53539         * locale/programs/locarchive.c (enlarge_archive): Likewise.
53541         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
53542         variable definition inside #if's controlling its use.
53544         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
53546         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
53548         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
53550         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
53551         unreachable code.
53553         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
53555         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
53556         * configure: Regenerated.
53558         * Makerules: Revert last change.
53559         * elf/Makefile: Likewise.
53561 2011-06-09  Roland McGrath  <roland@hack.frob.com>
53563         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
53564         * elf/Makefile ($(objpfx)librtld.os): Likewise.
53565         (reloc-link): Likewise.
53567 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
53569         * elf/Makefile: Add rules to build pldd.
53570         * elf/pldd.c: New file.
53571         * elf/pldd-xx.c: New file.
53573 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
53575         * version.h: Update for 2.15 development version.
53577 2011-06-07  David S. Miller  <davem@davemloft.net>
53579         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
53580         ifuncs.
53581         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
53582         elf_machine_lazy_rel): Likewise.
53583         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53584         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
53585         elf_machine_lazy_rel): Likewise.
53586         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
53587         dl_hwcap via passed in argument.
53588         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
53589         Likewise.
53591 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53593         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
53595 2011-06-06  Roland McGrath  <roland@hack.frob.com>
53597         [BZ #12849]
53598         * manual/fdl-1.1.texi: New file, verbatim from:
53599         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
53600         * manual/lgpl-2.1.texi: New file, verbatim from:
53601         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
53602         * manual/Makefile (licenses): New variable, list those new file names.
53603         (texis): Use it.
53604         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
53606         * manual/fdl.texi: File removed.
53607         * manual/lesser.texi: File removed.
53608         * manual/libc.texinfo (Copying, Documentation License):
53609         Use new @include file names, put @appendix directive before @include.
53611 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
53613         [BZ #12841]
53614         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
53615         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
53616         (mq_open): Add __NTH.
53618 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
53620         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53621         Assume Intel Core i3/i5/i7 processor if AVX is available.
53623 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53625         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53626         typo.
53628 2011-05-31  Andreas Schwab  <schwab@redhat.com>
53630         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
53631         memory.  Use alloca_account.  Fix memory leak when retrying.
53633 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
53635         * version.h (RELEASE): Bump for 2.14 release.
53636         * include/features.h (__GLIBC_MINOR__): Bump to 14.
53638         * config.make.in (RANLIB): Remove entry.
53640 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
53642         * po/Makefile (po-sed-cmd): Add ksh to extensions.
53643         (libc.pot): Work around missing support for .ksh extension in xgettext.
53645         [BZ #12684]
53646         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
53647         if both request failed.
53648         (send_dg): In case of server errors clear resplen or *resplen2.
53650         [BZ #12454]
53651         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
53652         when there are multiple maps.
53653         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
53654         (_dl_fini): Remove test here.
53656         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
53658 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
53660         [BZ #12350]
53661         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
53662         bit from old_res_options.
53663         (gaih_inet): Likewise.
53665         [BZ #11099]
53666         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
53667         as signed.
53669         * resolv/res_init.c (res_setoptions): Make the code more compact.
53671         [BZ #11558]
53672         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
53673         set RES_USEVC.
53675         [BZ #11634]
53676         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
53678         * malloc/malloc.h: Mark malloc hook variables as deprecated.
53680         [BZ #11781]
53681         * malloc/malloc.h: Declare malloc hook variables as volatile.
53683         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
53684         in last patch.
53686         [BZ #11799]
53687         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
53688         raise in the comment.
53689         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
53690         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
53691         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
53693 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
53695         [BZ #12811]
53696         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
53697         grow the buffers more if it already has to be sufficient.
53698         (build_wcs_upper_buffer): Likewise.
53699         * posix/regexec.c (check_matching): Likewise.
53700         (clean_state_log_if_needed): Likewise.
53701         (extend_buffers): Don't enlarge buffers beyond size of the input
53702         buffer.
53703         Patches mostly by Emil Wojak <emil@wojak.eu>.
53704         * posix/bug-regex32.c: New file.
53705         * posix/Makefile (tests): Add bug-regex32.
53707         * locale/findlocale.c (_nl_find_locale): Return right away if
53708         _nl_explode_name failed.
53709         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
53711         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
53713         * debug/xtrace.sh: Unify messages.
53714         * malloc/memusage.sh: Likewise.
53716         [BZ #12813]
53717         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
53718         time symbol from vDSO.  Substitute with vsyscall if not available.
53719         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
53720         __vdso_time.
53722         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
53723         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
53724         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
53725         Add sendmmsg and internal_sendmmsg.
53726         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
53727         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
53728         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
53730         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
53731         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
53732         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
53734 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
53736         [BZ #12813]
53737         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
53738         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
53739         available.
53740         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
53741         __vdso_getcpu.
53743         [BZ #12814]
53744         * iconvdata/Makefile (tests): Add bug-iconv9.
53745         * iconvdata/bug-iconv9.c: New file.
53747 2011-05-27  Andreas Schwab  <schwab@redhat.com>
53749         [BZ #12814]
53750         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
53752 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
53754         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53755         (struct user_regs_struct): Change intcs field back to cs.
53757 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
53759         * po/ja.po: Update from translation team.
53761 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
53763         [BZ #12795]
53764         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
53765         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
53767 2011-05-20  Andreas Schwab  <schwab@redhat.com>
53769         * stdlib/longlong.h: Update from GCC.
53771 2011-05-23  Andreas Schwab  <schwab@redhat.com>
53773         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
53774         parameter name.
53775         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
53776         Add parameter name.
53777         (__sysconf): Pass it down.
53779 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
53781         [BZ #12671]
53782         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
53783         some situations.
53784         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53785         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
53786         add in in __libc_use_alloca calls.  Adjust callers.
53787         (glob): Use malloc in some situations.
53789         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
53790         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
53791         pltexit.
53793 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
53795         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
53796         and CLOCK_BOOTTIME_ALARM.
53798         [BZ #12782]
53799         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
53800         is returned.
53802         * string/_strerror.c (__strerror_r): Print negative errors as signed
53803         numbers.
53805         [BZ #12777]
53806         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
53807         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
53808         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
53810         * configure.in: Fix typo in redirection and correct removal of test
53811         files in two cases.
53813         [BZ #12788]
53814         * locale/setlocale.c (new_composite_name): Fix test to check for
53815         identical name of all categories.
53817         [BZ #12792]
53818         * libio/filedoalloc.c (local_isatty): New function.
53819         (_IO_file_doallocate): Use local_isatty.
53820         * stdio-common/perror.c (perror): In case a new stream is used
53821         forward the stream error.
53822         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
53823         error flag.
53825 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
53827         [BZ #11869]
53828         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
53829         alloca.
53830         * include/alloca.h (extend_alloca_account): Define.
53832         [BZ #11857]
53833         * posix/regex.h: Fix comments with documentation of user-accessible
53834         fields after compilation and describe correct free'ing of pattern
53835         after re_compile_pattern.
53836         Patch by Reuben Thomas <rrt@sc3d.org>.
53838 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
53840         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
53841         and -mno-altivec to prevent the compiler from using Altivec and/or
53842         VSX instructions when the corresponding registers are not available.
53844 2011-05-19  Andreas Schwab  <schwab@redhat.com>
53846         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
53848 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
53850         * libio/freopen.c (freopen): Use __dup2, not dup2.
53851         * libio/freopen64.c (freopen64): Likewise.
53853 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
53855         [BZ #12775]
53856         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
53857         * math/Makefile (tests): Add test-powl.
53858         (CFLAGS-test-powl.c): Define.
53859         * math/test-powl.c: New file.
53861 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
53863         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
53865 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
53867         [BZ #11837]
53868         * iconvdata/gb18030.c: Update to GB18020-2005.
53870 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
53872         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
53873         RE_SYNTAX_POSIX_AWK): Update to match recent development.
53874         Patch by Aharon Robbins <arnold@skeeve.com>.
53876         [BZ #11892]
53877         * stdlib/putenv.c (putenv): Don't always create copy of the variable
53878         on the stack.
53880         [BZ #11895]
53881         * misc/pselect.c (__pselect): Handle timeout value errors hidden
53882         through underflows.
53884         [BZ #12766]
53885         * misc/error.c (error_at_line): Ensure file_name and old_file_name
53886         point to strings before performing equality test for error_one_per_line
53887         mode.
53889         [BZ #11697]
53890         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
53892         [BZ #11820]
53893         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
53894         (struct user_fpregs_struct): Avoid __uint*_t types.
53896         [BZ #6420]
53897         * malloc/mtrace.c (tr_where): Add additional parameter to point to
53898         symbol info.  Use it instead of calling _dl_addr locally.
53899         (lock_and_info): New function.
53900         (tr_freehook): Call lock_and_info and pass symbol info as additional
53901         parameter to tr_where.
53902         (tr_mallochook): Likewise.
53903         (tr_reallochook): Likewise.
53904         (tr_memalignhook): Likewise.
53906         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
53907         used and couldn't be at all thread-safe.
53909 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
53911         * libio/freopen.c (freopen): Don't close old file descriptor
53912         before the new one is opened.  Instead dup the new file descriptor
53913         to the old one after the new stream is created.
53914         * libio/freopen64.c (freopen64): Likewise.
53915         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
53916         * libio/fileops.c (_IO_new_file_close_it): Handle new
53917         _IO_FLAGS2_NOCLOSE flag.
53918         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
53919         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
53920         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
53921         _IO_FLAGS2_NOCLOSE flag.
53922         * include/unistd.h: Add hidden_proto for dup3.
53923         Define __have_dup3.
53924         * io/dup3.c: Define hidden symbol.
53925         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
53927         [BZ #7101]
53928         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
53929         when an incomplete long option is used.
53930         * posix/tst-getopt_long1.c: New file.
53931         * posix/Makefile (tests): Add tst-getopt_long1.
53933         [BZ #10138]
53934         * scripts/config.guess: Update from autoconf-2.68.
53935         * scripts/config.sub: Likewise.
53937         [BZ #10157]
53938         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
53939         tests into ...
53940         (has_cpuclock): ...this.  New function.
53941         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
53942         macro here based on has_cpuclock code.
53944         [BZ #10149]
53945         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53946         First byte (not low byte) is now always NUL.
53947         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
53949         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53950         Use non-cancelable interfaces.
53952         [BZ #9809]
53953         * locale/iso-639.def: Add entry for Sorani.
53955         [BZ #11901]
53956         * include/stdlib.h: Move include protection to the right place.
53957         Define abort_msg_s.  Declare __abort_msg with it.
53958         * stdlib/abort.c (__abort_msg): Adjust type.
53959         * assert/assert.c (__assert_fail_base): New function.  Majority
53960         of code from __assert_fail.  Allocate memory for __abort_msg with
53961         mmap.
53962         (__assert_fail): Now call __assert_fail_base.
53963         * assert/assert-perr.c: Remove bulk of implementation.  Use
53964         __assert_fail_base.
53965         * include/assert.hL Declare __assert_fail_base.
53966         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
53967         mmap.
53968         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
53970 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
53972         [BZ #11952]
53973         [BZ #12453]
53974         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
53975         until all modules are registered in the DTV.
53976         * elf/Makefile: Add rules to build and run tst-tls19.
53977         * elf/tst-tls19.c: New file.
53978         * elf/tst-tls19mod1.c: New file.
53979         * elf/tst-tls19mod2.c: New file.
53980         * elf/tst-tls19mod3.c: New file.
53981         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
53983         [BZ #12083]
53984         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
53985         correctly.
53987         [BZ #12601]
53988         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
53989         two-byte sequence errors.
53990         * iconvdata/Makefile (tests): Add bug-iconv8.
53991         * iconvdata/bug-iconv8.c: New file.
53993         [BZ #12626]
53994         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
53995         buf2 definition.
53997         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
53999         [BZ #12432]
54000         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
54001         (dummy_getcfa): New function.
54002         (init): Get _Unwind_GetCFA address, use dummy if not found.
54003         (backtrace_helper): In recursion check, also check whether CFA changes.
54004         (__backtrace): Completely initialize arg.
54006         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
54007         storing incomplete byte sequence in state object.  Avoid testing for
54008         guaranteed too small input if we know there is enough data available.
54010 2011-05-11  Andreas Schwab  <schwab@redhat.com>
54012         * Makeconfig (+link-pie): Indent.
54013         * Rules (binaries-pie): Define if $(have-fpie) and
54014         $(build-shared).
54015         (binaries-shared): Also filter out $(binaries-pie).
54016         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
54017         * nscd/Makefile (others-pie): Add nscd.
54018         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
54019         ($(objpfx)nscd): Remove command override.
54020         * login/Makefile (others-pie): Add pt_chown.
54021         ($(objpfx)pt_chown): Remove command override.
54022         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
54023         remove command overrides.
54025 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
54027         * libio/tst_putwc.c: Fix error messages.
54029         [BZ #12724]
54030         * libio/fileops.c (_IO_new_file_close_it): Always flush when
54031         currently writing and seek to current position when not.
54032         * libio/Makefile (tests): Add bug-fclose1.
54033         * libio/bug-fclose1.c: New file.
54035 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
54037         [BZ #12511]
54038         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
54039         don't set DF_1_NODELETE here.
54040         (do_lookup_x): When entering new entry test for copy relocation
54041         and if necessary set DF_1_NODELETE flag.
54042         * elf/tst-unique4.cc: New file.
54043         * elf/tst-unique4.h: New file.
54044         * elf/tst-unique4lib.cc: New file.
54045         * elf/Makefile: Add rules to build and run tst-unique4.
54046         Patch by Piotr Bury <pbury@goahead.com>.
54048 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
54050         [BZ #12052]
54051         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
54053         [BZ #12625]
54054         * misc/mntent_r.c (addmntent): Flush the stream after the output
54056         [BZ #12393]
54057         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
54058         (is_trusted_path_normalize): Skip initial colon.  Append slash
54059         to empty buffer.  Duplicate is_trusted_path code but allow
54060         constructed patch to be prefix.
54061         (is_dst): Allow $ORIGIN followed by /.
54062         (_dl_dst_substitute): Correct clearing of check_for_trusted.
54063         Correct testing of result of is_trusted_path_normalize
54064         (decompose_rpath): Fix warning.
54066 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
54068         [BZ #11257]
54069         * grp/initgroups.c (internal_getgrouplist): When we found the service
54070         list through the initgroups entry in nsswitch.conf do not always
54071         continue on a successful lookup.  Don't always use the
54072         __nss_group_database value if it is set.
54073         * nss/nsswitch.conf (initgroups): Change action for successful db
54074         lookup to continue for compatibility.
54076 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
54078         [BZ #11532]
54079         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
54080         and CP774 modules.
54081         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
54082         and CP774 modules.
54083         * iconvdata/tst-tables.sh: Likewise.
54084         * iconvdata/cp770.c: New file.
54085         * iconvdata/cp771.c: New file.
54086         * iconvdata/cp772.c: New file.
54087         * iconvdata/cp773.c: New file.
54088         * iconvdata/cp774.c: New file.
54089         * iconvdata/testdata/CP770: New file.
54090         * iconvdata/testdata/CP770..UTF8: New file.
54091         * iconvdata/testdata/CP771: New file.
54092         * iconvdata/testdata/CP771..UTF8: New file.
54093         * iconvdata/testdata/CP772: New file.
54094         * iconvdata/testdata/CP772..UTF8: New file.
54095         * iconvdata/testdata/CP773: New file.
54096         * iconvdata/testdata/CP773..UTF8: New file.
54097         * iconvdata/testdata/CP774: New file.
54098         * iconvdata/testdata/CP774..UTF8: New file.
54100         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
54101         END CHARMAP line.
54102         * iconvdata/gen-8bit-gap.sh: Likewise.
54103         * iconvdata/gen-8bit.sh: Likewise.
54105         * locale/iso-639.def: Add ary entry.
54107         [BZ #11258]
54108         * locale/C-translit.h.in: Add U20A1 transliteration.
54110         [BZ #12178]
54111         * locale/iso-639.def: Add wae entry.
54112         Patch by Kevin Bortis <bortis@translate-wae.ch>.
54114         [BZ #12545]
54115         * locale/programs/localedef.c (construct_output_path): Use ssize_t
54116         for n.
54118         [BZ #12711]
54119         * locale/C-translit.h.in: Add entry for U20B9.
54120         Patch by pravin.d.s@gmail.com.
54122 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
54124         [BZ #12713]
54125         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
54126         ENAMETOOLONG use generic getcwd.
54127         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
54128         in rtld.  Use *stat64.
54129         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
54130         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
54131         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
54132         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
54133         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
54134         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
54135         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
54136         __fstatat64 macros.
54137         * include/dirent.h: Add libc_hidden_proto for rewinddir.
54138         * dirent/rewinddir.c: Add libc_hidden_def.
54139         * sysdeps/mach/hurd/rewinddir.c: Likewise.
54140         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
54142         * include/dirent.h (__alloc_dir): Add flags parameter.
54143         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
54144         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
54145         __alloc_dir.
54146         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
54147         from fdopendir if O_CLOEXEC is already set.
54149 2011-03-15  Alan Modra  <amodra@gmail.com>
54151         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
54152         l_tls_firstbyte_offset non-zero.  Save padding offset in
54153         l_tls_firstbyte_offset for later use.
54154         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
54155         freeing static tls block.
54157 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
54159         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
54160         where #ifdef was intended.  The intent is to prevent ARG_MAX from
54161         being defined by the kernel headers.
54163 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
54165         [BZ #12734]
54166         * resolv/resolv.h: Define RES_NOTLDQUERY.
54167         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
54168         no-tld-query and set RES_NOTLDQUERY.
54169         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
54170         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
54171         modern BIND to search name as TLD unless forbidden.
54173 2011-05-07  Petr Baudis  <pasky@suse.cz>
54174             Ulrich Drepper  <drepper@gmail.com>
54176         [BZ #12393]
54177         * elf/dl-load.c (fillin_rpath): Move trusted path check...
54178         (is_trusted_path): ...to here.
54179         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
54180         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
54181         using is_trusted_path_normalize() in setuid scripts.
54183 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
54185         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
54186         __BEGIN/__END_DECLS.
54188 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
54190         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
54191         NSS_STATUS_NOTFOUND if no record was found.
54193 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54195         * sunrpc/Makefile (headers): Add rpc/netdb.h.
54196         (headers-not-in-tirpc): Remove rpc/netdb.h
54197         * resolv/netdb.h: Revert last change.
54199 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
54201         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
54202         circular dependency between libgcc.a and libc.a.
54204 2011-05-05  Andreas Schwab  <schwab@redhat.com>
54206         * resolv/netdb.h: Don't include <rpc/netdb.h>.
54207         * nis/Makefile: Don't install rpcsvc/*.
54208         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
54209         instead of <rpc/types.h>.
54210         (MAXHOSTNAMELEN): Define.
54212 2011-05-03  Andreas Schwab  <schwab@redhat.com>
54214         * elf/ldconfig.c (add_dir): Don't crash on empty path.
54216 2011-04-28  Maciej Babinski  <mbabinski@google.com>
54218         [BZ #12714]
54219         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
54220         gethostbyname4_r when IPv6 results are possible.
54222 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
54224         [BZ #12723]
54225         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
54226         _PC_PIPE_BUF handling.
54228 2011-04-30  Bruno Haible  <bruno@clisp.org>
54230         [BZ #12717]
54231         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
54232         * resolv/netdb.h (getnameinfo): Change type of flags parameter
54233         to 'int'.
54234         * inet/getnameinfo.c (getnameinfo): Likewise.
54236 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
54238         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
54239         to groups setting in database lookup.
54240         * nss/nsswitch.conf: Add initgroups entry.
54242 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
54244         [BZ #12685]
54245         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
54246         mode string.
54247         Patch by Eric Blake <eblake@redhat.com>.
54249 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
54251         * sunrpc/Makefile (need-export-routines): Add svc_run.
54252         (routines): Remove svc_run.
54253         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
54254         * sunrpc/clnt_perr.c (clnt_perrno): Export.
54255         * sunrpc/svc_run.c (svc_run): Likewise.
54256         * sunrpc/svc_udp.c (svcudp_create): Likewise.
54258 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
54260         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
54261         problem in reallocation in last patch.
54263 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
54265         * sunrpc/Makefile: Move inclusion of Rules.
54267 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54269         * nss/nss_files/files-initgroups.c: New file.
54270         * nss/Makefile (libnss_files-routines): Add files-initgroups.
54271         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
54272         _nss_files_initgroups_dyn.
54274 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
54276         * elf/elf.h (R_ARM_IRELATIVE): Define.
54278 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
54280         * po/ru.po: Update from translation team.
54282 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54284         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
54285         dependencies.
54287 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
54289         [BZ #12653]
54290         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
54291         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
54292         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
54293         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
54294         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
54296 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
54298         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
54299         differing bytes.
54300         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
54301         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
54302         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54304 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
54306         [BZ #12420]
54307         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
54308         storing it.
54309         * stdlib/bug-getcontext.c: New file.
54310         * stdlib/Makefile: Add rules to build and run bug-getcontext.
54312 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54314         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
54315         instructions into .machine "z9-109".
54316         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
54317         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
54319 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54321         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
54322         between environment variables and auxiliary vector.
54324 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
54326         * Makefile: Add rules to build linkobj/libc.so.
54327         * include/libc-symbols.h: Define libc_hidden_nolink.
54328         * include/rpc/auth.h: Mark functions which are to be hidden.
54329         * include/rpc/auth_des.h: Likewise.
54330         * include/rpc/auth_unix.h: Likewise.
54331         * include/rpc/clnt.h: Likewise.
54332         * include/rpc/des_crypt.h: Likewise.
54333         * include/rpc/key_prot.h: Likewise.
54334         * include/rpc/pmap_clnt.h: Likewise.
54335         * include/rpc/pmap_prot.h: Likewise.
54336         * include/rpc/pmap_rmt.h: Likewise.
54337         * include/rpc/rpc_msg.h: Likewise.
54338         * include/rpc/svc.h: Likewise.
54339         * include/rpc/svc_auth.h: Likewise.
54340         * include/rpc/xdr.h: Likewise.
54341         * nis/Makefile: Link all DSOs against linkobj/libc.so.
54342         * nss/Makefile: Likewise.
54343         * sunrpc/Makefile: Don't install headers.  Build library with normal
54344         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
54345         * sunrpc/auth_des.c: Hide exported symbols by default, export some
54346         for the compat linking library.  Remove use of INTDEF/INTUSE.
54347         * sunrpc/auth_none.c: Likewise.
54348         * sunrpc/auth_unix.c: Likewise.
54349         * sunrpc/authdes_prot.c: Likewise.
54350         * sunrpc/authuxprot.c: Likewise.
54351         * sunrpc/clnt_gen.c: Likewise.
54352         * sunrpc/clnt_perr.c: Likewise.
54353         * sunrpc/clnt_raw.c: Likewise.
54354         * sunrpc/clnt_simp.c: Likewise.
54355         * sunrpc/clnt_tcp.c: Likewise.
54356         * sunrpc/clnt_udp.c: Likewise.
54357         * sunrpc/clnt_unix.c: Likewise.
54358         * sunrpc/des_crypt.c: Likewise.
54359         * sunrpc/des_soft.c: Likewise.
54360         * sunrpc/get_myaddr.c: Likewise.
54361         * sunrpc/key_call.c: Likewise.
54362         * sunrpc/key_prot.c: Likewise.
54363         * sunrpc/netname.c: Likewise.
54364         * sunrpc/pm_getmaps.c: Likewise.
54365         * sunrpc/pm_getport.c: Likewise.
54366         * sunrpc/pmap_clnt.c: Likewise.
54367         * sunrpc/pmap_prot.c: Likewise.
54368         * sunrpc/pmap_prot2.c: Likewise.
54369         * sunrpc/pmap_rmt.c: Likewise.
54370         * sunrpc/publickey.c: Likewise.
54371         * sunrpc/rpc_cmsg.c: Likewise.
54372         * sunrpc/rpc_common.c: Likewise.
54373         * sunrpc/rpc_dtable.c: Likewise.
54374         * sunrpc/rpc_prot.c: Likewise.
54375         * sunrpc/rpc_thread.c: Likewise.
54376         * sunrpc/rtime.c: Likewise.
54377         * sunrpc/svc.c: Likewise.
54378         * sunrpc/svc_auth.c: Likewise.
54379         * sunrpc/svc_authux.c: Likewise.
54380         * sunrpc/svc_raw.c: Likewise.
54381         * sunrpc/svc_run.c: Likewise.
54382         * sunrpc/svc_simple.c: Likewise.
54383         * sunrpc/svc_tcp.c: Likewise.
54384         * sunrpc/svc_udp.c: Likewise.
54385         * sunrpc/svc_unix.c: Likewise.
54386         * sunrpc/svcauth_des.c: Likewise.
54387         * sunrpc/xcrypt.c: Likewise.
54388         * sunrpc/xdr.c: Likewise.
54389         * sunrpc/xdr_array.c: Likewise.
54390         * sunrpc/xdr_float.c: Likewise.
54391         * sunrpc/xdr_intXX_t.c: Likewise.
54392         * sunrpc/xdr_mem.c: Likewise.
54393         * sunrpc/xdr_rec.c: Likewise.
54394         * sunrpc/xdr_ref.c: Likewise.
54395         * sunrpc/xdr_sizeof.c: Likewise.
54396         * sunrpc/xdr_stdio.c: Likewise.
54398 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
54400         [BZ #12650]
54401         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
54402         * sysdeps/ia64/dl-tls.h: Likewise.
54403         * sysdeps/powerpc/dl-tls.h: Likewise.
54404         * sysdeps/s390/dl-tls.h: Likewise.
54405         * sysdeps/sh/dl-tls.h: Likewise.
54406         * sysdeps/sparc/dl-tls.h: Likewise.
54407         * sysdeps/x86_64/dl-tls.h: Likewise.
54408         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
54410 2011-03-14  Andreas Schwab  <schwab@redhat.com>
54412         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
54413         rpath element also skip the following colon.
54414         (expand_dynamic_string_token): Add is_path parameter and pass
54415         down to DL_DST_REQUIRED and _dl_dst_substitute.
54416         (decompose_rpath): Call expand_dynamic_string_token with
54417         non-zero is_path.  Ignore empty rpaths.
54418         (_dl_map_object_from_fd): Call expand_dynamic_string_token
54419         with zero is_path.
54421 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
54423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
54424         Make cancelable.
54426 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
54428         [BZ #12655]
54429         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
54430         Patch by Filipe David Manana <fdmanana@apache.org>.
54432 2011-04-07  Andreas Schwab  <schwab@redhat.com>
54434         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
54435         Maintain aligned stack.
54436         (CHECK_RSP): Remove unused macro.
54438 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
54440         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
54441         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54443 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
54445         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
54447         * include/features.h: Mention __USE_XOPEN2K8 in comment.
54449 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
54451         [BZ #12518]
54452         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
54453         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
54454         * sysdeps/x86_64/memmove.c: New file.
54455         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
54456         (memcpy): Renamed to ...
54457         (__new_memcpy): This.
54458         (memcpy): Provide GLIBC_2_14 memcpy.
54459         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
54460         (memcpy): Provide GLIBC_2_2_5 memcpy.
54462 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54464         [BZ #12631]
54465         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
54467 2011-03-30  Andreas Schwab  <schwab@redhat.com>
54469         * misc/syncfs.c: New file.
54470         * misc/Makefile (routines): Add syncfs.
54471         * posix/unistd.h: Declare syncfs.
54472         * sysdeps/unix/syscalls.list: Add syncfs.
54474 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54476         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
54477         open_by_handle_at.
54478         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54479         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54480         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54481         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54482         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54483         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
54484         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54486 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54488         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
54489         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54490         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
54491         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54492         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54493         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54494         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54496         * io/Makefile: Compile fallocate.c, fallocate64.c, and
54497         sync_file_range.c with -fexceptions.
54498         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
54499         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
54500         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
54501         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
54502         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
54503         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
54504         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
54505         sync_file_range as cancellation point
54506         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
54507         now a wrapper around __call_sync_file_range with cancellation handling.
54508         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
54509         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
54510         function name to __call_sync_file_range.
54511         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
54512         Add call_sync_file_range.
54514 2011-04-01  Andreas Schwab  <schwab@redhat.com>
54516         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54517         bits/timex.h.
54519 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
54521         * iconv/iconv.h: Fix typo in comment.
54522         * io/fcntl.h: Likewise.
54523         * libio/stdio.h: Likewise.
54524         * posix/spawn.h: Likewise.
54525         * posix/unistd.h: Likewise.
54526         * stdlib/stdlib.h: Likewise.
54527         * time/time.h: Likewise.
54528         * wcsmbs/wchar.h: Likewise.
54530         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
54531         open_by_handle): Add.
54532         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
54533         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
54534         Augment a few comments.
54535         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
54536         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54537         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54538         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54539         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54540         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
54541         open_by_handle.
54543         * io/fcntl.h (AT_EMPTY_PATH): Define.
54545 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
54547         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
54548         * sysdeps/unix/sysv/linux/bits/time.h: New file.
54549         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
54550         to...
54551         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
54552         * Versions.def: Add GLIBC_2.14.
54553         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
54554         Export.
54556 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
54558         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
54559         round counter.
54560         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54562 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
54564         [BZ #12597]
54565         * string/test-strncmp.c (do_page_test): New function.
54566         (check2): Likewise.
54567         (test_main): Call check2.
54568         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
54570 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
54572         [BZ #12587]
54573         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
54574         Handle cache information in CPU leaf 4.
54575         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
54577 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
54579         [BZ #12583]
54580         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
54581         character representation.
54582         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
54584 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
54586         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
54587         END(__isnan) to END(__isnanf) to match function entry point/label
54588         EALIGN(__isnanf,...).
54590 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
54592         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
54594 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
54596         [BZ #12510]
54597         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
54598         copy from the symbol referenced in the relocation to initialize the
54599         used variable.
54600         Patch by Piotr Bury <pbury@goahead.com>.
54601         * elf/Makefile: Add rules to build and tst-unique3.
54602         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
54603         * elf/tst-unique3.cc: New file.
54604         * elf/tst-unique3.h: New file.
54605         * elf/tst-unique3lib.cc: New file.
54606         * elf/tst-unique3lib2.cc: New file.
54608         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
54610 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
54612         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
54613         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
54614         to _start.
54616 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
54618         * elf/dl-load.c (_dl_map_object): If we are looking for the first
54619         to-be-loaded object along a path to loader is ld.so.
54621 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54622             Ulrich Drepper  <drepper@gmail.com>
54624         * sysdeps/x86_64/memset.S: After aligning destination, code
54625         branches to different locations depending on the value of
54626         misalignment, when multiarch is enabled. Fix this.
54628 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
54630         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
54631         Set _x86_64_preferred_memory_instruction for AMD processsors.
54632         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54633         Set bit_Prefer_SSE_for_memop for AMD processors.
54635 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
54637         * libio/fmemopen.c (fmemopen): Optimize a bit.
54639 2011-03-03  Andreas Schwab  <schwab@redhat.com>
54641         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
54643 2011-03-03  Roland McGrath  <roland@redhat.com>
54645         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
54647 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
54649         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
54650         __bzero_ultra1 instead of __memset_ultra1.
54652 2011-02-23  Andreas Schwab  <schwab@redhat.com>
54653             Ulrich Drepper  <drepper@gmail.com>
54655         [BZ #12509]
54656         * include/link.h (struct link_map): Add l_orig_initfini.
54657         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
54658         returning unsuccessfully.
54659         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
54660         close of a file loaded at startup, restore the original l_initfini
54661         list.
54662         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
54663         list, store the pointer.
54664         * elf/Makefile ($(objpfx)noload-mem): New rule.
54665         (noload-ENV): Define.
54666         (tests): Add $(objpfx)noload-mem.
54667         * elf/noload.c: Include <memcheck.h>.
54668         (main): Call mtrace.  Close all opened handles.
54670 2011-02-17  Andreas Schwab  <schwab@redhat.com>
54672         [BZ #12454]
54673         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
54674         dependencies are missing.
54676 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54678         Fix __if_freereq crash: Unlike the generic version which uses free,
54679         Hurd needs munmap.
54680         * sysdeps/mach/hurd/ifreq.h: New file.
54682 2011-01-27  Petr Baudis  <pasky@suse.cz>
54683             Ulrich Drepper  <drepper@gmail.com>
54685         [BZ 12445]#
54686         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
54687         to extend_alloca().
54688         * stdio-common/bug23.c: New file.
54689         * stdio-common/Makefile (tests): Add bug23.
54691 2010-09-28  Andreas Schwab  <schwab@redhat.com>
54692             Ulrich Drepper  <drepper@gmail.com>
54694         [BZ #12489]
54695         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
54696         before performing relro protection.  At old place add assertion
54697         to make sure nothing changed.
54699 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
54700             Glauber de Oliveira Costa  <glommer@gmail.com>
54702         * elf/elf.h: Add new ARM TLS relocs.
54704 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
54706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
54707         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
54708         cast from r3.
54709         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
54710         'tests' variable.
54711         * sysdeps/wordsize-64/tst-writev.c: New file.
54713 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
54715         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
54716         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
54717         insns in _dl_start to prevent a TOC reference before relocs are
54718         resolved.
54720 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
54722         [BZ #12469]
54723         * Makeconfig: Remove RANLIB definition.
54724         * Makerules: Don't use RANLIB.
54725         * aclocal.m4: Remove ranlib test.
54726         * configure.in: No need to check for ranlib.
54727         * elf/rtld-Rules: Don't use RANLIB.
54729 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54731         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
54732         protection macro.
54733         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
54734         inclusion protection macro.
54736         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
54737         SIGRTMIN and SIGRTMAX and print information in that case only when
54738         SIGRTMIN is defined.
54740 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
54742         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
54743         arginfo fn returning -1.
54745         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
54746         and thousands string is zero terminated.
54748 2011-02-03  Andreas Schwab  <schwab@redhat.com>
54750         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
54751         sysdeps/unix/sysv/linux/bits/socket.h.
54753 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54755         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
54756         (__CPU_COUNT): Remove old macros.
54757         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
54758         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
54759         (__CPU_ALLOC, __CPU_FREE): Add macros.
54760         (__sched_cpualloc, __sched_cpufree): Add declarations.
54762 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
54764         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
54765         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
54766         * nscd/aicache.c (addhstaiX): Return timeout of added value.
54767         (readdhstai): Return value of addhstaiX call.
54768         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
54769         (addgrbyX): Return value returned by cache_addgr.
54770         (readdgrbyname): Return value returned by addgrbyX.
54771         (readdgrbygid): Likewise.
54772         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
54773         (addpwbyX): Return value returned by cache_addpw.
54774         (readdpwbyname): Return value returned by addhstbyX.
54775         (readdpwbyuid): Likewise.
54776         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
54777         (addservbyX): Return value returned by cache_addserv.
54778         (readdservbyname): Return value returned by addservbyX:
54779         (readdservbyport): Likewise.
54780         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
54781         (addhstbyX): Return value returned by cache_addhst.
54782         (readdhstbyname): Return value returned by addhstbyX.
54783         (readdhstbyaddr): Likewise.
54784         (readdhstbynamev6): Likewise.
54785         (readdhstbyaddrv6): Likewise.
54786         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
54787         (readdinitgroups): Return value returned by addinitgroupsX.
54788         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
54789         (prune_cache): Keep track of timeout value of re-added entries.
54790         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
54791         * nscd/nscd.h: Adjust prototypes of readd* functions.
54793 2011-02-04  Roland McGrath  <roland@redhat.com>
54795         * nis/nis_server.c (nis_servstate): Use the right name for 0.
54796         (nis_stats): Likewise.
54797         * nis/nis_modify.c (nis_modify): Likewise.
54798         * nis/nis_remove.c (nis_remove): Likewise.
54799         * nis/nis_add.c (nis_add): Likewise.
54801         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
54803         * posix/fnmatch_loop.c: Add some consts.
54805         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
54807 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
54809         [BZ #12460]
54810         * config.make.in (config-cflags-novzeroupper): Define.
54811         * configure.in: Substitute libc_cv_cc_novzeroupper.
54812         * elf/Makefile (AVX-CFLAGS): Define.
54813         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
54814         (CFLAGS-tst-auditmod4a.c): Likewise.
54815         (CFLAGS-tst-auditmod4b.c): Likewise.
54816         (CFLAGS-tst-auditmod6b.c): Likewise.
54817         (CFLAGS-tst-auditmod6c.c): Likewise.
54818         (CFLAGS-tst-auditmod7b.c): Likewise.
54819         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
54821 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
54823         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
54824         function to the callback.
54825         Patch partly by Jiri Olsa <jolsa@redhat.com>.
54827 2011-02-02  Andreas Schwab  <schwab@redhat.com>
54829         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
54830         of errno.
54832 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
54834         [BZ #11724]
54835         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
54836         of constructors.
54837         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
54838         of destructors.
54839         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
54841         [BZ #11724]
54842         * elf/Makefile: Add rules to build and run new test.
54843         * elf/tst-initorder.c: New file.
54844         * elf/tst-initorder.exp: New file.
54845         * elf/tst-initordera1.c: New file.
54846         * elf/tst-initordera2.c: New file.
54847         * elf/tst-initordera3.c: New file.
54848         * elf/tst-initordera4.c: New file.
54849         * elf/tst-initorderb1.c: New file.
54850         * elf/tst-initorderb2.c: New file.
54851         * elf/tst-order-a1.c: New file.
54852         * elf/tst-order-a2.c: New file.
54853         * elf/tst-order-a3.c: New file.
54854         * elf/tst-order-a4.c: New file.
54855         * elf/tst-order-b1.c: New file.
54856         * elf/tst-order-b2.c: New file.
54857         * elf/tst-order-main.c: New file.
54858         New test case by George Gensure <werkt0@gmail.com>.
54860 2010-10-01  Andreas Schwab  <schwab@redhat.com>
54862         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54863         decoding ACE if AI_CANONIDN.
54865 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
54867         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
54869 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
54871         * version.h (RELEASE): Bump for 2.13 release.
54872         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
54874         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
54876         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
54877         MADV_NOHUGEPAGE.
54878         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
54879         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
54880         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
54881         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
54882         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
54883         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
54885         * posix/getconf.c: Update copyright year.
54886         * catgets/gencat.c: Likewise.
54887         * csu/version.c: Likewise.
54888         * debug/catchsegv.sh: Likewise.
54889         * debug/xtrace.sh: Likewise.
54890         * elf/ldconfig.c: Likewise.
54891         * elf/ldd.bash.in: Likewise.
54892         * elf/sprof.c (print_version): Likewise.
54893         * iconv/iconv_prog.c: Likewise.
54894         * iconv/iconvconfig.c: Likewise.
54895         * locale/programs/locale.c: Likewise.
54896         * locale/programs/localedef.c: Likewise.
54897         * malloc/memusage.sh: Likewise.
54898         * malloc/mtrace.pl: Likewise.
54899         * nscd/nscd.c (print_version): Likewise.
54900         * nss/getent.c: Likewise.
54902         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
54903         PF_CAIF, and PF_ALG.
54904         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54906 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
54908         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
54909         (modules-names): Use them.
54910         (ifunc-test-modules, ifunc-pie-tests): Define.
54911         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
54912         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
54913         (test-extras): Likewise.
54914         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
54915         $(compile-command.c).
54916         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
54917         (all-built-dso): Define.
54918         (check-textrel.out, check-execstack.out): Depend on it.
54920         * configure.in: Don't override --enable-multi-arch.
54922 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
54924         [BZ #6812]
54925         * nscd/hstcache.c (tryagain): Define.
54926         (cache_addhst): Return tryagain not notfound for temporary errors.
54927         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
54928         failed.
54930 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
54932         [BZ #10563]
54933         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
54934         to make the syscall.
54935         * sysdeps/unix/sysv/linux/setgroups.c: New file.
54937         [BZ #12378]
54938         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
54939         and fall back to matching as normal character if the string ends before
54940         the matching ']' is found.  This is what POSIX requires.
54941         * posix/testfnm.c: Adjust test result.
54942         * posix/globtest.sh: Adjust test result.  Add new test.
54943         * posix/tst-fnmatch.input: Likewise.
54944         * posix/tst-fnmatch2.c: Add new test.
54946 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
54948         * elf/Makefile (check-execstack): Revert last change.  Depend on
54949         check-execstack.h.
54950         (check-execstack.h): New target.
54951         (generated): Add check-execstack.h.
54952         * elf/check-execstack.c: Include "check-execstack.h".
54953         (main): Revert last change.
54954         (handle_file): Return zero if GNU_STACK is absent and
54955         DEFAULT_STACK_PERMS doesn't include PF_X.
54957 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
54959         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
54960         in child fails because the descriptor is already closed.
54961         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
54962         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
54963         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
54965         [BZ #12397]
54966         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
54967         syscall.
54969         [BZ #10484]
54970         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
54971         temporary buffer used to handle multi lookups locally.
54972         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
54974 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54976         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
54977         loader is ld.so.
54979 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
54981         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
54982         alignment for SSE2.
54984 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
54986         [BZ #12394]
54987         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
54988         characters.  When rounding increased number of integer digits recompute
54989         number of groups.
54990         * stdio-common/tst-grouping.c: New file.
54991         * stdio-common/Makefile: Add rules to build and run tst-grouping.
54993 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
54995         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
54996         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
54998         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
54999         void.
55000         * bits/select.h: Likewise.
55002 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
55004         * po/ja.po: Update from translation team.
55006 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
55008         [BZ #11155]
55009         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
55010         implementation just like for lxstat, fxstatat, et al.
55012 2010-12-27  Jim Meyering  <meyering@redhat.com>
55014         [BZ #12348]
55015         * posix/regexec.c (build_trtable): Return failure indication upon
55016         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
55018 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
55020         [BZ #12201]
55021         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
55022         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
55023         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
55024         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
55026         [BZ #12207]
55027         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
55029         [BZ #12204]
55030         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
55031         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
55033 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
55035         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
55036         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
55037         script has SORT_BY_INIT_PRIORITY.
55038         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
55039         NO_CTORS_DTORS_SECTIONS is defined.
55040         * elf/soinit.c: Likewise.
55041         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
55042         NO_CTORS_DTORS_SECTIONS is defined.
55043         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
55044         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
55045         * sysdeps/sh/init-first.c: Likewise.
55046         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
55048 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
55050         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
55051         always use the slow path.
55053 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
55055         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
55056         similar rule which adds the sysdep directories to the header search in
55057         order to pick up the correct platform stackinfo.h.
55058         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
55059         perform test if it is, otherwise return successfully without testing.
55060         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
55061         DEFAULT_STACK_PERMS define in stackinfo.h.
55062         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
55063         defined in stackinfo.h.
55064         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
55065         DEFAULT_STACK_PERMS defined in stackinfo.h.
55066         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
55067         * sysdeps/ia64/stackinfo.h: Likewise.
55068         * sysdeps/s390/stackinfo.h: Likewise.
55069         * sysdeps/sh/stackinfo.h: Likewise.
55070         * sysdeps/sparc/stackinfo.h: Likewise.
55071         * sysdeps/x86_64/stackinfo.h: Likewise.
55072         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
55073         PF_X for powerpc64.  Retain PF_X for powerpc32.
55075 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
55077         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
55078         accurately.
55079         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
55080         GETDENTS_64BIT_ALIGNED.
55082 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
55084         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
55086 2010-12-10  Andreas Schwab  <schwab@redhat.com>
55088         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
55089         _GNU_SOURCE.
55091         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
55092         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
55093         Remove __restrict.
55094         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
55095         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
55097 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
55099         [BZ #11655]
55100         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
55101         are initialized.
55103 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
55105         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
55107 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
55109         * po/it.po: Update from translation team.
55111 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
55113         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
55114         unused codes.
55116 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
55118         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
55120 2010-11-24  Andreas Schwab  <schwab@redhat.com>
55122         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
55123         specially.
55124         (gaih_getanswer_slice): Likewise.
55126 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
55128         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
55130 2010-05-31  Petr Baudis  <pasky@suse.cz>
55132         [BZ #11149]
55133         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
55134         silently even in the chroot mode.
55136 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
55138         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
55139         last patch a bit.  Pretty printing
55141 2010-05-31  Petr Baudis <pasky@suse.cz>
55143         [BZ #10085]
55144         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
55145         initialization of skip_initgroups_dyn.
55147 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
55149         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
55150         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55152 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
55154         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
55156 2010-11-11  Andreas Schwab  <schwab@redhat.com>
55158         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
55159         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
55160         (tst-fnmatch-ENV): Set MALLOC_TRACE.
55161         ($(objpfx)tst-fnmatch-mem): New rule.
55162         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
55163         * posix/tst-fnmatch.c (main): Call mtrace.
55165 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
55167         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55168         Support Intel processor model 6 and model 0x2c.
55170 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
55172         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
55173           signed comparison.
55175 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
55177         [BZ #12205]
55178         * string/test-strncasecmp.c (check_result): New function.
55179         (do_one_test): Use it.
55180         (check1): New function.
55181         (test_main): Use it.
55182         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
55183         Support strcasecmp and strncasecmp.
55185 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
55187         [BZ #12194]
55188         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
55189         * sysdeps/x86_64/bits/byteswap.h: Likewise.
55191 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
55193         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
55194         IFUNC support.
55195         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55196         memset-x86-64.
55197         * sysdeps/x86_64/multiarch/bzero.S: New file.
55198         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
55199         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
55200         * sysdeps/x86_64/multiarch/memset.S: New file.
55201         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
55202         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55203         Set bit_Prefer_SSE_for_memop for Intel processors.
55204         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
55205         Define.
55206         (index_Prefer_SSE_for_memop): Define.
55207         (HAS_PREFER_SSE_FOR_MEMOP): Define.
55209 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
55211         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
55212         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
55214 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
55216         [BZ #12191]
55217         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55218         (__x86_64_raw_data_cache_size_half): Likewise.
55219         (__x86_64_raw_shared_cache_size): Likewise.
55220         (__x86_64_raw_shared_cache_size_half): Likewise.
55222         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
55223         (__x86_64_raw_data_cache_size_half): Likewise.
55224         (__x86_64_raw_shared_cache_size): Likewise.
55225         (__x86_64_raw_shared_cache_size_half): Likewise.
55226         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
55227         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
55228         and __x86_64_raw_shared_cache_size_half.  Round
55229         __x86_64_data_cache_size_half, __x86_64_data_cache_size
55230         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
55231         to multiple of 256 bytes.
55233 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
55235         [BZ #12167]
55236         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
55237         of inacessible symlinks.  Verify result of symlink before returning it.
55238         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
55239         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
55241 2010-10-28  Erich Ritz  <erichritz@gmail.com>
55243         * math/math.h (isinf): Fix typo in comment.
55245 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
55247         * po/da.po: Update from translation team.
55249 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
55251         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
55252         is added to the list.
55254 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55255             Ulrich Drepper  <drepper@gmail.com>
55257         * elf/dl-object.c (_dl_new_object): Don't append the new object to
55258         the global list here.  Move code to...
55259         (_dl_add_to_namespace_list): ...here.  New function.
55260         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
55261         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
55262         * elf/dl-load.c (lose): Don't remove the element from the list.
55263         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
55264         (_dl_map_object): Likewise.
55266 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
55268         [BZ #12159]
55269         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
55270         into all bytes of SSE register.
55271         Patch by Richard Li <richardpku@gmail.com>.
55273 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
55275         [BZ #12140]
55276         * malloc/malloc.c (_int_free): Fill correct number of bytes when
55277         perturbing.
55279 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
55281         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
55282         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
55283         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
55284         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
55285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
55286         submachine.
55287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
55289 2010-10-22  Andreas Schwab  <schwab@redhat.com>
55291         * include/dlfcn.h (__RTLD_SECURE): Define.
55292         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
55293         mode & __RTLD_SECURE instead.
55294         (open_path): Rename preloaded parameter to secure.
55295         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
55296         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
55297         * elf/dl-deps.c (openaux): Likewise.
55298         * elf/rtld.c (struct map_args): Remove is_preloaded.
55299         (map_doit): Don't use it.
55300         (dl_main): Likewise.
55301         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
55302         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
55304 2010-09-09  Andreas Schwab  <schwab@redhat.com>
55306         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
55307         (sysd-rules-targets): Remove duplicates.
55308         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
55309         rtld-%.$o dependency.
55311 2010-10-18  Andreas Schwab  <schwab@redhat.com>
55313         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
55314         _dl_map_object do it.
55316 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
55318         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
55319         fast fma builtins, define the macros in the C99 standard.
55320         (FP_FAST_FMAF): Likewise.
55321         (FP_FAST_FMAL): Likewise.
55322         * sysdeps/x86_64/bits/mathdef.h: Likewise.
55324         * bits/mathdef.h: Update copyright year.
55325         * sysdeps/powerpc/bits/mathdef.h: Likewise.
55327 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
55329         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
55330         builtins, define the macros in the C99 standard.
55331         (FP_FAST_FMAF): Likewise.
55332         (FP_FAST_FMAL): Likewise.
55333         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
55334         multiply/add.
55335         (FP_FAST_FMAF): Likewise.
55337 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
55339         [BZ #3268]
55340         * math/libm-test.inc (fma_test): Some new testcases.
55341         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
55342         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
55343         y and infinite z.  Do multiplication by C already in long double.
55344         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
55345         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
55346         y and infinite z.  Do bitwise or of inexact bit into u.d.
55347         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
55348         * sysdeps/i386/fpu/s_fmaf.S: Removed.
55349         * sysdeps/i386/fpu/s_fma.S: Removed.
55350         * sysdeps/i386/fpu/s_fmal.S: Removed.
55352 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
55354         [BZ #3268]
55355         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
55356         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
55357         computation is not scheduled after fetestexcept.  Fix value
55358         of minimum denormal long double.
55360 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
55362         [BZ #3268]
55363         * math/libm-test.inc (fma_test): Add some more tests.
55364         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
55365         correctly.
55367 2010-10-15  Andreas Schwab  <schwab@redhat.com>
55369         * scripts/data/localplt-s390-linux-gnu.data: New file.
55370         * scripts/data/localplt-s390x-linux-gnu.data: New file.
55372 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
55374         [BZ #3268]
55375         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
55376         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
55377         instead of dbl-64.
55378         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
55379         inlines.
55380         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
55381         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
55382         if one of x and y is very large and the other is subnormal.
55383         * sysdeps/s390/fpu/s_fmaf.c: New file.
55384         * sysdeps/s390/fpu/s_fma.c: New file.
55385         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
55386         * sysdeps/powerpc/fpu/s_fma.S: New file.
55387         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
55388         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
55389         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
55391 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
55393         [BZ #3268]
55394         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
55395         fma tests.
55396         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
55397         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
55398         * sysdeps/i386/i686/multiarch/s_fma.c: Include
55399         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
55400         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
55401         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
55402         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
55404 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
55406         [BZ #12078]
55407         * posix/regcomp.c (parse_branch): One more memory leak plugged.
55408         * posix/bug-regex31.input: Add test case.
55410 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55412         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
55413         * posix/bug-regex31.input: New file.
55415         [BZ #12078]
55416         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
55417         (parse_sub_exp): Fix last change, use postorder.
55419         * posix/bug-regex31.c: New file.
55420         * posix/Makefile: Add rules to build and run bug-regex31.
55422         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
55424         [BZ #12078]
55425         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
55427         [BZ #12108]
55428         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
55429         to have entries in sys_siglist.
55431         [BZ #12093]
55432         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
55433         be NULL.
55435 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
55437         [BZ #3268]
55438         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
55439         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
55440         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
55441         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
55442         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
55443         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
55444         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
55445         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
55446         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
55447         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
55448         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
55449         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
55450         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
55451         * math/ftestexcept.c (fetestexcept): Likewise.
55452         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
55453         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
55454         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
55455         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
55456         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
55457         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
55458         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
55460 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
55462         [BZ #12107]
55463         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
55464         newline.
55466 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
55468         * string/bug-strstr1.c: New file.
55469         * string/Makefile: Add rules to build and run bug-strstr1.
55471 2010-10-05  Eric Blake  <eblake@redhat.com>
55473         [BZ #12092]
55474         * string/str-two-way.h (two_way_long_needle): Always clear memory
55475         when skipping input due to the shift table.
55477 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
55479         [BZ #12005]
55480         * malloc/mcheck.c: Handle large requests.
55482         [BZ #12077]
55483         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
55484         for strncmp and strncasecmp.
55485         * string/stratcliff.c: Add tests for strcmp and strncmp.
55486         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
55488 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
55490         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
55491         __set_fpscr.
55493 2010-09-30  Andreas Jaeger  <aj@suse.de>
55495         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
55496         (CGROUP_SUPER_MAGIC): Define.
55497         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55498         Handle btrfs and cgroup file systems.
55499         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
55500         Likewise.
55502 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
55504         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
55505         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
55507 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55509         [BZ #12067]
55510         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
55511         trying to locate the ELF header.
55513 2010-09-27  Andreas Schwab  <schwab@redhat.com>
55515         [BZ #11611]
55516         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
55517         Mask out sign-bit copies when constructing f_fsid.
55519 2010-09-24  Petr Baudis <pasky@suse.cz>
55521         * debug/stack_chk_fail_local.c: Add missing licence exception.
55522         * debug/warning-nop.c: Likewise.
55524 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
55526         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
55527         implementing getdents64 using getdents syscall, set d_type if
55528         __ASSUME_GETDENTS32_D_TYPE.
55530 2010-09-16  Andreas Schwab  <schwab@redhat.com>
55532         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
55533         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
55535 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
55537         [BZ #12037]
55538         * posix/unistd.h: Undo change of feature selection for ftruncate from
55539         2010-01-11.
55541 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
55543         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
55544         detection.
55546 2010-09-20  Andreas Schwab  <schwab@redhat.com>
55548         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
55549         fanotify_mark.
55550         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
55552 2010-09-14  Andreas Schwab  <schwab@redhat.com>
55554         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
55555         variables after CHECK_SP call.
55556         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
55558 2010-09-13  Andreas Schwab  <schwab@redhat.com>
55559             Ulrich Drepper  <drepper@redhat.com>
55561         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
55562         re-relocationg ld.so.
55563         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
55564         _dl_init_paths call.
55565         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
55566         here anymore.
55568 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
55570         * resolv/res_init.c (__res_vinit): Count the default server we added.
55572 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
55573             Ulrich Drepper  <drepper@redhat.com>
55575         [BZ #11968]
55576         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
55577         (____longjmp_chk): Use %ebx for saving value across system call.
55578         Add unwind info.
55580 2010-09-06  Andreas Schwab  <schwab@redhat.com>
55582         * manual/Makefile: Don't mix pattern rules with normal rules.
55584 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
55586         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
55587         operation.
55588         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
55589         * libio/iofopncook.c (_IO_cookie_init): Likewise.
55590         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
55591         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
55592         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
55593         Likewise.
55595 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
55597         [BZ #11979]
55598         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
55599         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
55601 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
55603         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
55604         * sysdeps/x86_64/addmul_1.S: Likewise.
55605         * sysdeps/x86_64/lshift.S: Likewise.
55606         * sysdeps/x86_64/mul_1.S: Likewise.
55607         * sysdeps/x86_64/rshift.S: Likewise.
55608         * sysdeps/x86_64/sub_n.S: Likewise.
55609         * sysdeps/x86_64/submul_1.S: Likewise.
55611 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55613         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
55614         Define __sched_param instead of SCHED_* and sched_param when
55615         <bits/sched.h> is included with __need_schedparam defined.
55616         * bits/sched.h [__need_schedparam]
55617         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
55618         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
55619         (__defined_schedparam): Define to 1.
55620         (__sched_param): New structure, identical to sched_param.
55621         (__need_schedparam): Undefine.
55623 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
55625         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
55626         (epoll_create1): Declare.
55628         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
55630 2010-08-31  Andreas Schwab  <schwab@redhat.com>
55632         [BZ #7066]
55633         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
55634         shifting retval into place.
55636 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
55638         * nis/rpcsvc/nis.h: Update copyright notice.
55639         * nis/rpcsvc/nis.x: Likewise.
55640         * nis/rpcsvc/nis_callback.h: Likewise.
55641         * nis/rpcsvc/nis_callback.x: Likewise.
55642         * nis/rpcsvc/nis_object.x: Likewise.
55643         * nis/rpcsvc/nis_tags.h: Likewise.
55644         * nis/rpcsvc/yp.h: Likewise.
55645         * nis/rpcsvc/yp.x: Likewise.
55646         * nis/rpcsvc/ypupd.h: Likewise.
55647         * nis/yp_xdr.c: Likewise.
55648         * nis/ypupdate_xdr.c: Likewise.
55650         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
55651         mainly the body of pmap_getport.  Add parameters to specify timeouts.
55652         (pmap_getport): Use __libc_rpc_getport.
55653         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
55654         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
55655         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
55657 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
55659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
55660         fanotify_mark.
55662 2010-08-27  Roland McGrath  <roland@redhat.com>
55664         * sysdeps/i386/i686/multiarch/Makefile
55665         (CFLAGS-varshift.c): New variable.
55667 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
55669         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
55670         * sysdeps/i386/i686/multiarch/varshift.c: New file.
55672         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
55674         * sysdeps/x86_64/strlen.S: Minimal code improvement.
55676 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
55678         * sysdeps/x86_64/strlen.S: Unroll the loop.
55679         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55680         strlen-sse2 strlen-sse2-bsf.
55681         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
55682         __strlen_no_bsf if bit_Slow_BSF is set.
55683         (__strlen_sse42): Removed.
55684         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
55685         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
55687 2010-08-25  Roland McGrath  <roland@redhat.com>
55689         * sysdeps/x86_64/multiarch/varshift.S: File removed.
55690         * sysdeps/x86_64/multiarch/varshift.c: New file.
55691         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
55692         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
55693         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
55694         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
55696 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
55698         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55699         strlen-sse2 strlen-sse2-bsf.
55700         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
55701         __strlen_sse2_bsf if bit_Slow_BSF is unset.
55702         (__strlen_sse2): Removed.
55703         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
55704         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
55705         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
55706         bit_Slow_BSF for Atom.
55707         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
55708         (index_Slow_BSF): Define.
55709         (HAS_SLOW_BSF): Define.
55711 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
55713         [BZ #10851]
55714         * resolv/res_init.c (__res_vinit): When no server address at all
55715         is given default to loopback.
55717 2010-08-24  Roland McGrath  <roland@redhat.com>
55719         * configure.in: Remove config-name.h generation.
55720         * configure: Regenerated.
55721         * config-name.in: File removed.
55722         * scripts/config-uname.sh: New file.
55723         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
55724         ($(objdir)config-name.h): New target.
55726         * sunrpc/rpc_parse.h: Avoid nested comment.
55728 2010-08-24  Richard Henderson  <rth@redhat.com>
55729             Ulrich Drepper  <drepper@redhat.com>
55730             H.J. Lu  <hongjiu.lu@intel.com>
55732         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
55733         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
55734         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
55735         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
55736         _mm_alignr_epi8 with _mm_loadu_si128.
55737         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
55738         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
55739         (__m128i_shift_right): Removed.
55740         * sysdeps/i386/i686/multiarch/varshift.h: New file.
55741         * sysdeps/i386/i686/multiarch/varshift.S: New file.
55742         * sysdeps/x86_64/multiarch/varshift.h: New file.
55743         * sysdeps/x86_64/multiarch/varshift.S: New file.
55745 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
55747         * configure.in: Move assembler checks to before sysdep dir checking.
55749 2010-08-20  Petr Baudis  <pasky@suse.cz>
55751         * LICENSES: Sync the sunrpc license.
55753 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
55755         * sunrpc/auth_des.c: Update copyright notice once again.
55756         * sunrpc/auth_none.c: Likewise.
55757         * sunrpc/auth_unix.c: Likewise.
55758         * sunrpc/authdes_prot.c: Likewise.
55759         * sunrpc/authuxprot.c: Likewise.
55760         * sunrpc/bindrsvprt.c: Likewise.
55761         * sunrpc/clnt_gen.c: Likewise.
55762         * sunrpc/clnt_perr.c: Likewise.
55763         * sunrpc/clnt_raw.c: Likewise.
55764         * sunrpc/clnt_simp.c: Likewise.
55765         * sunrpc/clnt_tcp.c: Likewise.
55766         * sunrpc/clnt_udp.c: Likewise.
55767         * sunrpc/clnt_unix.c: Likewise.
55768         * sunrpc/des_crypt.c: Likewise.
55769         * sunrpc/des_soft.c: Likewise.
55770         * sunrpc/get_myaddr.c: Likewise.
55771         * sunrpc/getrpcport.c: Likewise.
55772         * sunrpc/key_call.c: Likewise.
55773         * sunrpc/key_prot.c: Likewise.
55774         * sunrpc/openchild.c: Likewise.
55775         * sunrpc/pm_getmaps.c: Likewise.
55776         * sunrpc/pm_getport.c: Likewise.
55777         * sunrpc/pmap_clnt.c: Likewise.
55778         * sunrpc/pmap_prot.c: Likewise.
55779         * sunrpc/pmap_prot2.c: Likewise.
55780         * sunrpc/pmap_rmt.c: Likewise.
55781         * sunrpc/rpc/auth.h: Likewise.
55782         * sunrpc/rpc/auth_unix.h: Likewise.
55783         * sunrpc/rpc/clnt.h: Likewise.
55784         * sunrpc/rpc/des_crypt.h: Likewise.
55785         * sunrpc/rpc/key_prot.h: Likewise.
55786         * sunrpc/rpc/netdb.h: Likewise.
55787         * sunrpc/rpc/pmap_clnt.h: Likewise.
55788         * sunrpc/rpc/pmap_prot.h: Likewise.
55789         * sunrpc/rpc/pmap_rmt.h: Likewise.
55790         * sunrpc/rpc/rpc.h: Likewise.
55791         * sunrpc/rpc/rpc_des.h: Likewise.
55792         * sunrpc/rpc/rpc_msg.h: Likewise.
55793         * sunrpc/rpc/svc.h: Likewise.
55794         * sunrpc/rpc/svc_auth.h: Likewise.
55795         * sunrpc/rpc/types.h: Likewise.
55796         * sunrpc/rpc/xdr.h: Likewise.
55797         * sunrpc/rpc_clntout.c: Likewise.
55798         * sunrpc/rpc_cmsg.c: Likewise.
55799         * sunrpc/rpc_common.c: Likewise.
55800         * sunrpc/rpc_cout.c: Likewise.
55801         * sunrpc/rpc_dtable.c: Likewise.
55802         * sunrpc/rpc_hout.c: Likewise.
55803         * sunrpc/rpc_main.c: Likewise.
55804         * sunrpc/rpc_parse.c: Likewise.
55805         * sunrpc/rpc_parse.h: Likewise.
55806         * sunrpc/rpc_prot.c: Likewise.
55807         * sunrpc/rpc_sample.c: Likewise.
55808         * sunrpc/rpc_scan.c: Likewise.
55809         * sunrpc/rpc_scan.h: Likewise.
55810         * sunrpc/rpc_svcout.c: Likewise.
55811         * sunrpc/rpc_tblout.c: Likewise.
55812         * sunrpc/rpc_util.c: Likewise.
55813         * sunrpc/rpc_util.h: Likewise.
55814         * sunrpc/rpcinfo.c: Likewise.
55815         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
55816         * sunrpc/rpcsvc/key_prot.x: Likewise.
55817         * sunrpc/rpcsvc/klm_prot.x: Likewise.
55818         * sunrpc/rpcsvc/mount.x: Likewise.
55819         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
55820         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
55821         * sunrpc/rpcsvc/rex.x: Likewise.
55822         * sunrpc/rpcsvc/rstat.x: Likewise.
55823         * sunrpc/rpcsvc/rusers.x: Likewise.
55824         * sunrpc/rpcsvc/sm_inter.x: Likewise.
55825         * sunrpc/rpcsvc/spray.x: Likewise.
55826         * sunrpc/rpcsvc/yppasswd.x: Likewise.
55827         * sunrpc/rtime.c: Likewise.
55828         * sunrpc/svc.c: Likewise.
55829         * sunrpc/svc_auth.c: Likewise.
55830         * sunrpc/svc_authux.c: Likewise.
55831         * sunrpc/svc_raw.c: Likewise.
55832         * sunrpc/svc_run.c: Likewise.
55833         * sunrpc/svc_simple.c: Likewise.
55834         * sunrpc/svc_tcp.c: Likewise.
55835         * sunrpc/svc_udp.c: Likewise.
55836         * sunrpc/svc_unix.c: Likewise.
55837         * sunrpc/svcauth_des.c: Likewise.
55838         * sunrpc/xcrypt.c: Likewise.
55839         * sunrpc/xdr.c: Likewise.
55840         * sunrpc/xdr_array.c: Likewise.
55841         * sunrpc/xdr_float.c: Likewise.
55842         * sunrpc/xdr_mem.c: Likewise.
55843         * sunrpc/xdr_rec.c: Likewise.
55844         * sunrpc/xdr_ref.c: Likewise.
55845         * sunrpc/xdr_sizeof.c: Likewise.
55846         * sunrpc/xdr_stdio.c: Likewise.
55848         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
55849         handling.
55851 2010-08-19  Andreas Schwab  <schwab@redhat.com>
55853         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
55855 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
55857         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
55858         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
55859         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
55860         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
55861         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
55862         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
55863         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
55864         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
55865         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
55866         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
55867         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
55868         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
55869         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
55870         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
55872 2010-07-26  Anton Blanchard  <anton@samba.org>
55874         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
55875         * malloc/arena.c (heap_trim): Likewise.
55877 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
55879         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
55880         here.  Not...
55881         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
55882         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
55884 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
55886         * sysdeps/i386/elf/Makefile: New file.
55888 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55890         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
55891         from fanotify_init.
55892         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
55893         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
55895 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
55897         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
55898         of strncasecmp_l.
55899         * sysdeps/multiarch/strcmp.S: Likewise.
55901 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
55903         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
55904         strncase_l-nonascii.
55905         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
55906         Add strncase_l-ssse3.
55907         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
55908         * sysdeps/x86_64/strcmp.S: Likewise.
55909         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
55910         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
55911         * sysdeps/x86_64/strncase.S: New file.
55912         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
55913         * sysdeps/x86_64/strncase_l.S: New file.
55914         * string/Makefile (strop-tests): Add strncasecmp.
55915         * string/test-strncasecmp.c: New file.
55917         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
55918         warning.
55920         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
55921         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
55923 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
55925         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
55927 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
55929         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
55930         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
55931         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
55933 2010-05-01  Alan Modra  <amodra@gmail.com>
55935         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
55936         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
55937         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
55938         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
55939         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
55940         tidying.  Don't tail-call __sigjmp_save for static lib.
55941         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
55942         save location.
55943         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
55944         (CALL_MCOUNT): Add eh info, and nop after bl.
55945         (TAIL_CALL_SYSCALL_ERROR): New macro.
55946         (PSEUDO_RET): Use it.
55947         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
55948         Correct save location of integer regs and cr.
55949         (_dl_profile_resolve): Correct cr save location.  Delete nops
55950         after bl when SHARED.  Reduce cfi size a little by better
55951         placement of cfi directives.
55952         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
55953         make a stack frame.  Instead use parm save area as a temp.
55954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
55955         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
55956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
55957         Don't make a stack frame for parent, use parm save area.
55958         Increase child stack frame to 112 bytes.  Don't save unused reg,
55959         and adjust reg usage.  Set up cfi on error recovery and
55960         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
55961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
55962         (__makecontext): Add dummy nop after jump to exit.
55963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
55964         Use correct parm save area and cr save, reduce stack frame.
55965         Correct cfi for possible PSEUDO_RET frame setup.
55966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
55967         Branch to local label emitted by PSEUDO_RET rather than
55968         __syscall_error.
55970 2010-08-12  Andreas Schwab  <schwab@redhat.com>
55972         [BZ #11904]
55973         * locale/programs/locale.c (print_assignment): New function.
55974         (show_locale_vars): Use it.
55976 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
55978         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
55979         field.
55980         (struct statfs64): Likewise.
55981         (_STATFS_F_FLAGS): Define.
55982         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
55983         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55984         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
55985         (ST_VALID): Define locally.
55986         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
55987         __statvfs_getflags, use the provided value.
55988         * sysdeps/unix/sysv/linux/kernel-features.h: Define
55989         __ASSUME_STATFS_F_FLAGS.
55991         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
55993         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
55994         Add sys/fanotify.h.
55995         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
55996         fanotify_mask for GLIBC_2.13.
55997         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
55998         fanotify_init and fanotify_mark.
55999         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56000         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
56002         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
56003         Add prlimit.
56004         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
56005         prlimit64 for GLIBC_2.13.
56006         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
56007         prlimit64.
56008         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
56009         syscall.
56010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
56011         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56012         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
56013         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
56014         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
56015         add prlimit alias.
56016         * sysdeps/unix/sysv/linux/prlimit.c: New file.
56018         [BZ #11903]
56019         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
56020         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
56022         * nss/Makefile: Add rules to build and run tst-nss-test1.
56023         * shlib-versions: Add entry for libnss_test1.
56024         * nss/nss_test1.c: New file.
56025         * nss/tst-nss-test1.c: New file.
56027         * nss/nsswitch.c (__nss_database_custom): Define new variable.
56028         (__nss_configure_lookup): Set appropriate entry in
56029         __nss_configure_lookup to true.
56030         * nss/nsswitch.h: Define enum with indeces of databases in
56031         databases and __nss_database_custom arrays.  Declare
56032         __nss_database_custom.
56033         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
56034         to avoid using nscd when custom rules are installed.
56035         * nss/getXXbyYY_r.c: Likewise.
56036         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
56038         * nss/nss_files/files-parse.c: Whitespace fixes.
56040 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
56042         [BZ #11883]
56043         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
56044         * posix/fnmatch_loop.c: Likewise.
56046 2010-07-17  Andi Kleen  <ak@linux.intel.com>
56048         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
56049         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
56050         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
56051         * Versions.def [GLIBC_2.13]: Add.
56053 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
56055         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56056         Also fail if tpwd after pwuid call is NULL.
56058 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56060         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
56061         when converting to ms.
56063 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56065         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
56066         EOPNOTSUPP errors with ENOTTY.
56067         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
56068         EOPNOTSUPP errors with ENOTTY.
56070 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
56072         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56073         Add strcasecmp_l-ssse3.
56074         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
56075         strcasecmp.
56076         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
56077         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
56078         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
56080 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
56082         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
56084         * string/Makefile (strop-tests): Add strcasecmp.
56085         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56086         strcasecmp_l-nonascii.
56087         (gen-as-const-headers): Add locale-defines.sym.
56088         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
56089         * sysdeps/x86_64/strcasecmp.S: New file.
56090         * sysdeps/x86_64/strcasecmp_l.S: New file.
56091         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
56092         * sysdeps/x86_64/locale-defines.sym: New file.
56093         * string/test-strcasecmp.c: New file.
56095         * string/test-strcasestr.c: Test both ends of the range of characters.
56096         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
56098 2010-07-29  Roland McGrath  <roland@redhat.com>
56100         [BZ #11856]
56101         * manual/locale.texi (Yes-or-No Questions): Fix example code.
56103 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
56105         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
56106         for ld.so.
56108 2010-07-27  Andreas Schwab  <schwab@redhat.com>
56110         * manual/memory.texi (Malloc Tunable Parameters): Document
56111         M_PERTURB.
56113 2010-07-26  Roland McGrath  <roland@redhat.com>
56115         [BZ #11840]
56116         * configure.in (-fgnu89-inline check): Set and substitute
56117         gnu89_inline, not libc_cv_gnu89_inline.
56118         * configure: Regenerated.
56119         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
56121 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
56123         * string/test-strnlen.c: New file.
56124         * string/Makefile (strop-tests): Add strnlen.
56125         * string/tester.c (test_strnlen): Add a few more test cases.
56126         * string/tst-strlen.c: Better error reporting.
56128         * sysdeps/x86_64/strnlen.S: New file.
56130 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
56132         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
56133         lower-latency instructions.
56135 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
56137         * string/test-strcasestr.c: New file.
56138         * string/test-strstr.c: New file.
56139         * string/Makefile (strop-tests): Add strstr and strcasestr.
56140         * string/str-two-way.h: Don't undefine MAX.
56141         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
56143 2010-07-21  Andreas Schwab  <schwab@redhat.com>
56145         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56146         strcasestr-nonascii.
56147         (CFLAGS-strcasestr-nonascii.c): Define.
56148         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
56149         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
56150         Remove unused attribute.
56152 2010-07-20  Roland McGrath  <roland@redhat.com>
56154         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
56155         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
56156         ld.so.cache was broken.  With it, there is no way to disable dsocaps
56157         like LD_HWCAP_MASK can disable hwcaps.
56159 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56161         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
56163 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
56165         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
56166         call in strcasestr.
56167         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
56168         __strcasestr_sse42_nonascii.
56169         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
56170         strcasestr-nonascii.c.
56171         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
56173 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
56175         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
56176         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
56177         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
56178         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
56180 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
56182         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
56183         fcntl.
56185 2010-07-06  Andreas Schwab  <schwab@redhat.com>
56187         [BZ #11577]
56188         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
56189         dl_signal_cerror.
56191 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
56193         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
56194         _PC_PIPE_BUF using F_GETPIPE_SZ.
56196 2010-07-05  Roland McGrath  <roland@redhat.com>
56198         * manual/arith.texi (Rounding Functions): Fix rint description
56199         implicit in round description.
56201 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
56203         * elf/Makefile: Fix linking for a few tests to make recent linker
56204         happy.
56206 2010-06-30  Andreas Schwab  <schwab@redhat.com>
56208         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
56209         $(common-objpfx)libc_nonshared.a.
56211 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
56213         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
56214         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
56215         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56216         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56217         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
56218         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
56219         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56220         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
56222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
56223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
56224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
56225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
56226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
56227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
56228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
56229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
56230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
56231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
56232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
56233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
56234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
56235         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
56236         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
56237         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
56238         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
56239         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
56240         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
56241         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
56242         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
56243         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
56244         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
56245         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
56246         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
56247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
56248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
56249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
56250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
56251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
56252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
56253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
56254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
56255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
56256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
56257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
56258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
56259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
56260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
56262 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
56264         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
56265         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
56266         * string/memmove.c (memmove): Renamed to ...
56267         (MEMMOVE): ...this.  Default to memmove.
56268         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
56269         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
56270         (END_CHK): Define.
56271         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56272         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
56273         mempcpy-ssse3-back memmove-ssse3-back.
56274         * sysdeps/x86_64/multiarch/bcopy.S: New file .
56275         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
56276         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
56277         * sysdeps/x86_64/multiarch/memcpy.S: New file.
56278         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
56279         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
56280         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
56281         * sysdeps/x86_64/multiarch/memmove.c: New file.
56282         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
56283         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
56284         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
56285         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
56286         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
56287         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
56288         Define.
56289         (index_Fast_Copy_Backward): Define.
56290         (HAS_ARCH_FEATURE): Define.
56291         (HAS_FAST_REP_STRING): Define.
56292         (HAS_FAST_COPY_BACKWARD): Define.
56294 2010-06-21  Andreas Schwab  <schwab@redhat.com>
56296         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
56297         Restore proper fallback handling.
56299 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
56301         [BZ #11701]
56302         * posix/group_member.c (__group_member): Correct checking loop.
56304         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
56305         OOM in getpwuid_r correctly.  Return error number when the caller
56306         should return, otherwise -1.
56307         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
56308         call returning > 0 value.
56309         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
56311 2010-06-07  Andreas Schwab  <schwab@redhat.com>
56313         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
56314         libc_nonshared.a from targets in modules-names.
56316 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
56318         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
56319         requires it.
56321 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
56323         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
56324         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
56325         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
56326         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
56328 2010-06-02  Andreas Schwab  <schwab@redhat.com>
56330         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
56332 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
56334         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
56335         and F_GETPIPE_SZ.
56336         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56337         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56338         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56339         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56340         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56341         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
56343 2010-06-14  Roland McGrath  <roland@redhat.com>
56345         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
56347 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56349         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
56350         __REDIRECT followed by __THROW.
56351         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
56352         * posix/getopt.h (getopt): Likewise.
56354 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
56356         * hurd/lookup-at.c (__file_name_lookup_at): Accept
56357         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
56358         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
56359         in AT_FLAGS.
56360         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
56361         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
56363 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
56365         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
56367 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
56369         [BZ #11640]
56370         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56371         Properly check family and model.
56373 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
56375         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
56377 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
56379         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
56381 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
56383         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
56384         symbol reference.
56386 2010-05-19  Andreas Schwab  <schwab@redhat.com>
56388         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
56389         symbol reference.
56391 2010-05-21  Andreas Schwab  <schwab@redhat.com>
56393         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
56394         and internal_recvmmsg.
56395         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
56396         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
56397         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
56398         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
56400         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
56401         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
56402         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
56404 2010-05-20  Andreas Schwab  <schwab@redhat.com>
56406         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
56408 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
56410         POWER7 optimizations.
56411         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
56412         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
56414 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
56416         * version.h: Update for 2.13 development version.
56418 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
56420         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
56421         exceptions.  Return 0.
56423 2010-05-07  Roland McGrath  <roland@redhat.com>
56425         * elf/ldconfig.c (main): Add a const.
56427 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
56429         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
56430         (args_options): Add no-idn option.
56431         (ahosts_keys_int): Add idn_flags to ai_flags.
56432         (parse_option): Handle 'i' option to clear idn_flags.
56434         * malloc/malloc.c (_int_free): Possible race in the most recently
56435         added check.  Only act on the data if no current modification
56436         happened.
56438 See ChangeLog.17 for earlier changes.