Hi Kito, You mentioned that GCC 14 added TLSDESC support for RISC-V and that it requires glibc 2.40 [1].
However, when I looked for relevant information, I found that LoongArch and RISC-V both published TLSDESC patches for review at the last year [2], but only the LoongArch patch was merged into glibc 2.40 [3], and I didn't see the RISC V patch merged even in the latest glibc development branch. Is the information I found accurate? What is the current status of glibc support for RISC-V TLSDESC? 1. https://gcc.gnu.org/git/?p=gcc-wwwdocs.git;a=commitdiff;h=edc6411ab81dde8a0621ee706e6ff951be645922 2. [RISC-V: Implement TLS Descriptors](https://inbox.sourceware.org/libc-alpha/20240329061834.40019-1-ishitatsuy...@gmail.com/) 3. (LoongArch: Add support for TLS Descriptors](https://github.com/bminor/glibc/commit/1dbf2bef7934cee9829d875f11968d6ff1fee77f) Thanks, Dongsheng