fix XCOFF line number handling
[deliverable/binutils-gdb.git] / bfd / libcoff.h
index bf6bd5f4b0e6a08769e49a3021df6ffcd027f083..ebdcdfbb0d8b2391956bb81c5caf2c8adcc78d34 100644 (file)
@@ -171,6 +171,9 @@ struct xcoff_section_tdata
   /* Used for XCOFF csects created by the linker; points to the real
      XCOFF section which contains this csect.  */
   asection *enclosing;
+  /* The lineno_count field for the enclosing section, because we are
+     going to clobber it there.  */
+  unsigned int lineno_count;
   /* The first and one past the last symbol indices for symbols used
      by this csect.  */
   unsigned long first_symndx;
This page took 0.023521 seconds and 4 git commands to generate.