Age | Commit message (Expand) | Author | Files | Lines |
2012-05-28 | SH: Use fpu_control_t for the temporary FPU control word. | Thomas Schwinge | 12 | -19/+18 |
2012-05-28 | SH: feraiseexcept: Restore fpscr flag fields. | Kaz Kojima | 1 | -0/+8 |
2012-05-28 | SH: Add CFI directives. | Chung-Lin Tang | 1 | -1/+10 |
2012-04-25 | SH: Replace <endian.h> usage with pre-processor macros. | Chung-Lin Tang | 2 | -8/+6 |
2012-04-05 | Fix return value of SH fesetround. | Kaz Kojima | 1 | -3/+3 |
2012-04-05 | Set SH fpcsr register which read again. | Kaz Kojima | 2 | -1/+8 |
2012-04-05 | Fix SH4 fraiseexcpt so to generate exceptions appropriately. | Kaz Kojima | 1 | -6/+36 |
2012-04-05 | Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenv | Kaz Kojima | 4 | -0/+151 |
2012-04-02 | Call __ctype_init in early glibc startup. | Thomas Schwinge | 1 | -1/+5 |
2012-03-28 | Delete sysdeps/sh/elf | Andreas Jaeger | 3 | -3/+2 |
2012-03-10 | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | 2 | -6/+4 |
2012-02-20 | Resort ULPs files with gen-libm-test.pl -n in C locale. | Joseph Myers | 1 | -2/+2 |
2012-02-16 | Add SH target specific crti.S and crtn.S and remove initfini files. | Kaz Kojima | 3 | -152/+175 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 42 | -127/+84 |
2012-01-31 | Always define float_t as float for PowerPC, SH and SPARC. | Joseph Myers | 1 | -14/+2 |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 1 | -12/+3 |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 1 | -2/+0 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -12/+1 |
2012-01-07 | Yet more ia64 removal fallout | Ulrich Drepper | 1 | -1/+1 |
2011-12-02 | Implement SH backtrace using IA64 version | Ulrich Drepper | 1 | -0/+1 |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | 1 | -2/+3 |
2011-09-11 | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2 | -20/+93 |
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | 1 | -18/+10 |
2011-04-10 | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 1 | -1/+4 |
2010-12-24 | Remove `.ctors' and `.dtors' output sections | H.J. Lu | 1 | -0/+2 |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 1 | -1/+7 |
2010-10-11 | Correct implementation of fmaf. | Jakub Jelinek | 1 | -1/+2 |
2010-10-01 | sh: Add "extern "C"" to __set_fpscr function | Nobuhiro Iwamatsu | 1 | -1/+6 |
2010-05-12 | Fix FP exception control. | Andrew Stubbs | 1 | -3/+9 |
2010-02-09 | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 1 | -0/+1 |
2009-12-13 | Update sysdeps/sh/elf/initfini.c. | Kaz Kojima | 1 | -58/+52 |
2009-12-13 | Provide a __set_fpscr prototype. | Mike Frysinger | 1 | -1/+3 |
2009-09-15 | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 1 | -6/+6 |
2009-05-18 | Add ____longjmp_chk for SH. | Kaz Kojima | 3 | -1/+85 |
2009-04-23 | * stdio-common/printf.h: Add missing const to register_printf_modifier. | Ulrich Drepper | 1 | -1/+3 |
2009-04-15 | * sysdeps/sh/libc-tls.c: New file. | Ulrich Drepper | 1 | -2/+2 |
2009-04-15 | __tls_get_addr for SH. | Ulrich Drepper | 1 | -0/+33 |
2009-02-16 | * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534 | Jakub Jelinek | 1 | -2/+2 |
2009-02-05 | * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__ | Ulrich Drepper | 3 | -3/+12 |
2007-07-15 | * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers. | Roland McGrath | 2 | -6/+6 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 1 | -3/+3 |
2007-07-31 | . | Jakub Jelinek | 1 | -3/+3 |
2006-10-27 | USE_TLS support is now default. | Ulrich Drepper | 1 | -3/+3 |
2006-02-01 | * math/divtc3.c: New file. | Roland McGrath | 1 | -0/+0 |
2006-01-20 | * sysdeps/sh/sh4/__longjmp.S: Demangle also r14 and r15. | Ulrich Drepper | 4 | -14/+42 |
2006-01-15 | [BZ #1950, BZ #2153] | Andreas Jaeger | 1 | -2/+2 |
2006-01-12 | 2006-01-12 Roland McGrath <roland@redhat.com> | Roland McGrath | 2 | -8/+4 |
2006-01-10 | * include/bits/setjmp.h: New file. | Roland McGrath | 2 | -4/+20 |
2006-01-10 | * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... | Roland McGrath | 2 | -6/+6 |
2006-01-10 | * sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/. | Roland McGrath | 1 | -0/+42 |