Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | |
2014-01-28 | Add -mieee to SH sysdep-CFLAGS for older SH compilers. | Kaz Kojima | |
2014-01-27 | Regenerate SH libm-test-ulps with proper compiler options. | Kaz Kojima | |
2014-01-25 | Move SH libm-test-ulps to sysdeps/sh and regenerate it. | Kaz Kojima | |
2014-01-24 | Restore ucontext ABI for soft-float sh4. | Kaz Kojima | |
2014-01-23 | Adjust SH specific fpu_control.h and ucontext.h files. | Kaz Kojima | |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-12-17 | Make soft-float sh use soft-fp fma/fmaf. | Kaz Kojima | |
2013-12-14 | Move sysdeps/sh/sh4/fpu/bits/fenv.h to sysdeps/sh/bits/. | Kaz Kojima | |
2013-12-06 | Add SH implementation of sotruss-lib.c and c++-types.data. | Kaz Kojima | |
2013-11-28 | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | |
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2013-09-27 | Add SH implementation of stackguard-macros.h. | Kaz Kojima | |
2013-06-21 | Add sh4 implementation of fegetexceptflag. | Kaz Kojima | |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | |
Resolves: #15465 The program name may be unavailable if the user application tampers with argc and argv[]. Some parts of the dynamic linker caters for this while others don't, so this patch consolidates the check and fallback into a single macro and updates all users. | |||
2013-05-22 | Don't include expected results in libm-test test names. | Joseph Myers | |
2013-05-19 | Handle sincos with generic libm-test logic. | Joseph Myers | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-11-20 | sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS. | Thomas Schwinge | |
Fixes fallout from commit 2e64d2659d3edaebc792ac596a9863f1626e5c25. | |||
2012-11-05 | Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805). | Joseph Myers | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | |
2012-11-03 | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | |
2012-11-01 | Build SH backtrace with -funwind-tables. | Joseph Myers | |
2012-10-30 | Fix strtod handling of underflow (bug 14047). | Joseph Myers | |
2012-10-09 | Add missing magic to GLIBC_PROVIDES. | Roland McGrath | |
2012-10-01 | Clean up init-first.c files. | Roland McGrath | |
2012-08-16 | Fifth argument of la_pltenter() is not constant. | Carlos O'Donell | |
The original runtime linker auditing interface described by Solaris allows the 5th argument of la_pltenter() to be modified. This patch cleans up the ldsodefs.h definitions such that the 5th argument is not constant. At one point the 5th argument *was* constant but this was changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0. This patch updates alpha, ia64, mips, sh and sparc with similar changes. | |||
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | |
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | |
2012-07-25 | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | |
2012-07-17 | Remove TLS configure checks. | Marek Polacek | |
2012-07-17 | Split tls-macros.h into sysdeps directories. | Joseph Myers | |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | |
2012-06-23 | Some missing bits from sysdeps/*/elf dismissal. | Thomas Schwinge | |
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637. | |||
2012-06-23 | SH: Preserve more registers for frame unwinding purposes, add CFI directives. | Thomas Schwinge | |
2012-06-23 | SH: Optimize assembler code in context of call to __fortify_fail. | Thomas Schwinge | |
__fortify_fail has »__attribute__ ((__noreturn__))«. | |||
2012-06-23 | SH: ABORT_INSTRUCTION. | Thomas Schwinge | |
2012-06-09 | SH: No FE_UPWARD, FE_DOWNWARD. | Thomas Schwinge | |
2012-06-09 | SH: Do not re-write fpscr after reading it. | Thomas Schwinge | |
2012-05-28 | SH: Use fpu_control_t for the temporary FPU control word. | Thomas Schwinge | |
2012-05-28 | SH: feraiseexcept: Restore fpscr flag fields. | Kaz Kojima | |
2012-05-28 | SH: Add CFI directives. | Chung-Lin Tang | |
2012-04-25 | SH: Replace <endian.h> usage with pre-processor macros. | Chung-Lin Tang | |
Follow-up to f8887d0a5feda97244613135822b0439addc2b1f. | |||
2012-04-05 | Fix return value of SH fesetround. | Kaz Kojima | |
2012-04-05 | Set SH fpcsr register which read again. | Kaz Kojima | |
2012-04-05 | Fix SH4 fraiseexcpt so to generate exceptions appropriately. | Kaz Kojima | |
2012-04-05 | Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenv | Kaz Kojima | |
for SH. | |||
2012-04-02 | Call __ctype_init in early glibc startup. | Thomas Schwinge | |
This adds the bits missing from fd5bdc0924e0cfd1688b632068c1b26f3b0c88da. | |||
2012-03-28 | Delete sysdeps/sh/elf | Andreas Jaeger | |
* sysdeps/sh/elf/configure.in: Moved to ... * sysdeps/sh/configure.in: ... here. * sysdeps/sh/elf/start.S: Moved to ... * sysdeps/sh/start.S: ... here. * sysdeps/sh/elf/configure: Delete file. |