fix XCOFF line number handling
[deliverable/binutils-gdb.git] / bfd / libcoff-in.h
index aefa69bb25489e3b189255cd3dbc79d970429817..0dd01846b018682f0a32c1b36c6d7d12593bc1eb 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.037501 seconds and 4 git commands to generate.