aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Disable x87 inline functions for SSE2 mathH.J. Lu1-2/+2
2014-01-28Add -mieee to SH sysdep-CFLAGS for older SH compilers.Kaz Kojima1-0/+3
2014-01-27Regenerate SH libm-test-ulps with proper compiler options.Kaz Kojima1-9/+716
2014-01-24Rebuild sparc ULPs.David S. Miller1-1203/+9817
2014-01-25Move SH libm-test-ulps to sysdeps/sh and regenerate it.Kaz Kojima2-1094/+5486
2014-01-24Restore ucontext ABI for soft-float sh4.Kaz Kojima2-99/+1
2014-01-23Adjust SH specific fpu_control.h and ucontext.h files.Kaz Kojima3-103/+31
2014-01-22S/390: Merge 32 and 64 bit ucontext.h.Andreas Krebbel2-98/+6
2014-01-20Include generic symbol-hacks.h for x32H.J. Lu1-1/+1
2014-01-20PowerPC: Fix gettimeofday ifunc selectionAdhemerval Zanella2-4/+10
2014-01-16s390: implement sotruss supportMike Frysinger1-0/+62
2014-01-16PowerPC: Fix ftime gettimeofday internal call returning bogus dataAdhemerval Zanella2-4/+36
2014-01-15PowerPC: sotruss-lib implementationAdhemerval Zanella1-0/+69
2014-01-15Do not enable asynchronous cancellation in system. Fixes bug 14782.Ondřej Bílka1-10/+1
2014-01-15[BZ #16427] Fix ldbl-128 exp overflows.Andreas Krebbel1-13/+5
2014-01-15S/390: Regenerate ULPs.Andreas Krebbel1-1139/+9960
2014-01-10ARM: Disable compat mcount code when unneeded.Roland McGrath1-0/+42
2014-01-09Fix a thinko/typo in i686's memmove (aka __memmove_ia32).Yuriy Kaminskiy1-2/+2
2014-01-08PowerPC: remove wrong truncl implementation for PowerPC64Adhemerval Zanella2-123/+0
2014-01-08Update powerpc-fpu ULPs.Adhemerval Zanella1-6/+91
2014-01-08Fix ldbl-128ibm expm1l on large arguments (bug 16408).Joseph Myers1-0/+2
2014-01-07Regenerate powerpc-nofpu ulps (again).Joseph Myers1-52/+64
2014-01-07Fix ldbl-128ibm coshl spurious overflows (bug 16407).Joseph Myers1-1/+1
2014-01-07S/390: Remove __tls_get_addr argument cast.Andreas Krebbel1-1/+1
2014-01-07S/390: Get rid of unused variable warning in dl-machine.hAndreas Krebbel1-1/+2
2014-01-07S/390: Make ucontext_t extendible.Andreas Krebbel16-17/+290
2014-01-07S/390: Make jmp_buf extendible.Andreas Krebbel26-24/+649
2014-01-06Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).Joseph Myers1-1/+3
2014-01-06ptrace.h: add __ prefix to ptrace_peeksiginfo_argsMike Frysinger4-4/+4
2014-01-05Update ULPs for i386Andreas Jaeger1-0/+84
2014-01-04tst-fanotify: switch to AC_DEFINEMike Frysinger3-2/+4
2014-01-03Fix soft-float ldbl-128ibm atan2l signs of zero results (bug 16390).Joseph Myers1-0/+1
2014-01-03PowerPC: Fix compiler warningsAdhemerval Zanella4-4/+4
2014-01-03Regenerate powerpc-nofpu ulps.Joseph Myers1-963/+7499
2014-01-02Fix ldbl-128ibm logl inaccuracy (bug 16386).Joseph Myers1-0/+8
2014-01-02Fix ldbl-128ibm asinhl inaccuracy (bug 16385).Joseph Myers1-1/+1
2014-01-02Fix ldbl-128ibm acoshl inaccuracy (bug 16384).Joseph Myers1-2/+2
2014-01-01Regenerate x86 / x86_64 ulps.Joseph Myers2-5812/+33
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae3066-3066/+3066
2013-12-31tst-fanotify: check for linux/fanotify.h existenceMike Frysinger3-0/+61
2013-12-27Fix typo in csloww()Allan McRae1-1/+1
2013-12-23Update powerpc-fpu ULPs.Adhemerval Zanella1-73/+4075
2013-12-22Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers1-2/+2
2013-12-22Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd.Joseph Myers17-14/+8
2013-12-21Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers4-17/+227
2013-12-20Add more libm-test coverage of [a-c]* real functions.Joseph Myers2-11/+1003
2013-12-20Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers2-0/+89
2013-12-20Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers2-86/+6849
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar1-232/+129
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar1-42/+33