File tree Expand file tree Collapse file tree 2 files changed +30
-428
lines changed Expand file tree Collapse file tree 2 files changed +30
-428
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ typedef union __riscv_fp_state elf_fpregset_t;
4949#define R_RISCV_TLS_DTPREL64 9
5050#define R_RISCV_TLS_TPREL32 10
5151#define R_RISCV_TLS_TPREL64 11
52- #define R_RISCV_IRELATIVE 58
5352
5453/* Relocation types not used by the dynamic linker */
5554#define R_RISCV_BRANCH 16
@@ -82,6 +81,7 @@ typedef union __riscv_fp_state elf_fpregset_t;
8281#define R_RISCV_ALIGN 43
8382#define R_RISCV_RVC_BRANCH 44
8483#define R_RISCV_RVC_JUMP 45
84+ #define R_RISCV_LUI 46
8585#define R_RISCV_GPREL_I 47
8686#define R_RISCV_GPREL_S 48
8787#define R_RISCV_TPREL_I 49
@@ -93,9 +93,6 @@ typedef union __riscv_fp_state elf_fpregset_t;
9393#define R_RISCV_SET16 55
9494#define R_RISCV_SET32 56
9595#define R_RISCV_32_PCREL 57
96- #define R_RISCV_PLT32 59
97- #define R_RISCV_SET_ULEB128 60
98- #define R_RISCV_SUB_ULEB128 61
9996
10097
10198#endif /* _UAPI_ASM_RISCV_ELF_H */
You can’t perform that action at this time.
0 commit comments