From: Alan Modra Date: Mon, 5 Mar 2001 05:08:51 +0000 (+0000) Subject: * emultempl/m68kelf.em (m68k_elf_after_allocation): Call X-Git-Tag: binutils-2_11~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9107cec1725ea0faffa84ab6096d6cc28b129cf3;p=thirdparty%2Fbinutils-gdb.git * emultempl/m68kelf.em (m68k_elf_after_allocation): Call after_allocation_default, not gld..._before_allocation. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 8242b631b75..110a20bbb47 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-03-05 Alan Modra + + * emultempl/m68kelf.em (m68k_elf_after_allocation): Call + after_allocation_default, not gld..._before_allocation. + 001-02-18 David O'Brien * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64, diff --git a/ld/emultempl/m68kelf.em b/ld/emultempl/m68kelf.em index 71850801749..3459da85a07 100644 --- a/ld/emultempl/m68kelf.em +++ b/ld/emultempl/m68kelf.em @@ -127,7 +127,7 @@ static void m68k_elf_after_allocation () { /* Call the standard elf routine. */ - gld${EMULATION_NAME}_before_allocation (); + after_allocation_default (); #ifdef SUPPORT_EMBEDDED_RELOCS if (command_line.embedded_relocs