Merge "Use the R_RISCV_TLSDESC constant in the linker." into main am: 777756d21d
am: e7cb226c46
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2796852 Change-Id: I95c925dcba538acfab1bd3e00bf4ba4986ff1e21 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
014b427892
1 changed files with 1 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue