about summary refs log tree commit diff
path: root/sysdeps/riscv
Commit message (Expand)AuthorAgeFilesLines
* login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer2024-04-191-0/+2
* RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt2024-03-251-1/+1
* riscv: Update nofpu libm test ulpsDarius Rad2024-03-181-0/+1
* riscv: Fix alignment-ignorant memcpy implementationAdhemerval Zanella2024-03-124-206/+169
* riscv: Add and use alignment-ignorant memcpyEvan Green2024-03-013-0/+225
* riscv: Enable multi-arg ifunc resolversEvan Green2024-03-011-0/+27
* riscv: Add __riscv_hwprobe pointer to ifunc callsEvan Green2024-03-011-4/+5
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-1/+1
* riscv: add support for static PIEAndreas Schwab2024-01-221-0/+11
* RISC-V: Enable static-pie.Yanzhang Wang2024-01-123-1/+77
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0193-93/+93
* RISC-V: Add support for dl_runtime_profile (BZ #31151)Aurelien Jarno2023-12-304-1/+225
* riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)Adhemerval Zanella2023-12-191-5/+3
* riscv: Add support for XTheadBb in string-fz[a,i].hChristoph Müllner2023-09-062-2/+7
* riscv: Update rvd libm test ulpsAurelien Jarno2023-07-221-0/+1
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-172-14/+13
* Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC."Florian Weimer2023-05-072-47/+0
* riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang2023-04-282-0/+47
* riscv: Add string-fza.h and string-fzi.hAdhemerval Zanella2023-02-062-0/+146
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0691-91/+91
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-1/+1
* stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren2022-10-281-0/+37
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-2/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-0/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-218-132/+40
* riscv: Consolidate the libm-test-ulpsAlistair Francis2022-09-214-1406/+0
* riscv: Update rv64 libm test ulpsDarius Rad2022-07-271-1/+1
* riscv: Update nofpu libm test ulpsDarius Rad2022-07-271-31/+39
* riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVEKito Cheng2022-06-301-1/+4
* riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVEKito Cheng2022-06-231-9/+9
* riscv: Change the relocations handled for RTLD_BOOTSTRAPFangrui Song2022-06-151-13/+10
* riscv: Remove _dl_skip_args usageAdhemerval Zanella2022-05-301-11/+1
* RISC-V: Use an autoconf template to produce `preconfigure'Maciej W. Rozycki2022-05-132-15/+82
* elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song2022-04-262-5/+0
* manual: Avoid name collision in libm ULP table [BZ #28956]Tom Coldrick2022-04-112-2/+2
* Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song2022-04-041-16/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0194-94/+94
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-21/+0
* Remove ununsed tcb-offsetAdhemerval Zanella2021-12-172-27/+0
* riscv: align stack before calling _dl_init [BZ #28703]Aurelien Jarno2021-12-171-0/+6
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-7/+2
* nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer2021-12-091-8/+1
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-031-3/+0
* riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGNAdhemerval Zanella2021-11-033-0/+52
* riscv: Fix incorrect jal with HIDDEN_JUMPTARGETFangrui Song2021-10-281-1/+1
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-10-191-9/+2
* elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella2021-10-141-3/+2
* elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song2021-10-071-10/+13
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6