[PATCH] LoongArch: Correct comments.
caiyinyu
caiyinyu@loongson.cn
Tue Oct 17 12:58:40 GMT 2023
More information about the Binutils mailing list
Tue Oct 17 12:58:40 GMT 2023
- Previous message (by thread): [PATCH v2 1/2] bfd: microblaze: Add 32_NONE reloc type
- Next message (by thread): [PATCH] objcopy: fix typo in --heap and --stack parser
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
---
bfd/elfnn-loongarch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bfd/elfnn-loongarch.c b/bfd/elfnn-loongarch.c
index 5d5ca19d490..18ad3cc91ca 100644
--- a/bfd/elfnn-loongarch.c
+++ b/bfd/elfnn-loongarch.c
@@ -2325,7 +2325,7 @@ loongarch_reloc_is_fatal (struct bfd_link_info *info,
addi.d $t0, $zero, lo12 (0x812)
$t0 = 0xfffffffffffff812 (if lo12 > 0x7ff, because sign-extend,
lo20 need to sub 0x1)
- lu32i.d $t0, lo12 (0x71234)
+ lu32i.d $t0, lo20 (0x71234)
$t0 = {0x71234, 0xfffff812}
= 0x71234fffff812
lu52i.d $t0, hi12 (0x0)
--
2.31.1
- Previous message (by thread): [PATCH v2 1/2] bfd: microblaze: Add 32_NONE reloc type
- Next message (by thread): [PATCH] objcopy: fix typo in --heap and --stack parser
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list