From: Andreas Schwab Date: Mon, 26 Jun 2023 14:32:13 +0000 (+0200) Subject: backends: Update list of RISC-V relocations X-Git-Tag: elfutils-0.190~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=485b87a2e53045d2284a6649d529ab3aaa22e127;p=thirdparty%2Felfutils.git backends: Update list of RISC-V relocations * backends/riscv_reloc.def: Add IRELATIVE, PLT32, SET_ULEB128, SUB_ULEB128. Signed-off-by: Andreas Schwab --- diff --git a/backends/riscv_reloc.def b/backends/riscv_reloc.def index 2bd3513e6..f52f6489e 100644 --- a/backends/riscv_reloc.def +++ b/backends/riscv_reloc.def @@ -81,3 +81,7 @@ RELOC_TYPE (SET8, REL) RELOC_TYPE (SET16, REL) RELOC_TYPE (SET32, REL) RELOC_TYPE (32_PCREL, REL) +RELOC_TYPE (IRELATIVE, EXEC|DYN) +RELOC_TYPE (PLT32, REL) +RELOC_TYPE (SET_ULEB128, REL) +RELOC_TYPE (SUB_ULEB128, REL)