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 1/2] libelf: Sync elf.h from Glibc
Date: Tue, 29 Aug 2023 21:14:21 +0800	[thread overview]
Message-ID: <20230829131422.181197-1-xry111@xry111.site> (raw)

Adds new LoongArch relocations.

	* elf.h: Update from glibc.

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

diff --git a/libelf/elf.h b/libelf/elf.h
index 89fc8021..9c51073f 100644
--- a/libelf/elf.h
+++ b/libelf/elf.h
@@ -4205,6 +4205,15 @@ 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
+#define R_LARCH_64_PCREL 109
 
 /* ARC specific declarations.  */
 
-- 
2.42.0


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

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-29 13:14 Xi Ruoyao [this message]
2023-08-29 13:14 ` [PATCH 2/2] backends: Update list of LoongArch relocations Xi Ruoyao
2023-08-29 13:23   ` Mark Wielaard
2023-08-29 13:23 ` [PATCH 1/2] libelf: Sync elf.h from Glibc Mark Wielaard
  -- strict thread matches above, loose matches on Subject: below --
2024-05-30 10:45 [PATCH] readelf: add pretty printing for FDO Dlopen Metadata note Luca Boccassi
2024-05-31 12:36 ` Mark Wielaard
2024-05-31 12:36   ` [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 1/2] libelf: Sync elf.h from glibc Xi Ruoyao
2023-04-01  6:43 Youling Tang
2023-04-06 22:23 ` Mark Wielaard
2020-12-12 22:38 Mark Wielaard
2020-12-16 10:44 ` Dmitry V. Levin
2020-12-16 18:52   ` Mark Wielaard
2020-08-28 22:42 Mark Wielaard
2020-09-07  7:29 ` Mark Wielaard
2019-04-01  2:33 [PATCH 0/2] Add C-SKY support Mao Han
2019-04-01  2:33 ` [PATCH 1/2] libelf: Sync elf.h from glibc Mao Han

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