aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-10-01Fix return pointer save and PIC register restore in __getcontext andJohn David Anglin2-1/+5
2017-09-30Fix hppa text relocations in libc.soJohn David Anglin1-0/+5
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers40-206/+52
2017-09-29arm: Update elf_machine_load_address for static PIEH.J. Lu1-1/+11
2017-09-29mips: Update elf_machine_load_address for static PIEH.J. Lu1-0/+5
2017-09-29arm: Check PIC instead of SHARED in start.SH.J. Lu1-2/+2
2017-09-29Update x86_64 libm-test-ulps.Joseph Myers1-2/+2
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra12-11/+14
2017-09-29New generic powfSzabolcs Nagy6-199/+264
2017-09-29New generic log2fSzabolcs Nagy6-73/+133
2017-09-29New generic logfSzabolcs Nagy6-73/+134
2017-09-28x86: Allow undefined _DYNAMIC in static executableH.J. Lu2-4/+18
2017-09-28Remove ancient __signbit inlinesWilco Dijkstra9-436/+0
2017-09-28Simplify C99 isgreater macrosWilco Dijkstra5-286/+0
2017-09-28AArch64: update libm-test-ulpsSzabolcs Nagy1-2/+8
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers4-10/+10
2017-09-27Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu1-0/+2
2017-09-28hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault1-0/+2
2017-09-28hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault2-3/+4
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2-2/+4
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2-2/+6
2017-09-26Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers1-10/+8
2017-09-26Use generic __ifunc for SPARC.Joseph Myers1-8/+2
2017-09-26powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho1-8/+4
2017-09-26Fix ia64 executable stack default (bug 22156).Joseph Myers1-3/+2
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella37-35/+184
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler1-1/+1
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy28-2/+92
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy13-566/+400
2017-09-25hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault2-3/+3
2017-09-24hurd: Fix bits/socket.h conformitySamuel Thibault1-9/+16
2017-09-24hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault1-7/+25
2017-09-22Use libm_alias_float in flt-32.Joseph Myers40-39/+73
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2-10/+2
2017-09-21ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes6-2253/+2241
2017-09-21ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes6-12/+3814
2017-09-21powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes3-0/+27
2017-09-21powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes1-0/+3
2017-09-20Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers7-2/+116
2017-09-19Fix fexecve build where syscall macros call sizeof.Joseph Myers1-1/+2
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab5-0/+35
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra8-37/+0
2017-09-19powerpc: Avoid misaligned stores in memsetRajalakshmi Srinivasaraghavan1-2/+68
2017-09-18Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2-0/+16
2017-09-18Use libm_alias_ldouble in math/.Joseph Myers22-143/+0
2017-09-18AArch64: use movz/movk instead of literal pools in start.SWang Boshi2-3/+17
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault4-0/+4
2017-09-15Use libm_alias_double in math/.Joseph Myers22-103/+0
2017-09-15[BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2-17/+22
2017-09-14Make more libm functions into weak aliases.Joseph Myers61-78/+156