* emultempl/m68kelf.em (m68k_elf_after_allocation): Call
authorAlan Modra <amodra@gmail.com>
Mon, 5 Mar 2001 05:02:03 +0000 (05:02 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Mar 2001 05:02:03 +0000 (05:02 +0000)
after_allocation_default, not gld..._before_allocation.

ld/ChangeLog
ld/emultempl/m68kelf.em

index fcdc8c47c46679ed3fbb476eb851563e3ad6c611..73d3a216b969cf8764330244f2e2a058a491053e 100644 (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
index 71850801749015e25f59b19f2b827508d3d14a99..3459da85a07e04e4ed480402994812f6222ee062 100644 (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