aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/nds32elf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/nds32elf.em')
-rw-r--r--ld/emultempl/nds32elf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/nds32elf.em b/ld/emultempl/nds32elf.em
index cf30cbc..00e9975 100644
--- a/ld/emultempl/nds32elf.em
+++ b/ld/emultempl/nds32elf.em
@@ -68,7 +68,7 @@ nds32_elf_after_parse (void)
if (!RELAXATION_ENABLED)
relax_fp_as_gp = 0;
- gld${EMULATION_NAME}_after_parse ();
+ ldelf_after_parse ();
}
static void
@@ -123,7 +123,7 @@ nds32_elf_after_allocation (void)
{
/* Call default after allocation callback.
1. This is where relaxation is done.
- 2. It calls gld${EMULATION_NAME}_map_segments to build ELF segment table.
+ 2. It calls ldelf_map_segments to build ELF segment table.
3. Any relaxation requires relax being done must be called after it. */
gld${EMULATION_NAME}_after_allocation ();
}