public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] LoongArch: bfd: Correct the name of R_LARCH_SOP_POP_32_U in howto_table
@ 2023-07-27 10:03 Jinyang He
  2023-07-27 10:03 ` [PATCH 2/2] LoongArch: ld: Fix other pop relocs overflow check and add tests Jinyang He
  0 siblings, 1 reply; 2+ messages in thread
From: Jinyang He @ 2023-07-27 10:03 UTC (permalink / raw)
  To: Chenghua Xu, Zhensong Liu, mengqinggang, WANG Xuerui
  Cc: Xi Ruoyao, binutils, Xing Li

---
 bfd/elfxx-loongarch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/elfxx-loongarch.c b/bfd/elfxx-loongarch.c
index f27c9fdba..924b11cfa 100644
--- a/bfd/elfxx-loongarch.c
+++ b/bfd/elfxx-loongarch.c
@@ -516,7 +516,7 @@ static loongarch_reloc_howto_type loongarch_howto_table[] =
 	 0,					/* bitpos.  */
 	 complain_overflow_unsigned,		/* complain_on_overflow.  */
 	 bfd_elf_generic_reloc,			/* special_function.  */
-	 "R_LARCH_SOP_POP_32_S_U",		/* name.  */
+	 "R_LARCH_SOP_POP_32_U",		/* name.  */
 	 false,					/* partial_inplace.  */
 	 0xffffffff00000000,			/* src_mask */
 	 0x00000000ffffffff,			/* dst_mask */
-- 
2.33.0


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

end of thread, other threads:[~2023-07-27 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-27 10:03 [PATCH 1/2] LoongArch: bfd: Correct the name of R_LARCH_SOP_POP_32_U in howto_table Jinyang He
2023-07-27 10:03 ` [PATCH 2/2] LoongArch: ld: Fix other pop relocs overflow check and add tests Jinyang He

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