about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix hppa text relocations in libc.soJohn David Anglin2017-09-301-0/+5
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-2940-206/+52
* arm: Update elf_machine_load_address for static PIEH.J. Lu2017-09-291-1/+11
* mips: Update elf_machine_load_address for static PIEH.J. Lu2017-09-291-0/+5
* arm: Check PIC instead of SHARED in start.SH.J. Lu2017-09-291-2/+2
* Update x86_64 libm-test-ulps.Joseph Myers2017-09-291-2/+2
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-2912-11/+14
* New generic powfSzabolcs Nagy2017-09-296-199/+264
* New generic log2fSzabolcs Nagy2017-09-296-73/+133
* New generic logfSzabolcs Nagy2017-09-296-73/+134
* x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-09-282-4/+18
* Remove ancient __signbit inlinesWilco Dijkstra2017-09-289-436/+0
* Simplify C99 isgreater macrosWilco Dijkstra2017-09-285-286/+0
* AArch64: update libm-test-ulpsSzabolcs Nagy2017-09-281-2/+8
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-284-10/+10
* Update sysdeps/unix/sysv/linux/ifaddrs.cH.J. Lu2017-09-271-0/+2
* hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault2017-09-281-0/+2
* hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault2017-09-282-3/+4
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-282-2/+4
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-282-2/+6
* Fix make-syscalls.sh VDSO support for GCC 8.Joseph Myers2017-09-261-10/+8
* Use generic __ifunc for SPARC.Joseph Myers2017-09-261-8/+2
* powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho2017-09-261-8/+4
* Fix ia64 executable stack default (bug 22156).Joseph Myers2017-09-261-3/+2
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-2537-35/+184
* Fix typo in sincos32.h inclusion guard.Stefan Liebler2017-09-251-1/+1
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-2528-2/+92
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-2513-566/+400
* hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault2017-09-252-3/+3
* hurd: Fix bits/socket.h conformitySamuel Thibault2017-09-241-9/+16
* hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault2017-09-241-7/+25
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2240-39/+73
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-212-10/+2
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-09-216-2253/+2241
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-09-216-12/+3814
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-09-213-0/+27
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-09-211-0/+3
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-207-2/+116
* Fix fexecve build where syscall macros call sizeof.Joseph Myers2017-09-191-1/+2
* Use execveat syscall in fexecve (bug 22134)Andreas Schwab2017-09-195-0/+35
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-198-37/+0
* powerpc: Avoid misaligned stores in memsetRajalakshmi Srinivasaraghavan2017-09-191-2/+68
* Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2017-09-182-0/+16
* Use libm_alias_ldouble in math/.Joseph Myers2017-09-1822-143/+0
* AArch64: use movz/movk instead of literal pools in start.SWang Boshi2017-09-182-3/+17
* Add missing libc_hidden_weak/def callsSamuel Thibault2017-09-174-0/+4
* Use libm_alias_double in math/.Joseph Myers2017-09-1522-103/+0
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2017-09-152-17/+22
* Make more libm functions into weak aliases.Joseph Myers2017-09-1461-78/+156
* Define and use libm_alias_float128.Joseph Myers2017-09-142-0/+41