about summary refs log tree commit diff
path: root/sysdeps/loongarch/dl-trampoline.S
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* LoongArch: Add lasx/lsx support for _dl_runtime_profile.caiyinyu2023-09-151-173/+4
|
* LoongArch: Add minuimum binutils required versiondengjianbo2023-08-141-1/+1
| | | | | | | LoongArch glibc can add some LASX/LSX vector instructions codes, change the required minimum binutils version to 2.41 which could support vector instructions. HAVE_LOONGARCH_VEC_ASM is removed accordingly.
* LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}caiyinyu2023-07-111-1/+1
|
* LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu2023-07-111-68/+16
|
* LoongArch: Add support for dl_runtime_profilecaiyinyu2023-06-131-1/+174
| | | | This commit can fix the FAIL item: elf/tst-sprof-basic.
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
|
* LoongArch: Add soft float support.caiyinyu2022-09-011-2/+9
|
* LoongArch: ABI Implementationcaiyinyu2022-07-261-0/+83