aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-04-29[BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler3-3/+3
2014-04-29FixAdhemerval Zanella2-2/+2
2014-04-29PowerPC: Suppress unnecessary FPSCR writeAdhemerval Zanella7-16/+48
2014-04-29Relocate hppa from ports to libc.Carlos O'Donell150-0/+11938
2014-04-28[ARM] Add support for fenv_private on ARM.Wilco Dijkstra3-1/+261
2014-04-25Replace __int128 with __int128_t in bits/link.hH.J. Lu1-3/+3
2014-04-24[AArch64] Suppress unnecessary FPSR and FPCR writes.Ian Bolton7-28/+46
2014-04-22Fix sigaction conform test failures on sparc.David S. Miller1-1/+2
2014-04-22aarch64: Add setjmp and longjmp SystemTap probesVenkataramanan Kumar2-0/+15
2014-04-17PowerPC: Add fenv macros for long doubleAdhemerval Zanella1-2/+7
2014-04-17Add fenv test support for AArch64.Ian Bolton1-0/+22
2014-04-17Detect if AVX2 is usableSihai Yao3-0/+12
2014-04-17aarch64: Re-implement setcontext without rt_sigreturn syscallWill Newton1-55/+95
2014-04-17Add fenv test support for targets which don't have FP traps.Wilco2-0/+14
2014-04-17[AArch64] Define HAVE_RM_CTX and related hooks.Ian Bolton1-0/+55
2014-04-17[AArch64] Provide initial implementation of math_private.h.Ian Bolton1-0/+214
2014-04-16alpha: Remove alpha-linux pthread_once.cRichard Henderson1-95/+0
2014-04-16alpha: Enable unwind tables for backtrace.cRichard Henderson1-0/+5
2014-04-16alpha: Fix __pointer_chk_guard definition for the testsuiteRichard Henderson1-1/+1
2014-04-16alpha: Regenerate sysdeps/alpha/libm-test-ulpsRichard Henderson1-4/+1022
2014-04-16[AArch64] Regenerate libm-test-ulps.Marcus Shawcroft1-87/+1015
2014-04-16Save/restore bound registers for _dl_runtime_profileIgor Zamyatin4-0/+63
2014-04-16hurd: Add i386 fields to TLS structureSamuel Thibault1-0/+10
2014-04-16hurd: Move dtv, dtv_t, tcbhead_t declaration to per-arch file.Samuel Thibault2-21/+24
2014-04-16hurd: Do not allow unmapping address 0Samuel Thibault1-0/+7
2014-04-16S/390: Regenerate ULPsStefan Liebler1-0/+1016
2014-04-16[BZ #14770] S/390: Require Binutils >= 2.24 for target S/390.Stefan Liebler2-0/+76
2014-04-16[BZ #16824] Fix failing y1 due to too large ulps in downward/upward rounding ...Stefan Liebler1-0/+1
2014-04-16Correct IBM long double frexpl.Alan Modra1-44/+102
2014-04-13Regenerate sparc ULPs.David S. Miller1-4/+1022
2014-04-11Fixed and unified pthread_once.Torvald Riegel6-549/+0
2014-04-11S/390: Unify 31 and 64 bit configure.acStefan Liebler4-12/+0
2014-04-09Save/restore bound registers in _dl_runtime_resolveIgor Zamyatin3-20/+121
2014-04-09Use statvfs64() for pathconf(_PC_NAME_MAX).Peter TB Brett1-11/+3
2014-04-09Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella8-0/+24
2014-04-09PowerPC: Fix --disable-multi-arch buildsAdhemerval Zanella10-6/+14
2014-04-06PowerPC: define _CALL_ELF if compiler does notAdhemerval Zanella2-0/+37
2014-04-06PowerPC: Fix nearbyint/nearbyintf result for FE_DOWNWARDAdhemerval Zanella3-10/+203
2014-04-04tile: Fix cut-and-paste bug in commit fcccd5128.Chris Metcalf1-2/+2
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath6-12/+11
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers3-1/+193
2014-04-02Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers2-0/+192
2014-04-02Correct IBM long double nextafterl.Alan Modra1-16/+33
2014-04-02Correct prefetch hint in power7 memrchr.Alan Modra1-1/+1
2014-04-02Fix reference to toc symbol.Alan Modra1-1/+1
2014-04-01Fix s_copysign stack temp for PowerPC64 ELFv2Alan Modra1-2/+2
2014-03-31PowerPC: Fix little endian enconding for mfvsrdAdhemerval Zanella5-0/+25
2014-03-31Correct robust mutex / PI futex kernel assumptions (bug 9894).Joseph Myers5-6/+37
2014-03-31Fix futimesat for older MicroBlaze kernels (bug 16648).Joseph Myers2-0/+35
2014-03-27Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).Joseph Myers2-4/+16