Remove bfd stub function casts.
[deliverable/binutils-gdb.git] / bfd / elf32-tilepro.c
index 96ba98dadee54cf2b2e6804846707b6e52805750..4fe1d14dabb02d1510d8b0d29d578e6ee43e729d 100644 (file)
@@ -2257,7 +2257,7 @@ tilepro_elf_omit_section_dynsym (bfd *output_bfd,
   if (strcmp (p->name, ".got") == 0)
     return FALSE;
 
-  return _bfd_elf_link_omit_section_dynsym (output_bfd, info, p);
+  return _bfd_elf_omit_section_dynsym_default (output_bfd, info, p);
 }
 
 /* Set the sizes of the dynamic sections.  */
This page took 0.024607 seconds and 4 git commands to generate.