Merge "Add the risc-v TLSDESC relocations." into main am: 631dfbb8ad
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2752785 Change-Id: I3295647952fba328acd5b11609f6f2adec62e4bc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ed30c58ae0
1 changed files with 5 additions and 0 deletions
|
@ -1264,6 +1264,7 @@
|
|||
#define R_RISCV_TLS_DTPREL64 9
|
||||
#define R_RISCV_TLS_TPREL32 10
|
||||
#define R_RISCV_TLS_TPREL64 11
|
||||
#define R_RISCV_TLSDESC 12
|
||||
|
||||
/* Relocation types not used by the dynamic linker. */
|
||||
#define R_RISCV_BRANCH 16
|
||||
|
@ -1308,6 +1309,10 @@
|
|||
#define R_RISCV_PLT32 59
|
||||
#define R_RISCV_SET_ULEB128 60
|
||||
#define R_RISCV_SUB_ULEB128 61
|
||||
#define R_RISCV_TLSDESC_HI20 62
|
||||
#define R_RISCV_TLSDESC_LOAD_LO12 63
|
||||
#define R_RISCV_TLSDESC_ADD_LO12 64
|
||||
#define R_RISCV_TLSDESC_CALL 65
|
||||
|
||||
#define R_SPARC_NONE 0
|
||||
#define R_SPARC_8 1
|
||||
|
|
Loading…
Reference in a new issue