about summary refs log tree commit diff
path: root/sysdeps/loongarch/tlsdesc.c
Commit message (Collapse)AuthorAgeFilesLines
* LoongArch: Add support for TLS Descriptorsmengqinggang2024-05-151-0/+39
This is mostly based on AArch64 and RISC-V implementation. Add R_LARCH_TLS_DESC32 and R_LARCH_TLS_DESC64 relocations. For _dl_tlsdesc_dynamic function slow path, temporarily save and restore all vector registers.