Remove bfd stub function casts.
[deliverable/binutils-gdb.git] / bfd / elfxx-sparc.c
index 10c5acd104536cf5457a48d61c03faea996e5cbb..c7a05b4d8c2f92121b671540cb8675445ae96950 100644 (file)
@@ -2438,7 +2438,7 @@ _bfd_sparc_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.039874 seconds and 4 git commands to generate.