about summary refs log tree commit diff
path: root/sysdeps/loongarch/preconfigure
Commit message (Collapse)AuthorAgeFilesLines
* LoongArch: Add support for TLS Descriptorsmengqinggang2024-05-151-0/+1
| | | | | | | | | 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.
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-6/+3
| | | | | | | | | | | | | | Bump autoconf requirement to 2.71 to allow regenerating configure on more recent distributions. autoconf 2.71 has been in Fedora since F36 and is the current version in Debian stable (bookworm). It appears to be current in Gentoo as well. All sysdeps configure and preconfigure scripts have also been regenerated; all changes are trivial transformations that do not affect functionality. Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
* LoongArch: Add soft float support.caiyinyu2022-09-011-1/+0
|
* LoongArch: Build Infrastructurecaiyinyu2022-07-261-0/+53