* emultempl/m68kelf.em (m68k_elf_after_allocation): Call

after_allocation_default, not gld..._before_allocation.
This commit is contained in:
Alan Modra 2001-03-05 05:02:03 +00:00
parent 6cd43bc59e
commit 1c7566d167
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-03-05 Alan Modra <alan@linuxcare.com.au>
* emultempl/m68kelf.em (m68k_elf_after_allocation): Call
after_allocation_default, not gld..._before_allocation.
2001-02-28 Matt Hiller <hiller@redhat.com>
* testsuite/ld-scripts/crossref.exp: Initialize flags to

View File

@ -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