public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] elf.h: Add R_RISCV_IRELATIVE
@ 2020-02-12  5:35 Fangrui Song
  2020-02-12  6:25 ` DJ Delorie
  0 siblings, 1 reply; 3+ messages in thread
From: Fangrui Song @ 2020-02-12  5:35 UTC (permalink / raw)
  To: libc-alpha; +Cc: Palmer Dabbelt


The number has been officially assigned by
https://github.com/riscv/riscv-elf-psabi-doc/pull/131
---
 elf/elf.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/elf.h b/elf/elf.h
index 2549a177d6..ab8930463c 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.  */
 
-- 
2.25.0

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

* Re: [PATCH] elf.h: Add R_RISCV_IRELATIVE
  2020-02-12  5:35 [PATCH] elf.h: Add R_RISCV_IRELATIVE Fangrui Song
@ 2020-02-12  6:25 ` DJ Delorie
  2020-02-19 21:20   ` Palmer Dabbelt
  0 siblings, 1 reply; 3+ messages in thread
From: DJ Delorie @ 2020-02-12  6:25 UTC (permalink / raw)
  To: Fangrui Song; +Cc: libc-alpha, palmer


Fangrui Song <maskray@google.com> writes:
> The number has been officially assigned by
> https://github.com/riscv/riscv-elf-psabi-doc/pull/131

Thanks!  Committed.

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

* Re: [PATCH] elf.h: Add R_RISCV_IRELATIVE
  2020-02-12  6:25 ` DJ Delorie
@ 2020-02-19 21:20   ` Palmer Dabbelt
  0 siblings, 0 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2020-02-19 21:20 UTC (permalink / raw)
  To: dj; +Cc: maskray, libc-alpha

On Tue, 11 Feb 2020 22:25:18 PST (-0800), dj@redhat.com wrote:
>
> Fangrui Song <maskray@google.com> writes:
>> The number has been officially assigned by
>> https://github.com/riscv/riscv-elf-psabi-doc/pull/131
>
> Thanks!  Committed.

Thanks!

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

end of thread, other threads:[~2020-02-19 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12  5:35 [PATCH] elf.h: Add R_RISCV_IRELATIVE Fangrui Song
2020-02-12  6:25 ` DJ Delorie
2020-02-19 21:20   ` Palmer Dabbelt

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).