]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
LoongArch: bfd: Correct the name of R_LARCH_SOP_POP_32_U in howto_table
authorJinyang He <hejinyang@loongson.cn>
Tue, 5 Sep 2023 02:31:27 +0000 (10:31 +0800)
committerliuzhensong <liuzhensong@loongson.cn>
Mon, 26 Feb 2024 01:21:21 +0000 (09:21 +0800)
bfd/elfxx-loongarch.c

index bbb41aeb84adca8c829bf1f5174b1d2bb422d3e2..c282d83315ec4d46f7cf37d0a033ba4731ee2fde 100644 (file)
@@ -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 */