summaryrefslogtreecommitdiff
path: root/sysdeps/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: restore ABI compatibility (bug 24484)Andreas Schwab2019-07-041-0/+5
* riscv: remove DL_RO_DYN_SECTIONDavid Abdurachmanov2019-04-251-4/+0
* RISC-V: Update nofpu ULPsDarius Rad2019-01-241-0/+8
* RISC-V: Update LP64D libm-test-ulps.Jim Wilson2019-01-091-48/+66
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0193-93/+93
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-10-301-1/+6
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2835-35/+2
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0333-0/+33
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-281-3/+3
* Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers2018-08-241-3/+6
* Move EXCEPTION_TESTS_* out of math-tests.hJoseph Myers2018-08-232-9/+29
* Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers2018-08-222-7/+27
* RISC-V: Don't use ps_get_thread_area in libthread_db (bug 23402)Andreas Schwab2018-08-061-2/+3
* Regen RISC-V rvd ULPsDJ Delorie2018-08-031-4/+12
* RISC-V: Fix rounding save/restore bug.DJ Delorie2018-08-031-1/+1
* Move SNAN_TESTS_PRESERVE_PAYLOAD out of math-tests.h.Joseph Myers2018-08-012-3/+26
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-211-1/+0
* hurd: add gscope supportSamuel Thibault2018-03-111-0/+1
* RISC-V: fmax/fmin: Handle signalling NaNs correctly.Andrew Waterman2018-02-224-8/+36
* RISC-V: Do not initialize $gp in TLS macros.DJ Delorie2018-02-221-17/+3
* RISC-V: Build InfastructurePalmer Dabbelt2018-01-299-0/+122
* RISC-V: Add ABI ListsPalmer Dabbelt2018-01-294-0/+4398
* RISC-V: Linux ABIPalmer Dabbelt2018-01-292-0/+56
* RISC-V: Linux Syscall InterfacePalmer Dabbelt2018-01-291-0/+2
* RISC-V: Atomic and Locking RoutinesPalmer Dabbelt2018-01-293-0/+109
* RISC-V: Hard Float SupportPalmer Dabbelt2018-01-2958-0/+2161
* RISC-V: Generic <math.h> and soft-fp RoutinesPalmer Dabbelt2018-01-297-0/+330
* RISC-V: Thread-Local Storage SupportPalmer Dabbelt2018-01-295-0/+264
* RISC-V: ABI ImplementationPalmer Dabbelt2018-01-2923-0/+1154