aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Don't include individual test ulps in libm-test-ulps.Joseph Myers1-5724/+0
2014-02-12soft-fp: support after-rounding tininess detection.Joseph Myers1-0/+2
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-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-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 Kojima1-98/+0
2014-01-23Adjust SH specific fpu_control.h and ucontext.h files.Kaz Kojima1-0/+14
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae50-50/+50
2013-12-17Make soft-float sh use soft-fp fma/fmaf.Kaz Kojima4-0/+66
2013-12-14Move sysdeps/sh/sh4/fpu/bits/fenv.h to sysdeps/sh/bits/.Kaz Kojima1-0/+0
2013-12-06Add SH implementation of sotruss-lib.c and c++-types.data.Kaz Kojima1-0/+50
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-0/+1
2013-10-30rename configure.in to configure.acMike Frysinger2-1/+1
2013-09-27Add SH implementation of stackguard-macros.h.Kaz Kojima1-0/+6
2013-06-21Add sh4 implementation of fegetexceptflag.Kaz Kojima1-0/+38
2013-06-05Remove trailing whitespace.Joseph Myers4-6/+6
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-2/+1
2013-05-22Don't include expected results in libm-test test names.Joseph Myers1-169/+169
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers1-9/+9
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers48-50/+48
2012-11-20sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge1-2/+2
2012-11-05Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers1-1/+1
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-0/+1
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers1-14/+21
2012-11-01Build SH backtrace with -funwind-tables.Joseph Myers1-0/+4
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers1-0/+1
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath1-0/+1
2012-10-01Clean up init-first.c files.Roland McGrath1-78/+0
2012-08-16Fifth argument of la_pltenter() is not constant.Carlos O'Donell1-1/+1
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek2-5/+3
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers1-0/+25
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers1-0/+40
2012-07-17Remove TLS configure checks.Marek Polacek2-141/+0
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers1-0/+143
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2-2/+2
2012-06-23Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge1-1/+1
2012-06-23SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge1-2/+15
2012-06-23SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge1-9/+5
2012-06-23SH: ABORT_INSTRUCTION.Thomas Schwinge1-0/+3
2012-06-09SH: No FE_UPWARD, FE_DOWNWARD.Thomas Schwinge3-11/+9
2012-06-09SH: Do not re-write fpscr after reading it.Thomas Schwinge5-12/+3
2012-05-28SH: Use fpu_control_t for the temporary FPU control word.Thomas Schwinge12-19/+18
2012-05-28SH: feraiseexcept: Restore fpscr flag fields.Kaz Kojima1-0/+8
2012-05-28SH: Add CFI directives.Chung-Lin Tang1-1/+10
2012-04-25SH: Replace <endian.h> usage with pre-processor macros.Chung-Lin Tang2-8/+6
2012-04-05Fix return value of SH fesetround.Kaz Kojima1-3/+3
2012-04-05Set SH fpcsr register which read again.Kaz Kojima2-1/+8
2012-04-05Fix SH4 fraiseexcpt so to generate exceptions appropriately.Kaz Kojima1-6/+36
2012-04-05Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenvKaz Kojima4-0/+151