aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Update sparc ULPs for recently added tests and bug fixes.David S. Miller1-67/+59
2012-03-23Make sure x86_64 GOT entry slot is always 8 bytesH.J. Lu1-4/+14
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers2-2/+69
2012-03-22Replace Elf64_XXX with ElfW(XXX) in dl-irel.hH.J. Lu1-7/+7
2012-03-22Replace unsigned long with uint64_tH.J. Lu1-2/+2
2012-03-22Add forward declaration for La_x32_regs/La_x32_retvalH.J. Lu1-0/+2
2012-03-22Add sysdeps/x86_64/preconfigureH.J. Lu2-0/+182
2012-03-22Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm.Joseph Myers6-6/+22
2012-03-21Add x32 support to dynamic linker auditH.J. Lu2-1/+28
2012-03-21Fix missing overflow/underflow exception in ldbl-128ibm version of powlAndreas Schwab1-2/+2
2012-03-21Update powerpc libm-test ULPsAndreas Schwab1-2/+82
2012-03-21Disable use of FMA instructions in branredAndreas Schwab10-156/+547
2012-03-21Add _ITOA_NEEDED and _ITOA_WORD_TYPEH.J. Lu1-4/+20
2012-03-21Update sparc ULPs for recently added tests.David S. Miller1-0/+26
2012-03-21Check x86_64* instead of x86_64H.J. Lu2-2/+2
2012-03-21Use autoconf macro for testing compiler options with empty input.Joseph Myers2-36/+30
2012-03-21Remove inaccurate x86 cexp implementations (bug 13883).Joseph Myers5-786/+88
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers5-33/+145
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu29-28/+120
2012-03-20Check __x86_64__ instead of __WORDSIZE in mathinline.hH.J. Lu1-5/+3
2012-03-20Support x86-64 __jmp_buf with __WORDSIZE != 64H.J. Lu1-0/+2
2012-03-19Use atomic64_t with 64bit atomic macrosH.J. Lu1-7/+7
2012-03-19Check __x86_64__ instead of __WORDSIZE for fenv_tH.J. Lu1-4/+1
2012-03-19Check __x86_64__ instead of __WORDSIZE in mathdef.hH.J. Lu1-4/+2
2012-03-19Update sparc ULPs for newly added tests.David S. Miller1-0/+49
2012-03-19Add x32 support to ldd-rewrite.sedH.J. Lu1-1/+1
2012-03-19Use int64_t in x86_64/fpu/math_private.hH.J. Lu1-2/+2
2012-03-19Fix sparc build after math_private.h cleanups.David S. Miller2-62/+107
2012-03-19Cast _Unwind_GetCFA return to _Unwind_Ptr firstH.J. Lu1-1/+3
2012-03-19Fix clog overflow/underflow (bug 13629).Joseph Myers2-0/+127
2012-03-19Fix atan2 spurious exceptions (bug 11451).Joseph Myers1-1/+8
2012-03-19Remove common-objdir-compile and related sysdeps/unix/Makefile code.Joseph Myers7-666/+1
2012-03-19Optimize private 387 fenv access; share code between i386 and x86_64.Richard Henderson3-163/+307
2012-03-19i386/x86_64: Optimize feholdexcept.Richard Henderson2-29/+11
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson4-19/+64
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson9-134/+213
2012-03-19i386: Convert libc_{feholdexcept_setround,updateenv}_53bit to functions.Richard Henderson1-29/+29
2012-03-19Convert libc_feholdexcept et al from macros to inline functions.Richard Henderson2-78/+135
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson4-40/+97
2012-03-18Update powerpc libm test ULPsAndreas Schwab1-2/+43
2012-03-17Add missing Versions entry for sparc's __getshmlba.David S. Miller1-0/+2
2012-03-16Fix warnings when uintptr_t is larger than int.David S. Miller1-1/+1
2012-03-16Fix SHMLBA on sparc.David S. Miller4-11/+59
2012-03-16Update sparc ULPs.David S. Miller1-89/+71
2012-03-16Define x86-64 ffsl alias only if __LP64__ is definedH.J. Lu1-1/+3
2012-03-16Make lround the alias of llround for wordsize-64H.J. Lu2-80/+80
2012-03-16Use greg_t and uintptr_t in x86-64 __makecontextH.J. Lu1-16/+17
2012-03-16Add x32 support to ldconfigH.J. Lu5-89/+71
2012-03-16Disable Bessel function TLOSS errors in POSIX mode.Joseph Myers2-4/+78
2012-03-16Fix tan, tanl for large inputs.Joseph Myers10-164/+193