mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
use $EMULATION_NAME to call bfd function.
This commit is contained in:
parent
6cee3f79e4
commit
9c4f8b734a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user