public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Yinyu Cai <caiyinyu@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] elf: Add new LoongArch reloc types (101 to 108) into elf.h
Date: Mon, 14 Aug 2023 03:31:43 +0000 (GMT)	[thread overview]
Message-ID: <20230814033143.430BA3858410@sourceware.org> (raw)

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

commit 0fb888487eda6bc26ba1a8280f3616ea4fb20be5
Author: Xi Ruoyao <xry111@xry111.site>
Date:   Wed Aug 9 19:12:54 2023 +0800

    elf: Add new LoongArch reloc types (101 to 108) into elf.h
    
    These reloc types are generated by GNU assembler >= 2.41 for relaxation
    support.
    
    Link: https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=57a930e3
    Signed-off-by: Xi Ruoyao <xry111@xry111.site>

Diff:
---
 elf/elf.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index 89fc8021e9..d623bdeb6f 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -4205,6 +4205,14 @@ enum
 #define R_LARCH_TLS_GD_HI20 98
 #define R_LARCH_32_PCREL 99
 #define R_LARCH_RELAX 100
+#define R_LARCH_DELETE 101
+#define R_LARCH_ALIGN 102
+#define R_LARCH_PCREL20_S2 103
+#define R_LARCH_CFA 104
+#define R_LARCH_ADD6 105
+#define R_LARCH_SUB6 106
+#define R_LARCH_ADD_ULEB128 107
+#define R_LARCH_SUB_ULEB128 108
 
 /* ARC specific declarations.  */

                 reply	other threads:[~2023-08-14  3:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230814033143.430BA3858410@sourceware.org \
    --to=caiyinyu@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).