aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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-20Merge branch 'master' into elf-moveAndreas Jaeger10-667/+136
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-20Remove old debug/backtracesyms files, replace with elf versions.Andreas Jaeger2-247/+0
2012-03-20Remove unused start.c files.Andreas Jaeger3-283/+0
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-19Fix last line in configure.in.Andreas Jaeger1-1/+1
2012-03-19Fix last line.Andreas Jaeger1-2/+365
2012-03-19Move sysdeps/generic/elf/* to sysdeps/genericAndreas Jaeger3-0/+0
2012-03-19Merge sysdeps/i386/elf/Versions into sysdeps/i386/Versions.Andreas Jaeger6-170/+40
2012-03-19Remove now obsolete elf/configure file.Andreas Jaeger1-125/+0
2012-03-19Merge contents from sysdeps/i386/configure.in (without i686 check)Andreas Jaeger1-2/+91
2012-03-19Move x86_64/elf files to x86_64Andreas Jaeger2-0/+0
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