Make the objfile constructor private
[deliverable/binutils-gdb.git] / bfd / coff-ppc.c
index 40824c5cb064fd5d1dc7a160678770dd18fc4bf6..ab5c2c837c10e10b317261a6488b916535ff7edb 100644 (file)
@@ -2420,9 +2420,9 @@ ppc_bfd_coff_final_link (bfd *abfd, struct bfd_link_info *info)
 
   _bfd_stringtab_free (flaginfo.strtab);
 
-  /* Setting bfd_get_symcount to 0 will cause write_object_contents to
+  /* Setting symcount to 0 will cause write_object_contents to
      not try to write out the symbols.  */
-  bfd_get_symcount (abfd) = 0;
+  abfd->symcount = 0;
 
   return TRUE;
 
This page took 0.025549 seconds and 4 git commands to generate.