aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Optimize mempcpy on sparc.David S. Miller8-13/+112
2012-03-28Do not elide the libc hidden def of sparc's memset/memcpy when multiarching.David S. Miller2-10/+10
2012-03-28Use generic memset/memcpy in rtld on sparcv9/sparc64.David S. Miller8-0/+8
2012-03-28Fix bugs and improve performance of niagara memset/bzero.David S. Miller1-4/+50
2012-03-28Make sparc's -fPIC addition to ASFLAGS-.os more robust.David S. Miller3-6/+3
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers5-17/+158
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers4-4/+37
2012-03-28Fix whitespaceAndreas Jaeger2-2/+1
2012-03-28Regenerate configure filesAndreas Jaeger5-0/+455
2012-03-28Move sysdeps/s390/s390-64/elf filesAndreas Jaeger9-277/+30
2012-03-28Move sysdeps/s390/s390-32/elf filesAndreas Jaeger9-310/+29
2012-03-28Fix sparc64/elf mergeDavid S. Miller1-3/+3
2012-03-28Move sysdeps/sparc/{,sparc32,sparc64}/elf filesAndreas Jaeger9-261/+80
2012-03-28Move sysdeps/powerpc/elf filesAndreas Jaeger2-0/+0
2012-03-28Move sysdeps/powerpc/powerpc32/elf filesAndreas Jaeger5-165/+34
2012-03-28Move sysdeps/powerpc/powerpc64/elf filesAndreas Jaeger8-214/+63
2012-03-28Delete sysdeps/sh/elfAndreas Jaeger3-3/+2
2012-03-28Fix last commitAndreas Jaeger2-30/+24
2012-03-27Define MAP_STACK and MAP_HUGETLB on powerpc, s390, sh and sparc.Anton Blanchard4-7/+12
2012-03-27RegenerateAndreas Jaeger1-1/+0
2012-03-27Merge branch 'elf-move'Andreas Jaeger18-862/+572
2012-03-26Update powerpc libm test ULPsAndreas Schwab1-2/+24
2012-03-26Fix undue underflow in ldbl-128ibm version of explAndreas Schwab1-2/+2
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-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