]> 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>
Tue, 30 Jan 2024 06:49:53 +0000 (14:49 +0800)
The first pass handles R_LARCH_RELAX relocations, the second pass
handles R_LARCH_ALIGN relocations.

(cherry picked from commit 8338aecd231af48483e36c93c103db1da715ac74)

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

index 4aea9765109fe0af6d65a7ba9faf5c302e5ccdbf..db9f106a8b031e24620455bbe8b3f7352784b701 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