From 9c4f8b734a888622cbb6d2f15c7271e3545f862e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 16 Oct 2003 06:26:37 +0000 Subject: [PATCH] * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't use $EMULATION_NAME to call bfd function. --- ld/ChangeLog | 5 +++++ ld/emultempl/ia64elf.em | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 09f4cd796f..7961b768f3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-10-16 Alan Modra + + * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't + use $EMULATION_NAME to call bfd function. + 2003-10-14 Danny Smith * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections diff --git a/ld/emultempl/ia64elf.em b/ld/emultempl/ia64elf.em index 551772574e..396405902a 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) { - bfd_${EMULATION_NAME}_after_parse (itanium); + bfd_elf${ELFSIZE}_ia64_after_parse (itanium); } EOF