Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / bfd / peXXigen.c
index 1f55f927dc881d0c62155a2d54470f558f9ebe13..71d47ae660fbb922b1aa125b82997adc089f310b 100644 (file)
@@ -723,6 +723,9 @@ _bfd_XXi_swap_aouthdr_out (bfd * abfd, void * in, void * out)
       {
        int rounded = FA (sec->size);
 
+       if (rounded == 0)
+         continue;
+
        /* The first non-zero section filepos is the header size.
           Sections without contents will have a filepos of 0.  */
        if (hsize == 0)
This page took 0.03239 seconds and 4 git commands to generate.