bfd/
[deliverable/binutils-gdb.git] / ld / emultempl / elf32.em
index e95b3a9cc576bf2ec34af49991a773c83363ea02..a86434afd802ee823ed30c4a667abb8e1a0977d3 100644 (file)
@@ -871,7 +871,7 @@ gld${EMULATION_NAME}_before_allocation (void)
   rpath = command_line.rpath;
   if (rpath == NULL)
     rpath = (const char *) getenv ("LD_RUN_PATH");
-  if (! (bfd_elf${ELFSIZE}_size_dynamic_sections
+  if (! (bfd_elf_size_dynamic_sections
         (output_bfd, command_line.soname, rpath,
          command_line.filter_shlib,
          (const char * const *) command_line.auxiliary_filters,
This page took 0.024103 seconds and 4 git commands to generate.