* completer.c (location_completer): Fix typo in comment.
[deliverable/binutils-gdb.git] / ld / emultempl / cr16elf.em
index 9850bda6b129fe9cecc81d12911e08e60fab8845..0cf5e39840ad154a2d1bc0fcb44a79bb2f191a7c 100644 (file)
@@ -87,7 +87,7 @@ cr16_elf_after_open (void)
 
          /* Double check that all other data sections are empty, as is
             required for embedded PIC code.  */
-         bfd_map_over_sections (abfd, check_sections, datasec); 
+         bfd_map_over_sections (abfd, check_sections, datasec);
        }
     }
 }
@@ -119,7 +119,7 @@ cr16elf_after_parse (void)
      is true the link sometimes fails.  */
   config.magic_demand_paged = FALSE;
 
-  after_parse_default ();
+  gld${EMULATION_NAME}_after_parse ();
 }
 
 /* This is called after the sections have been attached to output
This page took 0.024092 seconds and 4 git commands to generate.