| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -0/+0 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 2 | -3/+5 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+4 |
* | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 2015-01-02 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 57 | -57/+57 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -2/+4 |
* | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2014-12-30 | 2 | -3/+5 |
* | * Fix SH specific compiler warnings which are for integer-pointer | Kaz Kojima | 2014-12-12 | 2 | -3/+3 |
* | Remove IS_IN_rtld | Siddhesh Poyarekar | 2014-11-24 | 2 | -2/+2 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 1 | -1/+1 |
* | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar | 2014-08-21 | 2 | -2/+2 |
* | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 2014-06-26 | 1 | -0/+1 |
* | Remove stray includes of kernel-features.h. | Joseph Myers | 2014-06-25 | 1 | -1/+0 |
* | Move base_machine and machine settings from configure.ac to sysdeps preconfig... | Joseph Myers | 2014-06-25 | 1 | -0/+6 |
* | Include <kernel-features.h> explicitly where required. | Joseph Myers | 2014-06-20 | 1 | -0/+1 |
* | Add adaptive elision to rwlocks | Andi Kleen | 2014-06-13 | 1 | -0/+2 |
* | Move SH code out of nptl/ subdirectory. | Roland McGrath | 2014-06-12 | 8 | -0/+345 |
* | Move NPTL public ABI headers for SH to sysdeps/sh/nptl/. | Roland McGrath | 2014-06-06 | 2 | -0/+222 |
* | Don't include individual test ulps in libm-test-ulps. | Joseph Myers | 2014-03-05 | 1 | -5724/+0 |
* | soft-fp: support after-rounding tininess detection. | Joseph Myers | 2014-02-12 | 1 | -0/+2 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 1 | -2/+2 |
* | Add -mieee to SH sysdep-CFLAGS for older SH compilers. | Kaz Kojima | 2014-01-28 | 1 | -0/+3 |
* | Regenerate SH libm-test-ulps with proper compiler options. | Kaz Kojima | 2014-01-27 | 1 | -9/+716 |
* | Move SH libm-test-ulps to sysdeps/sh and regenerate it. | Kaz Kojima | 2014-01-25 | 2 | -1094/+5486 |
* | Restore ucontext ABI for soft-float sh4. | Kaz Kojima | 2014-01-24 | 1 | -98/+0 |
* | Adjust SH specific fpu_control.h and ucontext.h files. | Kaz Kojima | 2014-01-23 | 1 | -0/+14 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 50 | -50/+50 |
* | Make soft-float sh use soft-fp fma/fmaf. | Kaz Kojima | 2013-12-17 | 4 | -0/+66 |
* | Move sysdeps/sh/sh4/fpu/bits/fenv.h to sysdeps/sh/bits/. | Kaz Kojima | 2013-12-14 | 1 | -0/+0 |
* | Add SH implementation of sotruss-lib.c and c++-types.data. | Kaz Kojima | 2013-12-06 | 1 | -0/+50 |
* | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | 2013-11-28 | 1 | -0/+1 |
* | rename configure.in to configure.ac | Mike Frysinger | 2013-10-30 | 2 | -1/+1 |
* | Add SH implementation of stackguard-macros.h. | Kaz Kojima | 2013-09-27 | 1 | -0/+6 |
* | Add sh4 implementation of fegetexceptflag. | Kaz Kojima | 2013-06-21 | 1 | -0/+38 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 4 | -6/+6 |
* | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 2013-05-29 | 1 | -2/+1 |
* | Don't include expected results in libm-test test names. | Joseph Myers | 2013-05-22 | 1 | -169/+169 |
* | Handle sincos with generic libm-test logic. | Joseph Myers | 2013-05-19 | 1 | -9/+9 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 48 | -50/+48 |
* | sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS. | Thomas Schwinge | 2012-11-20 | 1 | -2/+2 |
* | Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805). | Joseph Myers | 2012-11-05 | 1 | -1/+1 |
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+1 |
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -14/+21 |
* | Build SH backtrace with -funwind-tables. | Joseph Myers | 2012-11-01 | 1 | -0/+4 |
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 1 | -0/+1 |
* | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | 2012-10-09 | 1 | -0/+1 |
* | Clean up init-first.c files. | Roland McGrath | 2012-10-01 | 1 | -78/+0 |