asan: alpha-vms: Heap-buffer-overflow
[deliverable/binutils-gdb.git] / ld / emultempl / nds32elf.em
index cf30cbc7cd3929bc795b7faa11edb0cd3b51c773..00e997590b0e51a8b5dd81771e197b2d8271e12a 100644 (file)
@@ -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 ();
 }
This page took 0.024194 seconds and 4 git commands to generate.