aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh
AgeCommit message (Expand)Author
2013-05-22Don't include expected results in libm-test test names.Joseph Myers
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-20sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS.Thomas Schwinge
2012-11-05Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-11-01Build SH backtrace with -funwind-tables.Joseph Myers
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-10-01Clean up init-first.c files.Roland McGrath
2012-08-16Fifth argument of la_pltenter() is not constant.Carlos O'Donell
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers
2012-07-17Remove TLS configure checks.Marek Polacek
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek
2012-06-23Some missing bits from sysdeps/*/elf dismissal.Thomas Schwinge
2012-06-23SH: Preserve more registers for frame unwinding purposes, add CFI directives.Thomas Schwinge
2012-06-23SH: Optimize assembler code in context of call to __fortify_fail.Thomas Schwinge
2012-06-23SH: ABORT_INSTRUCTION.Thomas Schwinge
2012-06-09SH: No FE_UPWARD, FE_DOWNWARD.Thomas Schwinge
2012-06-09SH: Do not re-write fpscr after reading it.Thomas Schwinge
2012-05-28SH: Use fpu_control_t for the temporary FPU control word.Thomas Schwinge
2012-05-28SH: feraiseexcept: Restore fpscr flag fields.Kaz Kojima
2012-05-28SH: Add CFI directives.Chung-Lin Tang
2012-04-25SH: Replace <endian.h> usage with pre-processor macros.Chung-Lin Tang
2012-04-05Fix return value of SH fesetround.Kaz Kojima
2012-04-05Set SH fpcsr register which read again.Kaz Kojima
2012-04-05Fix SH4 fraiseexcpt so to generate exceptions appropriately.Kaz Kojima
2012-04-05Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenvKaz Kojima
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge
2012-03-28Delete sysdeps/sh/elfAndreas Jaeger
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers
2012-02-16Add SH target specific crti.S and crtn.S and remove initfini files.Kaz Kojima
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-31Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers
2012-01-08More fallout from supporting only ELFUlrich Drepper
2012-01-07Remove non-ELF supportUlrich Drepper
2012-01-07Yet more ia64 removal falloutUlrich Drepper
2011-12-02Implement SH backtrace using IA64 versionUlrich Drepper
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-04-10Fix memory leak in TLS of loaded objects.Ulrich Drepper
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold