mirror of git://sourceware.org/git/glibc.git
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:
parent
eb948facd8
commit
ec44e1efcd
|
@ -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. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue