[binutils-gdb] LoongArch: bfd: Correct the name of R_LARCH_SOP_POP_32_U in howto_table
liu & zhensong
liuzhensong@sourceware.org
Mon Feb 26 01:21:42 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=29c238c5fb4699b463b4c68d5719586b0675afdd
commit 29c238c5fb4699b463b4c68d5719586b0675afdd
Author: Jinyang He <hejinyang@loongson.cn>
Date: Tue Sep 5 10:31:27 2023 +0800
LoongArch: bfd: Correct the name of R_LARCH_SOP_POP_32_U in howto_table
Diff:
---
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 bbb41aeb84a..c282d83315e 100644
--- a/bfd/elfxx-loongarch.c
+++ b/bfd/elfxx-loongarch.c
@@ -548,7 +548,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 */
More information about the Binutils-cvs
mailing list