From: Andreas Schwab Date: Thu, 22 Jun 2023 10:16:33 +0000 (+0200) Subject: elf: Update list of RISC-V relocations X-Git-Tag: glibc-2.38~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f962278e24bdf5cb5f310c5a17add41da95407c;p=thirdparty%2Fglibc.git elf: Update list of RISC-V relocations --- diff --git a/elf/elf.h b/elf/elf.h index ac7032b7a5e..89fc8021e9e 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -4002,8 +4002,11 @@ enum #define R_RISCV_SET32 56 #define R_RISCV_32_PCREL 57 #define R_RISCV_IRELATIVE 58 +#define R_RISCV_PLT32 59 +#define R_RISCV_SET_ULEB128 60 +#define R_RISCV_SUB_ULEB128 61 -#define R_RISCV_NUM 59 +#define R_RISCV_NUM 62 /* RISC-V specific values for the st_other field. */ #define STO_RISCV_VARIANT_CC 0x80 /* Function uses variant calling