]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emultempl/m68kelf.em (m68k_elf_after_allocation): Call
authorAlan Modra <amodra@gmail.com>
Mon, 5 Mar 2001 05:08:51 +0000 (05:08 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Mar 2001 05:08:51 +0000 (05:08 +0000)
after_allocation_default, not gld..._before_allocation.

ld/ChangeLog
ld/emultempl/m68kelf.em

index 8242b631b7581ff43eeab3e3f1d4b511474f1e2c..110a20bbb47dc17908e50398edfe865def2fbb98 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.
+
 001-02-18  David O'Brien  <obrien@FreeBSD.org>
 
        * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
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