about summary refs log tree commit diff
path: root/sysdeps/riscv
Commit message (Expand)AuthorAgeFilesLines
...
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-09-222-5/+32
* elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev2021-09-161-1/+0
* Redirect fma calls to __fma in libmJoseph Myers2021-09-152-0/+2
* riscv: Drop reliance on _GLOBAL_OFFSET_TABLE_[0]Fangrui Song2021-08-181-11/+10
* Remove sysdeps/*/tls-macros.hFangrui Song2021-08-181-47/+0
* RISC-V: Update rv64 ULPsDarius Rad2021-07-211-58/+64
* Update math: redirect roundeven functionH.J. Lu2021-06-272-1/+2
* nptl: Remove remaining code from libpthreadFlorian Weimer2021-05-212-7/+0
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-2/+2
* nptl: Move lowlevellock into libc [BZ #15648]Florian Weimer2021-02-221-8/+0
* riscv: Initialize $gp before resolving the IRELATIVE relocationVincent Chen2021-01-101-1/+21
* riscv: support GNU indirect functionVincent Chen2021-01-102-0/+78
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0295-95/+95
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-2/+0
* RISC-V: Add _dl_start_user.Jim Wilson2020-11-101-1/+3
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-0/+3
* RISC-V: Build infrastructure for 32-bit portZong Li2020-08-274-5/+6
* RISC-V: Fix llrint and llround missing exceptions on RV32Zong Li2020-08-271-0/+38
* RISC-V: Add the RV32 libm-test-ulpsAlistair Francis2020-08-272-0/+1406
* RISC-V: Add hard float support for 32-bit CPUsZong Li2020-08-274-0/+124
* RISC-V: Support the 32-bit ABI implementationAlistair Francis2020-08-276-22/+91
* RISC-V: Update lp64d libm-test-ulps according to HiFive UnleashedMaciej W. Rozycki2020-08-041-15/+18
* riscv: Use sqrt{f} builtinAdhemerval Zanella2020-06-223-56/+4
* semaphore: consolidate arch headers into a generic oneVineet Gupta2020-05-061-33/+0
* math: Remove inline math testsAdhemerval Zanella2020-03-192-1635/+0
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-181-2/+0
* nptl: add missing pthread-offsets.hAndreas Schwab2020-02-101-0/+3
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-033-3/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0193-93/+93
* sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376)Andreas Schwab2019-12-091-3/+3
* nptl: Add default pthread-offsets.hAdhemerval Zanella2019-11-261-22/+0
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-262-19/+45
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-261-6/+0
* nptl: Remove rwlock elision definitionsAdhemerval Zanella2019-11-261-2/+0
* nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-261-0/+2
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-261-4/+0
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-013-6/+12
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0793-93/+93
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* 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