diff options
author | Fangrui Song <maskray@google.com> | 2020-02-12 01:10:19 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2020-02-12 01:14:38 -0500 |
commit | ec44e1efcdbd797c26d420de6ebb95f99df7108b (patch) | |
tree | 667200d78be2f82f79f1213f3d4867e2dbc267e4 /elf/elf.h | |
parent | eb948facd894e66429e2e170043b7d36fe445a8d (diff) | |
download | glibc-ec44e1efcdbd797c26d420de6ebb95f99df7108b.tar.gz |
elf.h: Add R_RISCV_IRELATIVE
The number has been officially assigned by
https://github.com/riscv/riscv-elf-psabi-doc/pull/131
https://github.com/riscv/riscv-elf-psabi-doc/commit/d21ca40a7f56812a15e97450b7bc1599c0d35b82
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3946,8 +3946,9 @@ enum #define R_RISCV_SET16 55 #define R_RISCV_SET32 56 #define R_RISCV_32_PCREL 57 +#define R_RISCV_IRELATIVE 58 -#define R_RISCV_NUM 58 +#define R_RISCV_NUM 59 /* BPF specific declarations. */ |