aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/ia64elf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/ia64elf.em')
-rw-r--r--ld/emultempl/ia64elf.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em
index d41fa00..ddc5370 100644
--- a/ld/emultempl/ia64elf.em
+++ b/ld/emultempl/ia64elf.em
@@ -32,7 +32,7 @@ static int itanium = 0;
static void
gld${EMULATION_NAME}_after_parse (void)
{
- link_info.need_relax_finalize = TRUE;
+ link_info.relax_pass = 2;
bfd_elf${ELFSIZE}_ia64_after_parse (itanium);
}