]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
authorAlan Modra <amodra@gmail.com>
Thu, 16 Oct 2003 06:26:37 +0000 (06:26 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Oct 2003 06:26:37 +0000 (06:26 +0000)
use $EMULATION_NAME to call bfd function.

ld/ChangeLog
ld/emultempl/ia64elf.em

index 09f4cd796f686dffe3e3b5cf06a2bf2e213d0592..7961b768f32ad2fc058b065a0627b1e48ecbc0fe 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
+       use $EMULATION_NAME to call bfd function.
+
 2003-10-14  Danny Smith  <dannysmith@users.sourceforge.net>  
 
        * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections
index 551772574e2fd871f9d484b47ba6db5da5e1b613..396405902a3e716fe55cc90a1d82d827ce7c1297 100644 (file)
@@ -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