public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf.h: Add R_RISCV_IRELATIVE
@ 2020-02-12  6:25 DJ Delorie
  0 siblings, 0 replies; only message in thread
From: DJ Delorie @ 2020-02-12  6:25 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ec44e1efcdbd797c26d420de6ebb95f99df7108b

commit ec44e1efcdbd797c26d420de6ebb95f99df7108b
Author: Fangrui Song <maskray@google.com>
Date:   Wed Feb 12 01:10:19 2020 -0500

    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:
---
 elf/elf.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/elf/elf.h b/elf/elf.h
index 2549a17..ab89304 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.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-12  6:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12  6:25 [glibc] elf.h: Add R_RISCV_IRELATIVE DJ Delorie

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