elf.h: Add R_RISCV_IRELATIVE

The number has been officially assigned by
https://github.com/riscv/riscv-elf-psabi-doc/pull/131
d21ca40a7f
This commit is contained in:
Fangrui Song 2020-02-12 01:10:19 -05:00 committed by DJ Delorie
parent eb948facd8
commit ec44e1efcd
1 changed files with 2 additions and 1 deletions

View File

@ -3946,8 +3946,9 @@ enum
#define R_RISCV_SET16 55 #define R_RISCV_SET16 55
#define R_RISCV_SET32 56 #define R_RISCV_SET32 56
#define R_RISCV_32_PCREL 57 #define R_RISCV_32_PCREL 57
#define R_RISCV_IRELATIVE 58
#define R_RISCV_NUM 58 #define R_RISCV_NUM 59
/* BPF specific declarations. */ /* BPF specific declarations. */