summaryrefslogtreecommitdiff
path: root/ld/emultempl/ia64elf.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-10-16 06:26:37 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-10-16 06:26:37 +0000
commitd1a0ba7cef7068e9c1da50ba73ac829e654a6641 (patch)
treeb3471fc3524ea3d527a40e56749de00dc948990e /ld/emultempl/ia64elf.em
parentbd33494cb2ab1d4ca48cf30d197af5dab8bc9ff8 (diff)
downloadbinutils-redhat-d1a0ba7cef7068e9c1da50ba73ac829e654a6641.tar.gz
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
use $EMULATION_NAME to call bfd function.
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 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