public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] backends: Update list of RISC-V relocations
@ 2023-06-26 14:32 Andreas Schwab
  2023-06-27 13:27 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2023-06-26 14:32 UTC (permalink / raw)
  To: elfutils-devel

	* backends/riscv_reloc.def: Add IRELATIVE, PLT32, SET_ULEB128,
	SUB_ULEB128.

Signed-off-by: Andreas Schwab <schwab@suse.de>
---
 backends/riscv_reloc.def | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/backends/riscv_reloc.def b/backends/riscv_reloc.def
index 2bd3513e..f52f6489 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)
-- 
2.41.0


-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] backends: Update list of RISC-V relocations
  2023-06-26 14:32 [PATCH] backends: Update list of RISC-V relocations Andreas Schwab
@ 2023-06-27 13:27 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2023-06-27 13:27 UTC (permalink / raw)
  To: Andreas Schwab, elfutils-devel

Hi Andreas,

On Mon, 2023-06-26 at 16:32 +0200, Andreas Schwab via Elfutils-devel
wrote:
> 	* backends/riscv_reloc.def: Add IRELATIVE, PLT32, SET_ULEB128,
> 	SUB_ULEB128.

Thanks, looks good.

Pushed,

Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-27 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26 14:32 [PATCH] backends: Update list of RISC-V relocations Andreas Schwab
2023-06-27 13:27 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).