mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-13 03:22:30 +03:00
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:
@@ -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. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user