diff options
author | mengqinggang <mengqinggang@loongson.cn> | 2023-11-16 19:19:15 +0800 |
---|---|---|
committer | liuzhensong <liuzhensong@loongson.cn> | 2023-11-17 16:38:55 +0800 |
commit | 8338aecd231af48483e36c93c103db1da715ac74 (patch) | |
tree | 57ed3aba7bb743b74a978c91e20399fb1fce58b9 /ld/emultempl | |
parent | 4f2469d0cdd0f3bd1d9040521e002e8df0a63a98 (diff) | |
download | binutils-8338aecd231af48483e36c93c103db1da715ac74.zip binutils-8338aecd231af48483e36c93c103db1da715ac74.tar.gz binutils-8338aecd231af48483e36c93c103db1da715ac74.tar.bz2 |
LoongArch: Modify link_info.relax_pass from 3 to 2
The first pass handles R_LARCH_RELAX relocations, the second pass
handles R_LARCH_ALIGN relocations.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/loongarchelf.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/loongarchelf.em b/ld/emultempl/loongarchelf.em index d81c99d..9974989 100644 --- a/ld/emultempl/loongarchelf.em +++ b/ld/emultempl/loongarchelf.em @@ -42,7 +42,7 @@ larch_elf_before_allocation (void) ENABLE_RELAXATION; } - link_info.relax_pass = 3; + link_info.relax_pass = 2; } static void |