1
0
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:
Fangrui Song
2020-02-12 01:10:19 -05:00
committed by DJ Delorie
parent eb948facd8
commit ec44e1efcd

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. */