Merge "Use the R_RISCV_TLSDESC constant in the linker." into main

This commit is contained in:
Elliott Hughes 2023-10-19 18:03:22 +00:00 committed by Gerrit Code Review
commit 777756d21d

View file

@ -84,8 +84,7 @@
#define R_GENERIC_TLS_DTPMOD R_RISCV_TLS_DTPMOD64
#define R_GENERIC_TLS_DTPREL R_RISCV_TLS_DTPREL64
#define R_GENERIC_TLS_TPREL R_RISCV_TLS_TPREL64
// TODO: https://github.com/riscv-non-isa/riscv-elf-psabi-doc/issues/94
// #define R_GENERIC_TLSDESC R_RISCV_TLS_DESC
#define R_GENERIC_TLSDESC R_RISCV_TLSDESC
#elif defined (__x86_64__)