aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-10-16 06:26:37 +0000
committerAlan Modra <amodra@gmail.com>2003-10-16 06:26:37 +0000
commit9c4f8b734a888622cbb6d2f15c7271e3545f862e (patch)
tree1d6adbf9d5614ef23574fc2b02c44ff075f4cf6a /ld/emultempl
parent6cee3f79e46e3b0fa9046bd66b5b88de22b0b49c (diff)
downloadgdb-9c4f8b734a888622cbb6d2f15c7271e3545f862e.zip
gdb-9c4f8b734a888622cbb6d2f15c7271e3545f862e.tar.gz
gdb-9c4f8b734a888622cbb6d2f15c7271e3545f862e.tar.bz2
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
use $EMULATION_NAME to call bfd function.
Diffstat (limited to 'ld/emultempl')
-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 5517725..3964059 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