]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
LoongArch: Modify link_info.relax_pass from 3 to 2
authormengqinggang <mengqinggang@loongson.cn>
Thu, 16 Nov 2023 11:19:15 +0000 (19:19 +0800)
committerliuzhensong <liuzhensong@loongson.cn>
Fri, 17 Nov 2023 08:38:55 +0000 (16:38 +0800)
The first pass handles R_LARCH_RELAX relocations, the second pass
handles R_LARCH_ALIGN relocations.

bfd/elfnn-loongarch.c
ld/emultempl/loongarchelf.em

index 987e5b98bc075b85ce65cf7a798fe354bcff42d8..024c5d4cd96ce822462ad3f26be432ba08e12cd9 100644 (file)
@@ -4013,7 +4013,7 @@ loongarch_elf_relax_section (bfd *abfd, asection *sec,
       switch (ELFNN_R_TYPE (rel->r_info))
        {
        case R_LARCH_ALIGN:
-         if (2 == info->relax_pass)
+         if (1 == info->relax_pass)
            loongarch_relax_align (abfd, sec, sym_sec, info, rel, symval);
          break;
        case R_LARCH_DELETE:
index d81c99da48bd3652c8e2ed656cad01ac171ed98d..9974989489c6116b5a1423fc6ada400ddda44cdd 100644 (file)
@@ -42,7 +42,7 @@ larch_elf_before_allocation (void)
        ENABLE_RELAXATION;
     }
 
-  link_info.relax_pass = 3;
+  link_info.relax_pass = 2;
 }
 
 static void