gas/
[deliverable/binutils-gdb.git] / bfd / section.c
index b58cdfa6305e1d1cfd7508d0b23fe1ff6f38d812..fb19d8cc3afbdfc3ceb8e9a4c8c6a32d35567a86 100644 (file)
@@ -835,6 +835,7 @@ bfd_section_list_clear (bfd *abfd)
   abfd->section_count = 0;
   memset (abfd->section_htab.table, 0,
          abfd->section_htab.size * sizeof (struct bfd_hash_entry *));
+  abfd->section_htab.count = 0;
 }
 
 /*
This page took 0.025436 seconds and 4 git commands to generate.