platform_bionic/linker/arch/riscv64
Paul Kirth 4d4377881d [riscv][bionic] Prototype TLS Descriptor support
Add basic assembly stubs for TLS Descriptor support in the dynamic
linker, and enable several code paths related to TLSDESC for RISC-V.

Note: This patch requires an updated toolchain that supports TLSDESC
for RISC-V, and the `-mtls-dialect=` compiler option specifically.

Test: adb shell /data/nativetest64/bionic-unit-tests/bionic-unit-tests --gtest_filter=*tls*
Bug: 322984914
Change-Id: I74bd0fa216b44b4ca2c5a5a6aec37b3fc47b00d9
2024-06-07 14:30:22 -07:00
..
begin.S riscv64: don't use jalr when we can just say call. 2023-05-12 12:56:54 -07:00
tlsdesc_resolver.S [riscv][bionic] Prototype TLS Descriptor support 2024-06-07 14:30:22 -07:00