aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-26Make x86_64 fegetenv preserve exception mask (bug 16198).Joseph Myers1-0/+3
2014-03-25Update powerpc-fpu ULPs.Adhemerval Zanella1-0/+874
2014-03-25Fix use of uninitialized variableAndreas Schwab1-5/+6
2014-03-25Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers2-0/+48
2014-03-24Fix implicit __isinf declarations in exp.Joseph Myers2-0/+2
2014-03-24S390: Fix namespace violation in struct stat (BZ #16714).Stefan Liebler1-2/+2
2014-03-24S390: Define SIZE_MAX as unsigned long (BZ #16712).Stefan Liebler3-1/+7
2014-03-24S390: Correct type of sa_flags in struct sigaction for POSIX conformanceStefan Liebler1-1/+2
2014-03-24Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab1-0/+8
2014-03-24Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab1-4/+28
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers3-143/+537
2014-03-21Fix -Wundef warnings for _ABI* on MIPS.Joseph Myers3-0/+5
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers9-5/+69
2014-03-21Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar3-9/+9
2014-03-20PowerPC: optimized strpbrk for POWER7Adhemerval Zanella6-1/+259
2014-03-21Test most libm functions in all rounding modes.Joseph Myers2-0/+1166
2014-03-20PowerPC: optimized strcspn for PPC64/POWER7Adhemerval Zanella6-1/+249
2014-03-19Fix __ASSUME_PREADV and __ASSUME_PWRITEV for Alpha and MicroBlaze (bug 16649).Joseph Myers2-1/+10
2014-03-18Add comments about non-Linux use of bits/mman-linux.h.Roland McGrath1-0/+7
2014-03-18Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/.Roland McGrath1-108/+0
2014-03-18aarch64: Remove inaccurate comment from sysdep.hWill Newton1-4/+0
2014-03-17Revert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"Will Newton1-2/+2
2014-03-17Revert "Fix HAVE_RM_CTX -Wundef warnings"Will Newton1-1/+1
2014-03-17Fix HAVE_RM_CTX -Wundef warningsWill Newton1-1/+1
2014-03-17Fix HP_SMALL_TIMING_AVAIL -Wundef warningsWill Newton1-2/+2
2014-03-14Compile with -Wundef.Roland McGrath9-0/+9
2014-03-14PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella1-132/+0
2014-03-14PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella1-113/+0
2014-03-14PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella1-132/+0
2014-03-14Check AVX-512 assembler support firstH.J. Lu2-35/+35
2014-03-13Save and restore AVX-512 zmm registers to x86-64 ld.soIgor Zamyatin10-40/+573
2014-03-12Fix __ASSUME_PSELECT for MicroBlaze (bug 16642).Joseph Myers1-0/+3
2014-03-12PowerPC: Fix bzero definition for static libc for PPC32Adhemerval Zanella2-2/+11
2014-03-12PowerPC: Fix strspn for static buildAdhemerval Zanella1-1/+1
2014-03-11Fix MIPS libc_feresetround*_ctx to preserve exceptions.Joseph Myers1-10/+3