Don't use bfd_get_* macro to set bfd fields
[deliverable/binutils-gdb.git] / bfd / cofflink.c
index 5e02760154306e6a51093ef8a31f21217861a60d..34d68c93b5da2525cd509c6d07f8d9e814b46d4b 100644 (file)
@@ -1186,9 +1186,9 @@ _bfd_coff_final_link (bfd *abfd,
 
   _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.029631 seconds and 4 git commands to generate.