Move elf32.em and elf-generic.em functions
[deliverable/binutils-gdb.git] / ld / emultempl / spuelf.em
index 5ddf41c54912423db8dcddb04a499dc2e7276912..54f9f8fcab68943c7d6f304c61c77792b7902aea 100644 (file)
@@ -142,7 +142,7 @@ spu_place_special_section (asection *s, asection *o, const char *output_name)
     os = lang_output_section_find (output_name);
   if (os == NULL)
     {
-      os = gld${EMULATION_NAME}_place_orphan (s, output_name, 0);
+      os = ldelf_place_orphan (s, output_name, 0);
       os->addr_tree = NULL;
     }
   else if (params.ovly_flavour != ovly_soft_icache
This page took 0.024721 seconds and 4 git commands to generate.