From 1c7566d1677731631c070b1e30d80ad5b97ed8d5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 Mar 2001 05:02:03 +0000 Subject: * emultempl/m68kelf.em (m68k_elf_after_allocation): Call after_allocation_default, not gld..._before_allocation. --- ld/emultempl/m68kelf.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emultempl') diff --git a/ld/emultempl/m68kelf.em b/ld/emultempl/m68kelf.em index 7185080..3459da8 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 -- cgit v1.1