summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2017-10-17Add common ifunc-init.h headerAdhemerval Zanella
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-16Support strtof128 etc. aliases.Joseph Myers
2017-10-13Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.Joseph Myers
2017-10-13Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64James Clarke
2017-10-13powerpc: Avoid putting floating point values in memory [BZ #22189]Tulio Magno Quites Machado Filho
2017-10-13[BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7Tulio Magno Quites Machado Filho
2017-10-13Use libm_alias_ldouble for SPARC fabsl.Joseph Myers
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-11Linux: Consolidate {RTLD_}SINGLE_THREAD_P definitionAdhemerval Zanella
2017-10-11Use generic alias macros in ldbl-opt.Joseph Myers
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers
2017-10-09Remove ldbl-opt w_scalbln.c.Joseph Myers
2017-10-06Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers
2017-10-06Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers
2017-10-06Remove redundant ldbl-64-128 files.Joseph Myers
2017-10-06powerpc: Fix IFUNC for memrchrRajalakshmi Srinivasaraghavan
2017-10-05Update ARM libm-test-ulps.Joseph Myers
2017-10-05Use libm_alias_ldouble for ldbl-96 functions.Joseph Myers
2017-10-05aarch64: Optimized implementation of memmove for Qualcomm FalkorSiddhesh Poyarekar
2017-10-05Remove add-ons mechanism.Joseph Myers
2017-10-05S390: Regenerate ULPsStefan Liebler
2017-10-04Don't use hidden visibility in libc.a with PIE on i386H.J. Lu
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers
2017-10-04aarch64: don't use MIN in dl-machine.hSzabolcs Nagy
2017-10-04Restore sparc32 copysignl, fabsl, fmal compat symbols (bug 22229).Joseph Myers
2017-10-04Remove alpha nearbyint wrapper.Joseph Myers
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy
2017-10-04[BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy
2017-10-03i386: Use "movl main@GOT(%ebx), %eax" in start.SH.J. Lu
2017-10-03Revert x86: Allow undefined _DYNAMIC in static executableH.J. Lu
2017-10-03mips: Don't check _DYNAMIC in elf_machine_load_addressH.J. Lu
2017-10-03arm: Don't check _DYNAMIC in elf_machine_load_addressH.J. Lu
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2017-10-03tile: Check SHARED instead PIC for SYSCALL_ERROR_NAMEH.J. Lu
2017-10-03Use libm_alias_float for dbl-64 fmaf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers
2017-10-03ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu
2017-10-03Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-10-02New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy
2017-10-02powerpc: Optimize memrchr for power8Rajalakshmi Srinivasaraghavan