public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
From: Xi Ruoyao <xry111@xry111.site>
To: elfutils-devel@sourceware.org
Cc: Youling Tang <tangyouling@loongson.cn>,
	Mark Wielaard <mark@klomp.org>, Xi Ruoyao <xry111@xry111.site>
Subject: [PATCH 2/2] backends: Update list of LoongArch relocations
Date: Tue, 29 Aug 2023 21:14:22 +0800	[thread overview]
Message-ID: <20230829131422.181197-2-xry111@xry111.site> (raw)
In-Reply-To: <20230829131422.181197-1-xry111@xry111.site>

	* backends/loongarch_reloc.def: Add DELETE, ALIGN, PCREL20_S2,
	CFA, ADD6, SUB6, ADD_ULEB128, SUB_ULEB128, 64_PCREL.

Signed-off-by: Xi Ruoyao <xry111@xry111.site>
---
 backends/loongarch_reloc.def | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/backends/loongarch_reloc.def b/backends/loongarch_reloc.def
index fd204924..a39eefd9 100644
--- a/backends/loongarch_reloc.def
+++ b/backends/loongarch_reloc.def
@@ -119,3 +119,12 @@ RELOC_TYPE (TLS_GD_PC_HI20,		REL)
 RELOC_TYPE (TLS_GD_HI20,		REL)
 RELOC_TYPE (32_PCREL,			REL)
 RELOC_TYPE (RELAX,			REL)
+RELOC_TYPE (DELETE,			REL)
+RELOC_TYPE (ALIGN,			REL)
+RELOC_TYPE (PCREL20_S2,			REL)
+RELOC_TYPE (CFA,			REL)
+RELOC_TYPE (ADD6,			REL)
+RELOC_TYPE (SUB6,			REL)
+RELOC_TYPE (ADD_ULEB128,		REL)
+RELOC_TYPE (SUB_ULEB128,		REL)
+RELOC_TYPE (64_PCREL,			REL)
-- 
2.42.0


  reply	other threads:[~2023-08-29 13:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-29 13:14 [PATCH 1/2] libelf: Sync elf.h from Glibc Xi Ruoyao
2023-08-29 13:14 ` Xi Ruoyao [this message]
2023-08-29 13:23   ` [PATCH 2/2] backends: Update list of LoongArch relocations Mark Wielaard
2023-08-29 13:23 ` [PATCH 1/2] libelf: Sync elf.h from Glibc Mark Wielaard
2024-02-23  4:47 [PATCH 0/2] Update LoongArch relocations for psABI v2.30 Xi Ruoyao
2024-02-23  4:47 ` [PATCH 2/2] backends: Update list of LoongArch relocations Xi Ruoyao

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=20230829131422.181197-2-xry111@xry111.site \
    --to=xry111@xry111.site \
    --cc=elfutils-devel@sourceware.org \
    --cc=mark@klomp.org \
    --cc=tangyouling@loongson.cn \
    /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).