From: Fangrui Song Date: Wed, 12 Feb 2020 06:10:19 +0000 (-0500) Subject: elf.h: Add R_RISCV_IRELATIVE X-Git-Tag: glibc-2.32~683 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec44e1efcdbd797c26d420de6ebb95f99df7108b;p=thirdparty%2Fglibc.git 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 --- diff --git a/elf/elf.h b/elf/elf.h index 2549a177d6e..ab8930463c6 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -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. */